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 followed all of the instructions and I've only encountered a few newbish problems:
1) I went to Usergroups, chose a usergroup, and tried to edit permissions, but I didn't see an area that enabled the usergroup to use this extension. So none of my groups, not even Administrators, can use this wonderful hack right now. Help?
2) There's no seperate catagory for it in the AdminCP (like Styles & Templates, Languages & Phrases, etc).
I have just installed this on my 3.5.2 dev site and the htaccess file is causing a problem, I get the Internal Server Error message in the browser and the entire forum is blocked. I have a ProLiant G4 server with RHESL-4 and Apache 2.0.x
It seems to work OK if I remove it. It is required?
Can anyone tell me if it is OK to run this without the htaccess file?
@lena starling: check if you have uploaded the bitfield xml.
Maybe U use an older version, if so, you can do this:
open bitfield xml, replace vBulletin with vbulletin.
you could also search this thread for an updated package with a product xml.
I can't seem to be have the User Page Permissions in in my Usergroups section?
It's the first time I've ever used Vbulleting or used any hacks...So I may have done something wrong? I have installed the plugin by uploading and installing the provided XML file, uploaded required files, yet no page permissions? In the manual it says " If the userpage phrases are not showing in your admincp, go to your phrase manager and save any phrase." - If you literally mean click any phase and save it - I've done this and it doesn't seem to make any sort of difference to whats displayed in the usergroups?
@lena starling: check if you have uploaded the bitfield xml.
Maybe U use an older version, if so, you can do this:
open bitfield xml, replace vBulletin with vbulletin.
you could also search this thread for an updated package with a product xml.
grz,
seba
Thanks,
I did upload the usergroup-bitfield into FTP, but:
whenever I try to import it it gives me an "Invalid File Specified" error. I tried to import as both product and plugin, but neither worked.
I've modified the user page to be DJ Profiles and made each user page automatically filled out with some default information taken from custom user fields, and it looks good if the user enters the info in their profile, but it they leave a field blank it's not so functional.
I'm using the following code to display an image from a user specified URL taken from a custom field in the user profile
Code:
<img src="$userinfo[field15]">
It works fine and displays the image if a URL is specified, but if there is no URL it displays a white box with a red "X" through it. I was wondering if there if anyone has some code that I could use in place of the code I'm using that would either display a default image or nothing at all if there is no URL specified.
to display a clickable link to a website also taken from a custom field. I also need something for this so that it would say "n/a" or "not specified" or even just leave it blank if the user does not specify a link.
Thanks for the assistance!!
Screenshots of what things look like right now included both good and bad