Navigation
Last Seen Users
fabizso00:21:38
julioharima04:33:13
vampalicious04:48:01
tungtung05:28:29
ow4nd08:04:01
fox08:51:13
GrafKakashi09:10:28
zottelxxl09:17:09
hczz09:38:10
mcatlin2810:13:06

Members: 27,567
Newest: vampalicious
Downloads v7
Downloads v6
One-click Translation
Translate This Site

Member Poll
Which version of PHP-Fusion are you using?

6.xx.xx
6.xx.xx
4% [19 Votes]

7.00.xx
7.00.xx
8% [38 Votes]

7.01.xx
7.01.xx
8% [40 Votes]

7.02.xx
7.02.xx
80% [400 Votes]

Votes: 497
You must login to vote.
Started: 26/03/2012 11:58

Polls Archive
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Connect via Facebook
Connect via Facebook
Our Coders
Shoutbox
You must login to post a message.

18-05-2013 10:01
Can I link a panel to another subdomain? If so how? openside() echo ??? "http://xxxxx/infus
ions/panel/panel.p
hp" closeside()

18-05-2013 01:20

18-05-2013 01:19

18-05-2013 01:18

18-05-2013 00:49

18-05-2013 00:48

18-05-2013 00:21

16-05-2013 22:09
monclermoncler

16-05-2013 22:08
bottes uggbottes ugg Cheers!

16-05-2013 22:07
<a href="http://www.bo
ttesuggpaschersold
e.com/">ugg pas cher</a>ugg pas cher Cheers!

Shoutbox Archive
In memoriam

Nick Jones
1973-2011

Sponsors
Articles Hierarchy
v7 | SEO friendly URL's for PHPfusion v7 Member Lookup
This tutorial, written by wadday, will modify your members lookup URL's of PHP-Fusion so it's more Search Engine Friendly (SEO).

MAKE SURE YOU BACKUP THE FILES YOU MODIFY!

1. Download the code for seoname.php from Len Johnson's http://www.web-bu...?folder=15 CVS Browser (click the disk). If you expect unusual characters in article titles you can edit this.
2. Upload seoname.php to the includes directory of your PHP Fusion installation.
3. Make a backup copy of maincore.php.
4. Open maincore.php and find: which is at the bottom of the page

4. Open maincore.php and find: which is at the bottom of the page


?>


5. And add this code above the ?>


// Search engine friendly URLs
// http://www.web-bu...cms-c1.htm
require_once INCLUDES."seoname.php";


Note: If you already added this for the photogallery SEO mod then you don't need to add it again!




Here is the lookup url re-write for SEO. I have done it so you don't have to worry about the coding just have to make a back up of the online_user_panel.

Create a .htaccess file or modify your already existing .htaccess. Add the code below:



RewriteEngine On
##Profile
RewriteRule ^(.*)-profile-([0-9]*).php$ profile.php?lookup=$2 [L]



I also modified the user_online_panel so it's SEO friendly.

Open the user_online_panel.php file and search for the following code:

Around line 46:

echo "<a href='".BASEDIR."profile.php?lookup=".$member[0]."' class='side'>".$member[1]."</a>";

and replace with:

echo "<a href='".BASEDIR."".seoname($member[1])."-profile-".$member[0].".php' class='side'>".$member[1]."</a>";

And search for (around line 57:

<a href='".BASEDIR."profile.php?lookup=".$data['user_id'].".php' class='side'>

And replace with:

<a href='".BASEDIR."".seoname($data['user_name'])."-profile-".$data['user_id'].".php' class='side'>

When done, save and re-upload.


SEO FOR FUSION v7 BY WADDAY:
http://www.wadday.com/blog/forum/viewthread.php?thread_id=35
1578
Zachary on September 24 2008 06:58:06

Where can I find user_online_panel ?

1578
Zachary on September 24 2008 07:21:57

Okay, Found it!

1093
wadday on September 24 2008 12:41:57

sorry Zachary i was away from office... any way.. glad you made it..

5093
chatlaq on February 26 2009 12:44:43

added code to have a problem maincore.php prevent the appearance of pictures photogallery.php (require_once INCLUDES. "seoname.php"Wink
img22.imageshack.us/img22/4633/nofoto.png

img27.imageshack.us/img27/3276/adszkpe.png

5302
Comy on July 29 2009 06:19:53

we have an complete PHP-Fusion modded to SEO URL see at www.2good4name.de

it includes also many Infusions

9460
Ground_Zero on September 04 2009 09:19:22

The Webmaster's Bureau is currently offline.
Please check back again soon.


Confused

BTW: Where can I find a download/tut for renaming news and articles?

Post Comment
Please Login to Post a Comment.
Ratings
Rating is available to Members only.

Please login or register to vote.

Awesome! Awesome! 0% [No Votes]
Very Good Very Good 0% [No Votes]
Good Good 0% [No Votes]
Average Average 0% [No Votes]
Poor Poor 100% [1 Vote]