The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Give Your Users a Custom Page on Your Site Details »» | |||||||||||||||||||||||||||
Give Your Users a Custom Page on Your Site
Developer Last Online: Nov 2013
This Extension for Vbulletin 3.5 offers forum members the ability to create a custom profile page (or pages) on your site.
Current Features
Planned Features
FAQ
Demonstration http://www.eaforums.com/forums/userpage.php?do=list http://www.eaforums.com/forums/userpage/amykhar.html http://www.eaforums.com/forums/userp...inkerlady.html Updates: https://vborg.vbsupport.ru/showpost....&postcount=970 ------------- This hack will always be free, however your donations are kindly accepted and will help towards further development. If you donate, please leave me some info (either your forum site or username at vB.org) so that I can thank you. Supporters / CoAuthors Show Your Support
|
Comments |
#332
|
||||
|
||||
If any of you are using vbseo on your site, here are the custom redirects you will need for userpage.php
Code:
'userpage\.php\?do=list' => 'userpage-list.html' 'userpage\.php\?do=main&userid=(\d+)' => 'userpage-user$1.html' 'userpage\.php\?do=shoutarchive&ownerid=(\d+)' => 'userpage-shouts$1.html' 'userpage\.php\?do=main&username=(\w+)' => 'userpage/$1.html' |
#333
|
||||
|
||||
Nice great install, fast and worth it.
|
#334
|
||||
|
||||
It won't increase when you view your own page. Somebody else has to view it.
|
#335
|
||||
|
||||
Quote:
|
#336
|
||||
|
||||
umm what would i put in the member info template so it shows their page link only if they have a page i have this so far
Code:
<if condition="$show['edituserpagelink']"> <tr> <td> ChatBum Page: <br /> <a href="/userpage.php?do=main&userid=$userinfo[userid]">Personal Page </a></td> </tr> </table> </if> |
#337
|
||||
|
||||
I'm wondering if this nice hack could somehow combined with the Form Hack (https://vborg.vbsupport.ru/showthread.php?t=93970) to make the user pages standardized for e.g. to use it as a Systeminfo page for the users pc (btw i'm still wondering that there is no systeminfo around yet or i didnt find it )
|
#338
|
|||
|
|||
Looks very very nice; I'm surely going to install this when vB3.5 goes final (and if it's compatible with it ofcourse)
|
#339
|
||||
|
||||
It will be. I use it on my site and I always upgrade to the latest version of vbulletin
|
#340
|
|||
|
|||
sorry if this has already been asked, but is there some code so that when I click on a users name in a thread that will add an option to the pull down menu to show a link to their member page if they have one?
|
#341
|
||||
|
||||
Quote:
|
#342
|
|||
|
|||
This mod is absolutely awesome. This will help keep our forums active, which is better for our gaming community. Thanks for creating this!
|
#343
|
|||
|
|||
I don't think this should be happening
Invalid File Specified The happens when I try to import the plugin |
#344
|
||||
|
||||
Viper, there is a sticky thread at the top of every 3.5 release forum about that problem.
|
#345
|
||||
|
||||
Some member used <script></script> in his page and it messed it up, not sure why.
|
#346
|
|||
|
|||
I've installed this mod and I suppose all seems good. I can reach a page without any custom pages made yet.
My problem is that there's no link in the User CP for users to be able to create a page. I DID follow the instructions: 5. In your usercpshell template Find: --------- <if condition="$show['siglink']"> <tr> <td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td> </tr> </if> ----------- Add After: ---------- <if condition="$show['createuserpagelink']"> <tr> <td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="userpage.php?$session[sessionurl]do=create">Create Your Userpage</a></td> </tr> </if> <if condition="$show['edituserpagelink']"> <tr> <td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="userpage.php?$session[sessionurl]do=edit">Edit Your Userpage</a></td> </tr> </if> ---------- But my link's not there. I'm signed on as an Admin with permissions set, of course, for me to be able to add/view, etc. the Custom Pages. Any ideas? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|