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 |
#302
|
||||
|
||||
Quote:
|
#303
|
|||
|
|||
Quote:
Thank you so much ! |
#304
|
||||
|
||||
Hello,
Quote:
|
#305
|
||||
|
||||
I'm using it with no probs on RC2.
|
#306
|
|||
|
|||
Is it possible to post the template edits. i had it installed and upgraded and now it wont reinstall and there wasnt a uninstall script so kinda a problem. so i just need the template edits. so i can manually do them
|
#307
|
|||
|
|||
Heya
im trying to get the url rewrite working for the userpages. i already have some code in to do the rewrite for the forum which works cool RewriteEngine On RewriteRule ^f([0-9]+)-([A-Za-z0-9\-]+)\.html$ forumdisplay.php?f=$1 [L] RewriteRule ^t([0-9]+)(((-p)([0-9]+))?)([A-Za-z0-9\-]+)\.html$ showthread.php?t=$1&page=$5&pp=10 [L] what to i add to include the userpages, for main and for list ? thanks |
#308
|
|||
|
|||
I've been trying to install this mod for a while now, and still haven't had any success.
When I go to my usergroups to modify user permissions, my options aren't visiable for the section that refers to userpages. I believe this has had something to do with my rebuilding the bitfields after uploading bitfield_userpage.xml whenever I rebuild my bitfield my browser goes to a version of my control panel with only one frame (i'm not sure if that did the trick or what, guess i was expecting to see the word done or something). In addition, when I try to upload the xml file in my plug in manager, I get the message."Invalid File Specified" can I get some help from somebody. thanks |
#309
|
||||
|
||||
1. If you aren't seeing the phrases, do as the first post says and save any phrase.
2. Regarding the invalid file, make sure you are using the plugin manager and not the product manager to install it. This is not yet a product. 3. Rebuilding the bitfields behaves as described. Blame Jelsoft for that loopy behavior and the fact that it is necessary at all In the product release, it won't be necessary. Amy |
#310
|
|||
|
|||
Quote:
|
#311
|
||||
|
||||
Make sure you uploaded the bitfield_userpage.xml file to the appropriate directory. That was the last guy's problem.
|
#312
|
|||
|
|||
now the forum is completely down siting that the userpage table doesn't exist. I can't get into the control panel either, it cities this error.
Database error in vBulletin 3.5.0 Release Candidate 2: Invalid SQL: SELECT * FROM userpage WHERE userid=1; MySQL Error : Table 'mydb_sportforum.userpage' doesn't exist Error Number : 1146 Date : Tuesday, August 16th 2005 @ 07:46:19 AM Script : http://www.marchingsport.com/sportforum/ Referrer : IP Address : 70.115.79.98 Username : Classname : vb_database |
#313
|
|||
|
|||
Code:
CREATE TABLE `userpage` ( `userid` int(15) unsigned NOT NULL default '0', `pagedata` text NOT NULL, `rating` int(11) NOT NULL default '0', `dateline` int(10) NOT NULL default '0', `username` varchar(255) NOT NULL default '', `views` int(10) NOT NULL default '0', `numvotes` int(11) NOT NULL default '0', `votetotal` int(11) NOT NULL default '0', PRIMARY KEY (`userid`) ) TYPE=MyISAM; use that to create the missing table |
#314
|
|||
|
|||
well what do ya know, i'm back up.
Thanks. let me check everything else to see if its back in order, thanks again. |
#315
|
|||
|
|||
my phrases still aren't showing up. i went to phrase manager opened and saved a random phrase, still doesn't save.
my bitfield is saved in the includes>xml folder. the xml page is installed properly. any reason why the phrases aren't showing up? |
#316
|
|||
|
|||
thats as far as i can help ya my friend. ask amy i am still waiting myself for help i just knew away to get at least your forum back up for the meantime sorry i cant help anymore
Note: need either away to uninstall this or the file template edits |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|