The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
MySpace Style Profile Links PLUS Details »» | |||||||||||||||||||||||||
MySpace Style Profile Links PLUS
Only tested on a linux server and will only work if you can use .htaccess files (Rewrite Conditions) on your server. What this will do: It gives your members a simple and easy link to remember and give to there friends to get to there profile. Also changes the profile link in members profiles contact us tab from the long ugly link to the new short sexy link. Also Adds a nicely placed User Profile link to the top of the navbar with profile editing links. DEMO: This link: http://StillFallin.com/StillFallin Will take you to this link: http://stillfallinentertainment.com/...me=StillFallin Screen Shots Attached vB 3.6.x Version: https://vborg.vbsupport.ru/showthread.php?t=170293 (Step 1) File Edits Open your Favorite FTP software Go to the root of your domain you wish to use as a jump point Example: /public_html/ Find and open your .htaccess file Note if you do not have one then create one Add in the .htaccess file: Code:
<MySpace Style Profile Link> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ http://Example.com/Forums/member.php?username=$1 [R] </MySpace Style Profile Link> RewriteRule ^(.*)$ http://Example.com/Forums/member.php?username=$1 [R] Just replace: Code:
Example.com/Forums/ Save, close, and upload back to the server unless you did live edits on the server in that case just close and save. NOTE: If you have more then one domain you can add the .htaccess file to other domains as well. For Example: My forums are on MyLongDomain.com But i added the .htaccess file to MyShortDomain.com Now go to: Code:
http://Example.com/User Name If there are spaces in your user name you must enter the spaces in the link as well Same goes with other characters like if you have ---User Name--- You Would Enter: Code:
http://Example.com/---User Name--- If that works correctly then move on to Step 2 (Step 2) Template Edites Go to your vB Forums Admin cP > Style Manager > Navigation / Breadcrumb Templates Open navbar Before: Code:
<!-- breadcrumb, login, pm info --> Code:
<!-- MySpace Style Profile Link --> <if condition="$show['member']"> <div align="center"> <table width="100%" align="center"> <tr> <td width="100%" align="left"> <font color="#FF0000"> My Profile Url: <a href="http://StillFallin.com/$bbuserinfo[username]">StillFallin.com/$bbuserinfo[username]</a> [<a href="profile.php?$session[sessionurl_q]do=customize">Customize</a>]-[<a href="profile.php?$session[sessionurl_q]do=editprofile">My Details</a>]-[<a href="album.php?$session[sessionurl_q]">My Albums</a>]-[<a href="profile.php?$session[sessionurl_q]do=editprofilepic">My Pic</a>] </font> </td> </tr> </table> </div> </if> <!-- / MySpace Style Profile Links --> Edit: Code:
<font color="#FF0000"> Edit 2 times: Code:
Example.com Save and Close Go to your vB Forums Admin cP > Style Manager > Member Info Templates Open memberinfo_block_contactinfo Find: Code:
<a href="$prepared[profileurl]">$prepared[profileurl]</a> Code:
<!-- MySpace Style Profile Link --> <a href="http://Example.com/$prepared[username]">http://Example.com/$prepared[username]</a> <!-- / MySpace Style Profile Link --> Code:
Example.com Save and Close To get a Sexier looking error page for when a member dose not exist you can do the following edit. Search in Phases for: Code:
This user has not registered and therefore does not have a profile to view. Code:
<center>This user has not registered and therefore does not have a profile to view. <BR><a href="memberlist.php" style="text-decoration: none;">Click Here</a> to view the Full Members List.</center> NOW CLICK INSTALLED Show Your Support
|
Comments |
#2
|
|||
|
|||
Change Log:
ADDED - Sexier Looking No Member Error |
#3
|
||||
|
||||
Will this only redirect the URL's or EVERYTHING (like pics, files, etc.)
I had a rewrite script before, I would enter something like www.mysite.com/images/logo.gif and it would say that "this profile doesn't exist". Will this do the same?? |
#4
|
|||
|
|||
no this will only redirect things that have no ending
Example of things that will get redirected http://Example.com/redirected http://Example.com/redirected/ Example of things that would not get redirected http://Example.com/file.extention http://Example.com/folder/file.extention so basically anything that dose not have a file extension will be redirected its also kinda a security feature in a way cause now you don't have to worry about any folders that don't have a index in them cause if someone tried to browse a folder and don't add a file extension then they will be redirected and it will say that member dose not exist error or what not if you are still unclear of how it works just ask and ill try to explain it some more See Here is a test: http://stillfallin.com/close.gif << That will show the image but if you type it wrong like lets say http://stillfallin.com/close.GIF << That will not show the image and will get redirected and you will see the no member error To get a Sexier looking error page for when a member dose not exist you can do the following edit. Search in Phases for: Code:
This user has not registered and therefore does not have a profile to view.
Code:
<center>This user has not registered and therefore does not have a profile to view. <BR><a href="memberlist.php" style="text-decoration: none;">Click Here</a> to view the Full Members List.</center>
|
#5
|
||||
|
||||
cool & installed.
|
#6
|
||||
|
||||
I did this a long time ago to my forums.
|
#7
|
|||
|
|||
Works like a charm
Thanks! |
#8
|
|||
|
|||
using my last version or something else
the reason i ask is cause there is another version besides mine that dose not work too well with spaces and symboles yep no prob |
#9
|
||||
|
||||
no sir......
This one does it too.. Here's an image link directly from my server. http://www.indie2industry.com/images/keithmurray.jpg |
#10
|
|||
|
|||
This will rewrite all 404 files to member.php?username=w00t!
suggestion: rewrite forum/members/username instead of forum/username suggestion2: replace all forum member.php?u=userid links to rewrited one |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|