View Full Version : Custom Profile Tabs
Playa82
05-21-2008, 08:22 AM
Is there a way to post a guide to create custom profile tabs ?
thanks in advance
GameWizard
05-21-2008, 08:38 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=165554" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=165554</a>
MarkPW
05-21-2008, 08:38 AM
Is this what you're looking for?
[How-to] Add more tabs to the vB 3.7 profile pages (https://vborg.vbsupport.ru/showthread.php?t=165554)
GameWizard
05-21-2008, 08:39 AM
Good timing MarkPW, haha.
Playa82
05-22-2008, 06:16 AM
hehe, thanks guys
--------------- Added 1211494692 at 1211494692 ---------------
that's not easy. maybe somebody writ a product file for this. and we can insert the programs or whatever we need easier.
Playa82
05-23-2008, 10:50 AM
nobody ?
GameWizard
05-23-2008, 11:41 AM
Or just suck it up and try to follow the instructions, it's really not that difficult. You can always ask for help if you're stuck.
Playa82
05-23-2008, 12:59 PM
Or just suck it up and try to follow the instructions, it's really not that difficult. You can always ask for help if you're stuck.
i want to add this:
https://vborg.vbsupport.ru/showthread.php?t=142487&highlight=award
but i only want to show this in a tab:
http://img399.imageshack.us/img399/6207/unbenanntxc7.jpg
With this code:
$awards_showcase
can somebody help me ?
Playa82
05-24-2008, 06:43 PM
nobody ?
Lynne
05-24-2008, 07:34 PM
nobody ?
Take a stab at it yourself. If it doesn't work, post your code here and let us know what sort of errors you are currently getting.
Playa82
05-27-2008, 09:30 AM
i tried it, but it doesn't work...
:-(
Lynne
05-27-2008, 04:22 PM
i tried it, but it doesn't work...
:-(
Take a stab at it yourself. If it doesn't work, post your code here and let us know what sort of errors you are currently getting.
Please post your code or we can't help you.
Playa82
05-27-2008, 07:11 PM
Please post your code or we can't help you.
<!-- [START HACK='Yet Another Awards System hack' AUTHOR='HacNho'] -->
<if condition="$show['userawards']">
<a name="award"></a>
<br>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="3" align="center">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('award_showcase')"><img id="collapseimg_award_showcase" src="$stylevar[imgdir_button]/collapse_generic{$collapseimg_award_showcase}.gif" alt="" border="0" /></a>
$vbphrase[award_showcase] ($total_awards $vbphrase[awards])
</td>
</tr>
<tbody id="collapseobj_award_showcase" style="{$collapseobj_award_showcase}">
<tr>
<if condition="$vboptions[aw_showicon]">
<td class="thead" nowrap>$vbphrase[award_icon]</td>
</if>
<if condition="$vboptions[aw_showimage]">
<td class="thead" nowrap>$vbphrase[award_image]</td>
</if>
<td class="thead" width="100%">$vbphrase[award_description]</td>
</tr>
$userawardslistbits
</tbody>
</table>
</if>
<!-- [END HACK='Yet Another Awards System hack' AUTHOR='HacNho'] -->
That's the code from the hack. i can add it via $awards_showcase in my memberinfo
Lynne
05-27-2008, 07:24 PM
I thought you were trying to use this: [How-to] Add more tabs to the vB 3.7 profile pages (https://vborg.vbsupport.ru/showthread.php?t=165554) What you posted is not what the article says to do. You need to make a plugin using the member_build_blocks_start hook and that is what you need to post. You said you tried it but it didn't work. So, I'm wondering what you put in the plugin that didn't work. You really need to read that article and follow the instructions.
PoetJA-1975
06-29-2008, 05:48 AM
Old bump - but thanx for the tip - I'm in the process of upgrading my Forum - so this how-to tutorial come in handy - thanx for the link ;)
Jacquii.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.