The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Give Your Users a Custom Page on Your Site Details »» | |||||||||||||||||||||||||||
Give Your Users a Custom Page on Your Site
Developer Last Online: Nov 2013
This Extension for Vbulletin 3.5 offers forum members the ability to create a custom profile page (or pages) on your site.
Current Features
Planned Features
FAQ
Demonstration http://www.eaforums.com/forums/userpage.php?do=list http://www.eaforums.com/forums/userpage/amykhar.html http://www.eaforums.com/forums/userp...inkerlady.html Updates: https://vborg.vbsupport.ru/showpost....&postcount=970 ------------- 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. Supporters / CoAuthors Show Your Support
|
Comments |
#107
|
|||
|
|||
*sniff*
I really want this! |
#108
|
|||
|
|||
Pie
Run this whole block Code:
CREATE TABLE userpage ( userid INT( 15 ) UNSIGNED NOT NULL , pagedata TEXT NOT NULL , rating INT NOT NULL , dateline INT( 10 ) NOT NULL , username VARCHAR(255) NOT NULL, PRIMARY KEY ( userid )) Code:
ALTER TABLE usergroup ADD userpagepermissions INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL |
#109
|
|||
|
|||
looks to me that there are some things missing. I have to go into my profile to even get to my page to edit it. Did I miss something or is this just incomplete?
|
#110
|
||||
|
||||
All you have to do is go to your page. The edit link is on the lower right corner.
|
#111
|
|||
|
|||
I know. But I would like a link that takes users to their page without having to go into their profile.
|
#112
|
|||
|
|||
Ok... I added a link to my navbar
|
#113
|
||||
|
||||
ah. I just have a link to the list of members who have user pages on my nav menu. Then, people can see all the pages from there.
|
#114
|
|||
|
|||
what is that link?
|
#115
|
||||
|
||||
<a href="http://www.eaforums.com/forums/userpage.php?do=list" target="_blank">http://www.eaforums.com/forums/userpage.php?do=list</a>
|
#116
|
|||
|
|||
ahh.. thanks! I couldn't find the link to list them all. That works better.
|
#117
|
||||
|
||||
|
#118
|
||||
|
||||
oh that is a big teaser ^^ Looks great gonna install this
|
#119
|
|||
|
|||
Looks very nice, but I'm wondering on the server load with a shoutbox.
Also, I see a update 2 days ago, but I couldn't find info on what was updated? Just curious anyway, I'm ordering my new server, so by the time I have it ready, maybe you will have file support by then? This looks great, very nice, I'm sure my supporting members will like it as well. |
#120
|
||||
|
||||
An update is coming out soon. I have added:
1. User Shoutboxes/Guestbooks. 2. An archive of Shouts so that only the 10 most recent show on the user page. 3. The ability to report pages for bad content. Reports are posted to the forum of your choice. (Feel free to change that on your own to use email or PM) 4. Page Views 5. The ability for mods to delete shouts. 6. The ability for mods to delete user pages. What's not there yet - file uploads. Right now, I have to go through and phrase the code, which is going to take some time. Then, I have to write up the upgrade and install info. So, expect the release out tonight or tomorrow. But don't nag if it's not Amy |
#121
|
||||
|
||||
Quote:
Regarding the shoutboxes, the way these are done on the page, they are more like Guestbooks. And, you could call them that. They add one query to the page on a view and one if somebody shouts. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|