News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

Pretty URLs

Started by SMFHacks.com Team, January 31, 2007, 10:56:43 AM

Previous topic - Next topic

Dannii

This line is wrong.
Code (find) Select
$_REQUEST['board'] = str_replace(array(''', '\\'), array("\x12", ''), $_REQUEST['board']);
Code (replace) Select
$_REQUEST['board'] = str_replace(array(''', '\\'), array("\x12", ''), $_REQUEST['board']);
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

MelfromBoD

thanks you're brillant. It's working perfect now.  ;)

http://www.blogodirectory.com/forum/ [nofollow]

MazdaClubTR

Danni the link should work now. I was making some .htaccess tests related to another problem.

http://www.mazda3clubtr.com/teknik-genel-bilgiler/

shinji

error

Lenguaje spanish_es

8: Undefined index: pretty_admin_menu
Archivo: /nfs////////smf/Sources/Subs.php
Línea: 2961



MODD Artesano y Profesional..
(Mr.Shinji/Christianeithor)
User bar


Dannii

#3624
That's cause there's no spanish translation. Want to translate the mod? :)

https://translations.launchpad.net/prettyurls/trunk/+pots/prettyurls

Quote from: MazdaClubTR on May 28, 2009, 04:16:00 AM
Danni the link should work now. I was making some .htaccess tests related to another problem.

http://www.mazda3clubtr.com/teknik-genel-bilgiler/
Can you check again the board and messages tables, to see what encodings they have? Check all the fields in those tables...
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

Mack450

Question....I did what you told me to last night and it worked. This morning the links didn't work again....so I did the edit and now it works....does this like update every night or something?
www.atvsector.com

Powered by SMF

Dannii

If you run the pretty URLs maintenance, or change any of the settings, you will sorry. You could also however add it to Subs-PrettyUrls, to the function where it builds the .htaccess file.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

Mack450

ohhh ok. my other admin ran it and i didn't know and thats why it did it. LOL
www.atvsector.com

Powered by SMF

coyoteboy

QuoteNo it's something else. The URLs are there and work fine, some silly email clients just won't turn them into links, the remain plain text.

It's definitely weird, cant see it being client related as it doesnt work on a number of clients and OSs? If the previous emails came through as URLs, there is surely no reason why a client would react differently to a different URL? I first thought it must be somewhere in the process of creating the email, but then realised that the message source doesnt show any difference in structure, both types of URL are simply formatted http://domain.com/bla [nofollow].

I've disabled it for the time being as I had a raft of complaints  :( Some people just don't see when you're trying to improve things!

coyoteboy

I've also noticed that it turns my board and topic URLs from http://www.url.com [nofollow] to http://url.com/ [nofollow] ?

sombra

hello i got to say this is a great mod really nice

but i got a little question im looking for a problem i got in google webmaster were its telling me


index.php?action=sitemap;xml  Sitemap 28/05/2009 Warnings 5231 Details


Stats of Sitemap
Total of URL: 5231
URL que se han indexado: 403

like you can see its only indezed 400 pages and im looking for the reason why and i got to the conclution the problem maybe can be betwen

pretty url mod and sitemap mod



i notice that the url on the sitemap are normal url like index.php?action is there any way i can make pretty url change this?

any sugestions?

indonesia

WarnetForum.com using SMF since 2007

hash899

HI, i've got a question. in the database, table smf_pretty_urls_cache, I've worried about it since its about 27MB right now. is there a way to reduce this size and what would happen if I was to empty the table smf_pretty_urls_cache.

I appreciate all the help

shaitanfr

Translated in French (launchpad)

SosniTo.sk

Hi,
I have a problem:

Notice: Undefined index: pretty_action_array in /webhosting/sosnito.sk/www/index.php on line 87

Notice: Undefined index: pretty_board_urls in /webhosting/sosnito.sk/www/index.php on line 88

Quote
   'action_array' => unserialize($modSettings['pretty_action_array']),
   'board_urls' => unserialize($modSettings['pretty_board_urls']),

Dannii

Quote from: coyoteboy on May 29, 2009, 05:13:28 AM
I've also noticed that it turns my board and topic URLs from http://www.url.com to http://url.com/ ?
It just uses whatever your $boardurl is set to.

Quote from: sombra on May 30, 2009, 11:18:03 AM
hello i got to say this is a great mod really nice

but i got a little question im looking for a problem i got in google webmaster were its telling me


index.php?action=sitemap;xml  Sitemap 28/05/2009 Warnings 5231 Details


Stats of Sitemap
Total of URL: 5231
URL que se han indexado: 403

like you can see its only indezed 400 pages and im looking for the reason why and i got to the conclution the problem maybe can be betwen

pretty url mod and sitemap mod



i notice that the url on the sitemap are normal url like index.php?action is there any way i can make pretty url change this?

any sugestions?
Yeah I do have to send a message to the sitemap author someday soon... will try to do it sooner rather than later.

Quote from: hash899 on May 31, 2009, 04:43:18 AM
HI, i've got a question. in the database, table smf_pretty_urls_cache, I've worried about it since its about 27MB right now. is there a way to reduce this size and what would happen if I was to empty the table smf_pretty_urls_cache.

I appreciate all the help
There's no problem with emptying it, though it will soon just fill up again.

Quote from: SosniTo.sk on June 01, 2009, 05:39:31 AM
Hi,
I have a problem:

Notice: Undefined index: pretty_action_array in /webhosting/sosnito.sk/www/index.php on line 87

Notice: Undefined index: pretty_board_urls in /webhosting/sosnito.sk/www/index.php on line 88

Quote
   'action_array' => unserialize($modSettings['pretty_action_array']),
   'board_urls' => unserialize($modSettings['pretty_board_urls']),
Get the install.php (for the right SMF version) from the install package and upload to where your SSI.php, then run it in your browser.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

hash899

thanks for the reply and is there a way to make this mod work with SMF Media Galler? the link to SMG is here http://custom.simplemachines.org/mods/index.php?mod=1365

Dannii

It should work fine already.
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

hash899


Dannii

Looks fine to me. What do you think is wrong with it?
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

Advertisement: