Version: 1.2.2, by amykhar
Developer Last Online: Nov 2013
Version: 3.5.1
Rating:
Released: 07-09-2005
Last Update: 11-26-2005
Installs: 504
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage
No support by the author.
This Extension for Vbulletin 3.5 offers forum members the ability to create a custom profile page (or pages) on your site.
Current Features
List of Members with Personal Pages
Individual Shoutbox/Guestbook on Each User's Personal Page
An Archive of "Shouts" for Each User
Moderators Can Delete Offensive Shouts
Moderators Can Delete Personal Pages
Users Can Report Offensive Pages
Tracks Page Views to Each Personal Page
Indicates When the Page Was Last Updated
Usergroup based permissions
Uses the VBulletin Editors. Understands BBCode and HTML.
Planned Features
Show Users Currently Browsing User Pages
Allow Users to Have More Than One Page
Allow Users to Upload Files
A File Manager for User Pages
The Ability to Search User Page Content
Links to Featured User Pages on Forum Home
FAQ
How do I configure what forum report threads should go to?
At the top of userpage.php, there are several clearly documented variables that you can edit. One of these establishes the forumid that you want reported pages to be reported to.
-------------
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.
I got everything installed, but when I try and post something on the userpage I'm getting an SQL error.
Quote:
Database error in vBulletin 3.5.0 Release Candidate 3:
Invalid SQL:
SELECT * FROM vb3_usershout WHERE ownerid = 1 ORDER BY shoutid DESC LIMIT 5;
MySQL Error : Table 'detailer_forum.vb3_usershout' doesn't exist
It looks like the installer didn't do many of the queries. I tried installing the table manually with the info from the installuserpage.php file but I couldn't get it work. I tried this.
Code:
CREATE TABLE `vb3_usershout` (
`shoutid` int( 11 ) unsigned NOT NULL AUTO_INCREMENT '',
`ownerid` int( 11 ) unsigned NOT NULL default '0',
`message longtext` NOT NULL ,
`shouterid` int( 11 ) unsigned NOT NULL default '0',
`shoutername` varchar( 50 ) NOT NULL default '',
`dateline` int( 11 ) NOT NULL default '0',
PRIMARY KEY ( `shoutid` )
) TYPE = MYISAM AUTO_INCREMENT = '48'
Is there a way to have the link show up only is the user has a user page?
I'm guessing you'd need to create a variable in "headinclude" which gets the length of the personal page and if it's > 0 then you add the link. If I get time to do this (which I need to) I will post back here.
I'm guessing you'd need to create a variable in "headinclude" which gets the length of the personal page and if it's > 0 then you add the link. If I get time to do this (which I need to) I will post back here.