vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Activity Modification (https://vborg.vbsupport.ru/showthread.php?t=93831)

WetWired 02-12-2007 09:18 PM

It's just tables. For what those have, you'd do something like
Code:

<table cellspadding="0" cellspacing="1" border="0">
<tr>
<td class="thead" width="100">Avatar</td>
<td class="thead" width="50">Rank</td>
</tr>
<tr>
<td valign="middle" align="center" height="100"><if condition="$show['avatar']"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a><else />&nbsp;</if></td>
<td>$WWU002_ranktext</td>
</tr>
</table>

Then, you'd put HTML image tags as the ranktext settings in the adminCP.

Frozen Tastee 02-13-2007 02:12 AM

Quote:

Originally Posted by WetWired (Post 1181010)
It's just tables. For what those have, you'd do something like
Code:

<table cellspadding="0" cellspacing="1" border="0">
<tr>
<td class="thead" width="100">Avatar</td>
<td class="thead" width="50">Rank</td>
</tr>
<tr>
<td valign="middle" align="center" height="100"><if condition="$show['avatar']">]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a><else />&nbsp;</if></td>
<td>$WWU002_ranktext</td>
</tr>
</table>

Then, you'd put HTML image tags as the ranktext settings in the adminCP.

so do u i put that in the postbit legacy template

WetWired 02-13-2007 03:09 AM

Yes, you should search for the
Code:

<if condition="$show['avatar']">
And replace from there untill the closing </if> with what I gave you (please note that I've fixed a mistake in it, so recopy). You'll also want to remove the other line with $WWU002_ranktext that you added when you installed the mod.

Frozen Tastee 02-14-2007 03:09 PM

okay thanks bro

LisaD1 02-18-2007 05:34 PM

Is there anyway to have more then one owner? I have turned off that part (Actually I removed it from the code before I knew it could be turned off LOL) by anyways there is 3 owners on my board and I am wondering if there is anyway to add us all as owners? I did try to add use all to the area meant for it, but it doesn't work.
Thanks!!

WetWired 02-18-2007 06:23 PM

In the User Ranks area, enter mulitiple owner lines with the Ids of the users. So if your are IDs 1,2, and 110, then you'd enter
Code:

1=Owner
2=Owner
110=Owner


LisaD1 02-18-2007 07:15 PM

Quote:

Originally Posted by WetWired (Post 1185475)
In the User Ranks area, enter mulitiple owner lines with the Ids of the users. So if your are IDs 1,2, and 110, then you'd enter
Code:

1=Owner
2=Owner
110=Owner


Thank you very much!! :)

Masked Crusader 02-19-2007 05:00 AM

Tag for future use.

Frozen Tastee 02-19-2007 09:18 PM

hey WetWired i did what you sayed and im able to get the rank image to work only it will only show above and not next to it. idk if its a table prob or what i need your help bro!

WetWired 02-19-2007 09:32 PM

I need a URL or page source.


All times are GMT. The time now is 09:13 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
  • Page Generation 0.01300 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete