[MOD] Search Engine Friendly (SEO) URLs 1.0.0 RC4

Misc MOD Downloads for phpBB3 -- Any MOD that does not fit into any other category
Forum rules
Image Please feel free to download any MOD's here, support for each MOD is located it's own thread.

To post your own MOD, please first read the MOD Guidelines

How would you rate this mod?

Excellent!
46
65%
Very good
10
14%
Good
7
10%
Fair
2
3%
Poor
6
8%
 
Total votes : 71

Re: [MOD] Search Engine Friendly (SEO) URLs 1.0.0 RC4

Postby VSaBaH » 06 Jul 2008, 13:28

Handyman wrote:it's easy for me to do? but I doubt telling you how to do it would do much good? and it would take time out of creating the next version? so don't ask ;)


I don't ask it again...

Because I solved the problem :cool:
User avatar
VSaBaH    
Crewman
Crewman
 
Posts: 8
Joined: 06 Jul 2008, 02:02
Gender: Male
phpBB Knowledge: 2


Re: [MOD] Search Engine Friendly (SEO) URLs 1.0.0 RC4

Postby Eclipse » 07 Jul 2008, 14:59

I'm having a slight problem with this MOD.

It installed okay. Everything works except, the Subscribe Forum and Subscribe Topic links. If I click them. it just seems to refresh the page. Then I check my UCP in Manage Subscriptions and it shows that I have no topic or forum subscriptions.

Is there a fix for this?
Eclipse
Cadet II
Cadet II
 
Posts: 29
Joined: 12 Jun 2008, 12:30
Location: New York
Gender: Male
phpBB Knowledge: 3

Re: [MOD] Search Engine Friendly (SEO) URLs 1.0.0 RC4

Postby skyhy » 09 Jul 2008, 12:29

Hello Handyman, at first I want to say thanks for you effort creating and supporting thi mod (even if it´s not working for me yet... ;) ).
I´m using phpbb3.0.0 and the lastest (?) version of your mod 1.0.0RC4.

I guess I´ve messed up something during installation.
If I want to klick on one of my forums the link points to an .html file. Since this is intented it´s not the problem... ;) The problem is that this html. files doesn´t exist (404). It seems that I have forgotten something during installation.
Please can someone tell me what´s missing?

Thx in advance
?Inform the Vulcans we are about to make a very loud noise.?
skyhy
Cadet I
Cadet I
 
Posts: 11
Joined: 23 Mar 2008, 12:45
Location: Jeffreys Tube between Deck 20 and 21
Gender: Male
phpBB Knowledge: 3

Re: [MOD] Search Engine Friendly (SEO) URLs 1.0.0 RC4

Postby Handyman » 09 Jul 2008, 13:08

skyhy wrote:Hello Handyman, at first I want to say thanks for you effort creating and supporting thi mod (even if it´s not working for me yet... ;) ).
I´m using phpbb3.0.0 and the lastest (?) version of your mod 1.0.0RC4.

I guess I´ve messed up something during installation.
If I want to klick on one of my forums the link points to an .html file. Since this is intented it´s not the problem... ;) The problem is that this html. files doesn´t exist (404). It seems that I have forgotten something during installation.
Please can someone tell me what´s missing?

Thx in advance

check the .htaccess file in your forums root directory and make sure the redirects are for .html
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7454
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: [MOD] Search Engine Friendly (SEO) URLs 1.0.0 RC4

Postby skyhy » 09 Jul 2008, 14:24

Thx for the quick answer.
This is my .htaccess
Spoiler:
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
RewriteEngine on

Rewriterule ^(.+)-f([0-9]*).html-(.+)$ ./viewforum.php?f=$2&$3
Rewriterule ^(.+)-(t|p)([0-9]*).html-(.+)$ ./viewtopic.php?$2=$3&$4
Rewriterule ^(.+)-f([0-9]*)s([0-9]*).html-(.+)$ ./viewforum.php?f=$2&start=$3&$4
Rewriterule ^(.+)-(t|p)([0-9]*)s([0-9]*).html-(.+)$ ./viewtopic.php?$2=$3&start=$4&$5

Rewriterule ^(.+)-f([0-9]*).html$ ./viewforum.php?f=$2&$3
Rewriterule ^(.+)-(t|p)([0-9]*).html$ ./viewtopic.php?$2=$3&$4
Rewriterule ^(.+)-f([0-9]*)s([0-9]*).html$ ./viewforum.php?f=$2&start=$3&$4
Rewriterule ^(.+)-(t|p)([0-9]*)s([0-9]*).html$ ./viewtopic.php?$2=$3&start=$4&$5


Should be like instructed in your install file
?Inform the Vulcans we are about to make a very loud noise.?
skyhy
Cadet I
Cadet I
 
Posts: 11
Joined: 23 Mar 2008, 12:45
Location: Jeffreys Tube between Deck 20 and 21
Gender: Male
phpBB Knowledge: 3

Re: [MOD] Search Engine Friendly (SEO) URLs 1.0.0 RC4

Postby jonnycy » 10 Jul 2008, 08:50

hihi, i have an error with viewing and voting in polls, i get this error when voting:

Spoiler:
Not Found

The requested URL /-t57.html-st=0&sk=t&sd=a was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


and when trying to view the poll results i get this:

Spoiler:
Not Found

The requested URL /-t57.html-st=0&sk=t&sd=a&view=viewpoll was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.




and another one i found, at the bottom of the viewtopic page, you have the "go back to <forum>" link.

Image

i get this error:

Spoiler:
Not Found

The requested URL /-f4.html was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


i know the problem with that one, it's the the it says -f4, instead of guest-room-f4, but i don't know how to fix.

-Jon
jonnycy
Crewman
Crewman
 
Posts: 3
Joined: 17 Jun 2008, 16:13
Gender: Male
phpBB Knowledge: 3

Re: [MOD] Search Engine Friendly (SEO) URLs 1.0.0 RC4

Postby jonnycy » 11 Jul 2008, 09:11

k i'ma bump this, i seriously need help.
jonnycy
Crewman
Crewman
 
Posts: 3
Joined: 17 Jun 2008, 16:13
Gender: Male
phpBB Knowledge: 3

Re: [MOD] Search Engine Friendly (SEO) URLs 1.0.0 RC4

Postby AngelArvil » 12 Aug 2008, 08:01

bro! I got a problem in applying this mod..

Open: includes/functions.php
Find

Tip: This may be a partial find and not the whole line.
Code: Select All

Code: Select all
global $_SID, $_EXTRA_URL;



The code there never exist in my Phpbb... I am using 3.0.2

Can I use any other alternation?

Thx in advance!
AngelArvil
Ensign
Ensign
 
Posts: 62
Joined: 25 May 2008, 03:44
Gender: Male
phpBB Knowledge: 1

Re: [MOD] Search Engine Friendly (SEO) URLs 1.0.0 RC4

Postby Prideheart » 12 Sep 2008, 12:03

Ok just installed this mod alittle concerned. one of the edits is

This code is in viewtopic.php 4 times..
Find:
Code: Select All
trigger_error('NO_TOPIC');
}


I added this code after the 1st find what about the other 3?
Code: Select All
$topic_title = $topic_data['topic_title'];
$forum_name = $topic_data['forum_name'];


after the first find.. also there was another file that has 2 spots in it so I edited both I will try to find that and edit my post with it as well.
Prideheart    
Crewman
Crewman
 
Posts: 8
Joined: 10 Sep 2008, 11:49
Gender: Male
phpBB Knowledge: 3

Re: [MOD] Search Engine Friendly (SEO) URLs 1.0.0 RC4

Postby Prideheart » 12 Sep 2008, 12:08

It does exist I had a hard time finding it as well you need to search for $_EXTRA_URL only then match up the whole code when you find it.. I believe the complete code is global $_SID, $_EXTRA_URL, $phpbb_hook;

AngelArvil wrote:bro! I got a problem in applying this mod..

Open: includes/functions.php
Find

Tip: This may be a partial find and not the whole line.
Code: Select All

Code: Select all
global $_SID, $_EXTRA_URL;



The code there never exist in my Phpbb... I am using 3.0.2

Can I use any other alternation?

Thx in advance!
Prideheart    
Crewman
Crewman
 
Posts: 8
Joined: 10 Sep 2008, 11:49
Gender: Male
phpBB Knowledge: 3

PreviousNext

Return to Miscellaneous MODs, Hacks and Downloads

Who is online

Users browsing this forum: Sosospider and 26 guests