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.
Before I port over to 3.5.1 and install this hack can you tell me if there are settings so the admin can turn off the rating and shoutbox features so the member only gets a basic profile page.
Moncal, I see the queries in the product file. It uses prefixes properly. I am not sure why you are having this error. If the tables aren't there - visually inspect your database to make sure - then manually install the tables for now. I don't have the time to set up another fresh test board to test waza's product.
I am assuming you know how to do this given you are tinkering with a beta mod
Finally got it. The url rewrite doesn't work and the rating popup is screwed up in Opera.
Moncal, I see the queries in the product file. It uses prefixes properly. I am not sure why you are having this error. If the tables aren't there - visually inspect your database to make sure - then manually install the tables for now. I don't have the time to set up another fresh test board to test waza's product.
I am assuming you know how to do this given you are tinkering with a beta mod
hey i wanted to know how can i let the user change the background color or adding their own background picture and all....so they wouldnt see the msg board skin?
the first part (plugin section) gave a database error which made the memberlist unviewable. also, how could I add the Visit X's userpage to the postbit pulldown menu under a user's name, but only for users that have a page? (where it says view profile, send a pm, find posts, add to budyylist)
Hey,
First: The plug-in doesn't affect memberlist but member's profile page ...
Second: I had a look and the query was incorrect, this is the correct one:
Code:
$hasuserpageresult=$db->query_read("SELECT userid FROM ".TABLE_PREFIX."userpage WHERE userid=".$userinfo['userid']."");
$hasuserpage=$db->num_rows($hasuserpageresult);
Finally got it. The url rewrite doesn't work and the rating popup is screwed up in Opera.
For the url rewrite amy has to help you.
But the rating popup is my work. I only use FF but it looks like IE & opera are not showing this correctly.
I'll try to fix it asap