News:

SMF 2.1.6 has been released! Take it for a spin! Read more.

Main Menu

Pretty URLs

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

Previous topic - Next topic

Dannii

If you don't have the menu item then there's two things to check, that all of the changes in Sources.xml were made correctly, and that the language entries were added to modifications.english.php.
"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."

Low

Hi Dannii,

Love the mod and support bro!

Quick question.. if I move a thread or complete-board to another category what will happen with the URL? I don't want to lose my current PageRank for some of my threads but need to move them.

Thanks,

Low

Özgür

Quote from: gourav on April 05, 2009, 12:16:54 AM
@danni yes i have limit of sql database, but that is not a matter here? I am concerned about gignatic size of cache? Cache of double size than the whole size of database? May i know whats d use of this table? What will happen if i delete this table? Isnt it possible to have this mod without having load on database?

And about javascipt? Please give us some quick solution so that we can ourself do it as there are too many java links in my forum and i have near about 1k active users ..

I am sorry 4 so many qs. :)

what are you using smf version?

Quote from: Dannii on April 04, 2009, 10:34:58 PM
I realise I've broken the javascript links... I will try to fix them soon. But it's not a big issue, just don't click them?

gourav, you can empty it, but it will quickly fill up again. Do you have a database size limit?

darklord2, no, though eventually I do want to add something like that.

Btw, anyone interested in helping develop this mod?
Are you search beta tester or developer?
So Long

Dannii

Quote from: Low on April 07, 2009, 09:46:04 PM
Hi Dannii,

Love the mod and support bro!

Quick question.. if I move a thread or complete-board to another category what will happen with the URL? I don't want to lose my current PageRank for some of my threads but need to move them.

Thanks,

Low
If you move a topic the topic part of the URL will remain the same and the board part will change. Old URLs will be redirected. If you move a board nothing happens.

Quote from: Özgür´ on April 07, 2009, 10:16:43 PM
Are you search beta tester or developer?
I'm not quite sure what you're asking? But I'm the creator of this mod, and also a beta tester of SMF (occasionally). There's a lot I want to do with this mod, but I don't have a lot of time. The issue tracker shows a lot of my plans.
"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."

helpdivya

After installing Pretty URL on SMF 2.0 Rc1 now I get only my home page. And when I click on other links it give sme page not displayed error message. I cannot even get to admin page to remove the pretty mod. Please help

helpdivya

After installing Pretty URL on SMF 2.0 Rc1 now I get only my home page. And when I click on other links it give sme page not displayed error message. I cannot even get to admin page to remove the pretty mod. Please help

Antechinus

Threads merged. Do NOT multiple post support topics. This should be asked in the Pretty URL's support topic as it is related to that mod. I'll move your posts to that thread.

Dannii

Please follow the first section of the trouble shooting page.
"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."

Antechinus

Which would be here: http://code.google.com/p/prettyurls/wiki/TroubleShooting

It might pay to note that in your OP and on the download page as it isn't immediately obvious. 

Dannii

Hmm yeah probably should have more links to it. But then it seems I post it 2-3 times a page anyway ;)
"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."

Gena01

I reinstalled my SMF forum yesterday and switched from Seo4SMF to Pretty URLs in the process. A couple of items and hours later I managed to get my forums back up and running and working.  So far so good and it seems so much more powerful than Seo4SMF. I also love the extras package that allows me to transfer the old Seo4SMF links to the new Pretty URLs style. You might want to document this better. ;-)

A couple of small items:
1. Since there is no .htaccess file included. It was a bit strange at first esp since I had my own .htacccess setup and Pretty URLs couldn't overwrite the file.
2. Pretty URLs doesn't warn that it wipes out any existing .htaccess file that's already in place. Anyway to set it up so that Pretty URLs only rewrites a small portion of .htaccess instead of wiping it out with its own copy? If .htaccess is not writeable is it possible to show some info box with instructions on what to do and/or code to copy/paste?
3. Pretty URLs break collapsible boxes that are JavaScript driven. ie have a href that is set to "#" and onclick event handler. I had to edit PrettyUrls-Filters.php and add the following line inside pretty_buffer_callback:

        if ($matches[2] == '"#"')
                return $matches[1] . $matches[2];


P.S. Thanks Dannii for developing and supporting great packages.

Gena01

MacX

#3371
Quote from: Dannii on April 07, 2009, 10:12:44 AM
If you don't have the menu item then there's two things to check, that all of the changes in Sources.xml were made correctly, and that the language entries were added to modifications.english.php.
I dont know how to verify that Sources.xml is correctly, but modifications.english is empty.

Must i copy from PrettyUrls.english.php and paste all in modificacions.english.php?
I have done it, but nothing changes...

The URLs in the forum are not "pretty", but you can enter from a pretty URL. So i suppose that the mod is applyed but the pretty url option is disable.
I only want to active it, but without a control panel...

Thanks.

drHaus

I have a problem in the forum, when I installed preety.When i try to upload a picture and click on "More atachments," appears to me empty pages, and URL says "javascript: addAttachment ();".     
So, when i upload pictures on the forum do not work when I activated preety, and when I turn off all is fine. Please help me
      

darkNiGHTS

I am having the same error as a few other people who posted here, but I'm on SMF 2.0 RC1.

If someone could help me out I greatly appreciate it:

http://img9.imageshack.us/img9/7991/installc.jpg

Dannii

Quote from: Gena01 on April 09, 2009, 01:50:45 PM
I reinstalled my SMF forum yesterday and switched from Seo4SMF to Pretty URLs in the process. A couple of items and hours later I managed to get my forums back up and running and working.  So far so good and it seems so much more powerful than Seo4SMF. I also love the extras package that allows me to transfer the old Seo4SMF links to the new Pretty URLs style. You might want to document this better. ;-)

A couple of small items:
1. Since there is no .htaccess file included. It was a bit strange at first esp since I had my own .htacccess setup and Pretty URLs couldn't overwrite the file.
2. Pretty URLs doesn't warn that it wipes out any existing .htaccess file that's already in place. Anyway to set it up so that Pretty URLs only rewrites a small portion of .htaccess instead of wiping it out with its own copy? If .htaccess is not writeable is it possible to show some info box with instructions on what to do and/or code to copy/paste?
3. Pretty URLs break collapsible boxes that are JavaScript driven. ie have a href that is set to "#" and onclick event handler. I had to edit PrettyUrls-Filters.php and add the following line inside pretty_buffer_callback:

        if ($matches[2] == '"#"')
                return $matches[1] . $matches[2];


P.S. Thanks Dannii for developing and supporting great packages.

Gena01
It creates a backup of the .htaccess file... though I want to make it even friendlier than that in the future.

Quote from: MacX on April 09, 2009, 02:38:50 PM
Quote from: Dannii on April 07, 2009, 10:12:44 AM
If you don't have the menu item then there's two things to check, that all of the changes in Sources.xml were made correctly, and that the language entries were added to modifications.english.php.
I dont know how to verify that Sources.xml is correctly, but modifications.english is empty.

Must i copy from PrettyUrls.english.php and paste all in modificacions.english.php?
I have done it, but nothing changes...

The URLs in the forum are not "pretty", but you can enter from a pretty URL. So i suppose that the mod is applyed but the pretty url option is disable.
I only want to active it, but without a control panel...

Thanks.
Go to the mod page and follow all the manual instructions.

Quote from: darkNiGHTS on April 09, 2009, 08:30:09 PM
I am having the same error as a few other people who posted here, but I'm on SMF 2.0 RC1.

If someone could help me out I greatly appreciate it:

http://img9.imageshack.us/img9/7991/installc.jpg

Ask for help in the support boards please, because this is a problem with the package manager, not this mod! You'll need to make a temp folder and extract all the files into it...

And yes everyone, javascript is broken. Install 0.9 if that's a big problem!
"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."

smldmr

Hello, is there a fix for the quotes problem on href tags? On my forum index page, all href tags after ytitleY tag are without " signs. If i deactivate pretty urls, then are these signs there. My index file is a valid php file but not with pretyurls mod.

I tried it with smf 1.1.8 and smf 2.0 RC1, the same issue on both forums.

Dannii

Go back to 0.9. I have 2 big exams so don't have time to fix it right now.
"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."

smldmr

Quote from: Dannii on April 11, 2009, 09:23:31 AM
Go back to 0.9. I have 2 big exams so don't have time to fix it right now.

0.9 is not compatible with 2.0, right?

Dannii

Of course it is. This mod has been compatible for... years I think.
"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."

smldmr

Quote from: Dannii on April 11, 2009, 09:36:24 AM
Of course it is. This mod has been compatible for... years I think.

but i cant install it. SMF says, nothing was installed.

on 1.1.8, there is no problems yet. All quotes are there and my site is valid.

Advertisement: