![]() |
@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 |
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?
|
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 |
@MissKulanji: i'm afraid this isn't possible just with a template condition at this time.
|
Quote:
|
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. |
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 |
Quote:
|
Quote:
|
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 |
All times are GMT. The time now is 12:49 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|