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.
Is there a way to access a member's page from their profile page? Or maybe when you click on the member's name there would be a link to access the page just like the link to access their public profile.
Is there a way to access a member's page from their profile page? Or maybe when you click on the member's name there would be a link to access the page just like the link to access their public profile.
I can't seem to add a background color using html to the page.... What am I doing wrong?
someone please help tried to run install script to put database files back did not work
Have you tried installing it again?
I don't know what this error means, but I uninstalled a hack recently and it shut my forum down too. So I reinstalled it and the forum is running fine again. I have just removed the link to the hack until I can work out how to uninstall it without breaking the forum db.
someone please help tried to run install script to put database files back did not work
HTML Code:
Database error in vBulletin 3.5.0:
Invalid SQL:
SELECT * FROM lc_userpage WHERE userid=1;
MySQL Error : Table 'lcsite_forum.lc_userpage' doesn't exist
Error Number : 1146
Date : Friday, September 30th 2005 @ 11:10:13 PM
Script : http://forum.liquid-core.net/
Referrer :
IP Address : -
Username : -
Classname : vb_database
thats the error
I had the same big problem. My forum wasn't working anymore. To make it work again, just run this in phpmyadmin (it's just a fix) :
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;
Then your forum will work again.
But if you want to install the hack and avoid installation and unsinstallation problem used this xml file without running the query above : You may have to delete the original plugin if you have installed it. https://vborg.vbsupport.ru/showpost....&postcount=404
Good luck !
I had the same big problem. My forum wasn't working anymore. To make it work again, just run this in phpmyadmin (it's just a fix) :
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;
Then your forum will work again.
But if you want to install the hack and avoid installation and unsinstallation problem used this xml file without running the query above : You may have to delete the original plugin if you have installed it. https://vborg.vbsupport.ru/showpost....&postcount=404
Good luck !
I had the same big problem. My forum wasn't working anymore. To make it work again, just run this in phpmyadmin (it's just a fix) :
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;
Then your forum will work again.
But if you want to install the hack and avoid installation and unsinstallation problem used this xml file without running the query above : You may have to delete the original plugin if you have installed it. https://vborg.vbsupport.ru/showpost....&postcount=404
Good luck !
I think you need to change this:
PHP Code:
$db->query_write("DROP TABLE IF EXISTS " . TABLE_PREFIX . " usergroup DROP userpagepermissions");
to this:
PHP Code:
$db->query_write("ALTER TABLE IF EXISTS " . TABLE_PREFIX . " usergroup DROP userpagepermissions");
Dropping the usergroup table is not really a very good idea.
Not to nag, but when is the upload/MySpace kind of addition coming? My users are complaining because even though I told the I did not write the hack, they want the MySpace functiontality and are asking me to do it (I can't code for sh-t)...