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.
It's really quite annoying and it's starting to make me wonder about this company, they don't seem to care about getting this software out possibly because it will take away sales of their flagship product, which I've used and is a nightmare.
Are we talking about the "PhotoPost PHP Pro" they have available for sale/download today? Apparently this version "can use vBulletin 2.0.3 (and all newer versions) user database".
I also can't tell if that version permits managing photos in a distinct database, while utilizing vBulletin's general infrastructure and user authentication. To me, that would reduce the overall vBulletin db size (and risk) quite a bit.
In case anyone wanted to know, I called PhotoPost today and they do support vB 3.5.3. PhotoPost PHP Pro also stores files in the file system and not in the database (which satifies my db requirement above). They also allow for other types of uploads, not strictly media files.
The guy I spoke with seemed to think the product is pretty flexible, in terms of integrating it with custom user profile pages etc., provided you are comfortable with handling the customizations yourself. Unfortunately you have to purchase the full version if you want to actually play around with it on your own site.
Hmz, off course, everything is possible , but I won't do it for now.
I think it wouldn't be so hard to code if you can code a bit and look to other hacks.
I was wondering. When there are multiple pages (many users) and I click next to go the next page of userpages, it repeats the same users from the previous page?
Hmz, off course, everything is possible , but I won't do it for now.
I think it wouldn't be so hard to code if you can code a bit and look to other hacks.
the reason I ask is because I am very busy and until my site is up and running I don't want to look into coding modules like this, im not advanced enough yet anyone else able to help me out? :squareeyed:
$lasteditedresults=$db->query_read("
SELECT t1.userid, t2.username, t1.dateline FROM
".TABLE_PREFIX."userpage AS t1
LEFT JOIN ".TABLE_PREFIX."user AS t2 ON(t1.userid=t2.userid)
ORDER BY t1.views DESC LIMIT 0,5");
and replace with:
Quote:
$lasteditedresults=$db->query_read("
SELECT t1.userid, t2.username, t1.dateline FROM
".TABLE_PREFIX."userpage AS t1
LEFT JOIN ".TABLE_PREFIX."user AS t2 ON(t1.userid=t2.userid)
ORDER BY t1.dateline DESC LIMIT 0,5");
@misskalunji: I found a better (good) way, If I find some time a post it here.
@LoOnEyToOnZ: What does that have to do with this hack?
@Firestar.chkn: Wich template?