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 |
#767
|
|||
|
|||
How much extra bandwith does this use?
|
#768
|
|||
|
|||
@dboogie: I can't see it (no permissons error), but it doesn't sound like a error, this is just a home page for the userpages, maybe you were looking for this:
https://vborg.vbsupport.ru/attachmen...chmentid=32268 then you have to go to: userpage.php?do=list @birel41r: We can't really say that as we don't know how much visitors you have, and how much images you layout and your members use. But this actually is kind of the size of a normal page like a thread or something. |
#769
|
|||
|
|||
Quote:
|
#770
|
|||
|
|||
This looks like an amazing plugin! Suggestions for a future version:
1. The option to make each user fill in some custom fields so that each page is similar. I would like to allow certain users to have a special profile for themselves. I would like each user to answer certain questions such as "DJ Name", "Style of Music", "When did you begin DJing". 2. Picture Field, a field where the user is prompted to upload 2 or 3 pictures that would show up as thumbnails and could be clicked on for the larger version. Everything else is great!! Keep up the good work!! I'll definitely donate if you get these features included. |
#771
|
|||
|
|||
Hi,
Great hack, just installed it. I'm fairly new at this so I apologize if this is a stupid question. When I go to create/edit my personnal page, I don't have the icon to add images as I normally have when adding posts. Is this a general option in vB or something I need to change for this hack ? Thanks ! |
#772
|
|||
|
|||
@djinth, You can add them as custom user fields and then those show up in members profile, if you also want to show them in userpage, you'll have to add something like:
$userinfo[fieldcustomfieldid] where customfield id is the id of the custom field (like $userinfo[field30] And then you plase those in the userpage template. @pharkas: We are aware of that problem. Only some people have it and we don't really know how to fix it right now, as we don't have the problem, srry. grz, seba |
#773
|
||||
|
||||
How do you keep the header/footer from showing up twice when you try to delete a page, and then how do you delete the page?
|
#774
|
||||
|
||||
Hey i need to know what condition would i have to put in the postbit
to show when a user has a userpage <if ......? Thanks |
#775
|
|||
|
|||
@MissKulanji: i'm afraid this isn't possible just with a template condition at this time.
|
#776
|
||||
|
||||
Quote:
|
#777
|
|||
|
|||
I think the only way you can do it for now is add a plug-in that checks per post if the user has a userpage or not.
But this would add a query per post per user! I also don't know right now where to put the plug-in. But it should look like: $hasuserpage=$db->query_read("SELECT id FROM ".TABLE_PREFIX."userpage WHERE userid='".$userinfo['userpage']."'"); if($db->num_rows($hasuserpage)){ $hasuserpage=1; }else{ $hasuserpage=0; } And then add in postbit template: <if condition="hasuserpage"> <a href="userpage.php?u=$userinfo[userid]">Visit's $userinfo['username']'s userpage</a> </if> But again, I don't think this is a good way to do it. |
#778
|
||||
|
||||
I would like to get this running on my board VB 3.5.2
http://www.dollchatter.com Downloaded the zip............tryed everything!!!!! Went through all code!!!! It will not run on 3.5.2 Usergroup mgr. not even showing options, even after adding phrases. Posted a message on 8 different forums in regards to this and no one will help me.... Jose Duddy http://www.joseduddy.com thanks in advance |
#779
|
||||
|
||||
Quote:
|
#780
|
||||
|
||||
Quote:
|
#781
|
|||
|
|||
Hi any idea why my show threads page the content width is abit shrunk? Example here:
http://www.dota.sg/forums/showthread.php?t=45 Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|