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.
k, people here it is, run uninstaller if already installed, overwrite/install product, overwrite userpage.php & bitfield_userpages.xml and rebuild bitfields.
Some enhancements:
Rate userpages (once per user) + show rate in list page
Index page with most views, top rated & last updated userpages
Error message if a userpage doesn't exist.
grz,
seba
EDIT: ATTACH BACK ONLINE
IT doesn't work.. I still can't see the usergroup permission thing..
IT doesn't work.. I still can't see the usergroup permission thing..
Hmm, I did a little edit, and I did a fresh install on a clean board and a upgrade and they both worked.
So delete the product and install the new one.
make sure you have overwritten bitfield_userpages.xml & userpage.php
rebuild bitfields
It must work if you do all these steps
Hmm, I did a little edit, and I did a fresh install on a clean board and a upgrade and they both worked.
So delete the product and install the new one.
make sure you have overwritten bitfield_userpages.xml & userpage.php
rebuild bitfields
It must work if you do all these steps
Do I need to upgrade from the version I downloaded in the link in your PM?
hey waza, can you provide some code that will make it so if someone has a userpage and you click on their name in a post that you'll have the option to view/visit their page? Also in their profile if its not already there? thanks.
hey waza, can you provide some code that will make it so if someone has a userpage and you click on their name in a post that you'll have the option to view/visit their page? Also in their profile if its not already there? thanks.
Hey,
Do the following (not tested, but it should work):
make a new plug-in in member_complete:
give it a name and add this code to it:
PHP Code:
$hasuserpageresult=$db->query_read("SELECT id FROM ".TABLE_PREFIX."userpages WHERE userid=".$userinfo['userid']."");
$hasuserpage=$db->num_rows($hasuserpageresult);
waza, i just get the tables "userpage" and "usershout" removed. The others remain. Could you update you script, so that it makes a "hard"-install, please?