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.
Hey waza, is there a way to add other features. For example, at CF (Christianforums), when the user clicks on Create/Edit Userpage, it gives them the ability to add a Title of userpage and it gives them the url of their userpage.
In addition, a preview tool and the current userpage.
Hehe, srry, I have been (and will be) very busy for the past/coming few weeks.
However, this is the way you can do it:
I looked a while ago @ showthread.php and you can add things to the query that calls the post.
So what you basicly will have to do is add something like
LEFT JOIN ".TABLE_PREFIX."userpages AS userpages ON (post.userid=userpages.userid)
And then a condition like <if condition="$post['userpage']">He got one<else />Nope</if>
However you will have to look for yourself now, these are basic instructions I now just typed without looking something up.
It's a wonderful Extension, installed with no problems at all!
I do have two questions though...
1. For some reason, my voting looks all weird on the user pages, I'm assuming this has something to do with my templates, but I'm not sure. Can you please let me know what I have to do to either fix it or remove it from the pages? http://www.adultforums.com.au/forums...age.php?u=2951
2. Is there anyway there can be a link put on the members profiles page and next to their avatar on their posts which points to their userpage if they have one?
Thanks...
Amanda
PS... I had a look through all the other posts, did about 40 pages before deciding to post the question, I couldn't find where to search through the post, so please forgive me if these questions have already been asked!
my voting is all messed up as well, but I don't have a table tag that's not closed in my usercp shell or usercp template. In fact there's nothing really resembling that code from post 832 in either of those templates.
I'm using 3.5.3 but I had this problem in 3.5.2 as well.
*edit*
its in userpage template not usercp template as that post states