Follow vBSEO on Twitter
vBulletin Modifications
  • Forums
  • Add-Ons
  • Template Modifications
  • Styles
  • Graphics
  • Tutorials
  • Support Center
  • Register
  • vBulletin SEO

Member Log In

Site Navigation

  • Register
  • Members List
  • Social Groups
  • Search
  • Today's Posts
  • Mark Forums Read

Latest Modifications

  • [vB 3.6.x] StopSpam
    By: flappi282
  • [vB 3.8.x] vBulletin Chat Addon for...
    By: 123flashchat
  • [vB 3.5.x] 404 Page Redirect To...
    By: Ak Worm
  • [vB 3.8.x] 404 Page Redirect To...
    By: Ak Worm
  • [vB 4.0.x] 404 Page Redirect To...
    By: Ak Worm

Latest Template Mods

  • [vB 3.8.4] Images PassWordBox...
    By: cRs!MP
  • [vB 3.8.4] Footer Follow Ups
    By: Ak Worm
  • [vB 3.7.2] Worldofwarcraft blue...
    By: Mikeyodesigns
  • [vB 3.7.0] My Links
    By: blind-eddie
  • [vB 3.7.0] Pop-Up Warning Before...
    By: Thelonius Beck

Latest Styles

  • [vB 3.8.4] CompletevB - Skylight
    By: DreadKnight
  • [vB 3.8.3] [vB 3.8.4] Barcelona...
    By: hoiquantinhoc.com
  • [vB 3.8.3] Natures Walk by vBSkin...
    By: Chri5
  • [vB 3.8.3] Green Theme
    By: Robdog
  • [vB 3.8.2] Unreal T 3 - vB3.8.x
    By: Butcher

Latest Graphics

  • [vB ] [anim.]Team Ranks
    By: cRs!MP
  • [vB ] Abstract Circles (3...
    By: cRs!MP
  • [vB ] PlayStation Rank Images
    By: cRs!MP
  • [vB 3.6.12] Heavy Stroked Button...
    By: Shelley
  • [vB ] Minature Ranks.
    By: Shelley
vBulletin Modifications » vBulletin Modifications » vBulletin 3.5 / 3.6 Hack Releases » Show Thread Enhancements - Default Signature per Group
Reply
Page 2 of 4 < 1 2 34 >

 

  • Thread Tools
Download Options
You Must Register First
To Download This Modification

Report A Bug
Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs
  
Supported
[vB 3.6.7 PL1] Show Thread Enhancements - Default Signature per Group (93)
Released: 09-05-2006, 10:46 PM
Modification Information:
Idan's Avatar Author: Idan
Last Online: 03-06-2010
Demo: View Online Demo!
Installer Included: 1 Additional queries added to database: 1 Template Edits: 1
File Edits: 0 New Files: 0 New Phrases: 0

Plugin
Default Signature
Per User Group
Brought to you by the VbHacker Team
Created by: Idan & whitemike

=====
Install:
=====

Import: product-vbh_group_sig_control_per_usergroup


=======
Configure:
=======

Usergroups -> Usergroups Manager -> Pick Usergroup -> Default Auto Sig Options



=======
Templates:
==========

Open Postbit(_legacy)

Find:

HTML Code:
<if condition="$post['signature']">
        <!-- sig -->
            <div>
                __________________<br />
                $post[signature]
            </div>
        <!-- / sig -->
        </if> 
Replace with:

HTML Code:
                <!-- START: vbh_default_sig_per_usergroup mod code -->
                <if condition="( ($vbh_autosig_enabled==1) && ($vbh_autosig_text!='') && ($post['signature']=='') )">
                <!-- sig -->
        <div>
        __________________<br />
                $vbh_autosig_text
                </div>
        <!-- / sig -->
                <else />

                <if condition="$post['signature']">
                <!-- sig -->
        <div>
        __________________<br />
                $post[signature]
                </div>
        <!-- / sig -->
                </if>

                </if>
                <!-- END: vbh_default_sig_per_usergroup mod code --> 
Thats it - enjoy another fine modification brought to you by vbh crew !



Screenshots
Screenshots
File Type: jpg default_sig_admincp.JPG (17.1 KB, 423 views)

Old 01-08-2007, 04:03 PM   #11
Shapeshifter
Coder

Shapeshifter's Avatar

Activity Longevity
0/20 16/20
Today Posts
0/3 ssssss105
Location: The Netherlands
Shapeshifter is on a distinguished road
Status: Offline Default
Great hack to share!
Good to see another release from the Coding-team
Reply With Quote Installed
Old 02-22-2007, 09:10 AM   #12
KJThaDon
vB Newbie

Activity Longevity
0/20 11/20
Today Posts
0/3 ssssssss5
KJThaDon is on a distinguished road
Status: Offline Default
First off i like this hack very much

I was wondering if there is a way to change something to make this default sig always stay, even if they went and added there own signature. Or if not is there another hack like that

That would be great.. Thank you
Reply With Quote Installed
Old 02-22-2007, 05:51 PM   #13
Michael Biddle
Staff
Michael Biddle's Avatar

Activity Longevity
5/20 17/20
Today Posts
0/3 sssss2823
Location: Anaheim
Age: 21
Michael Biddle is on a distinguished road
Status: Offline Default
well all you would have to do is remove

Code:
<!-- sig --> <div>
				__________________<br />
				$post[signature]
			</div> <!-- / sig -->
Support will only be offered through forums
Michael Biddle / vBHackers.com
vBSEO 3.3.0 Gold Released with New "Virtual HTML Display" Feature Available for download now

vBSEO Google Sitemap Generator - Version 2.5 Released

Crawlability Network: vBulletin SEO | vBulletin Hackers
Reply With Quote Installed
Old 03-02-2007, 08:56 PM   #14
dbirosel
vB Newbie

Activity Longevity
0/20 10/20
Today Posts
0/3 sssssss12
dbirosel is on a distinguished road
Status: Offline Default
Question.. What if i use postbit? I tried to find the code in postbit didn't find anything. Did the change in postbit legacy, but i dont see the signature i applied.
Reply With Quote Installed
Old 03-02-2007, 10:10 PM   #15
Michael Biddle
Staff
Michael Biddle's Avatar

Activity Longevity
5/20 17/20
Today Posts
0/3 sssss2823
Location: Anaheim
Age: 21
Michael Biddle is on a distinguished road
Status: Offline Default
it should be in postbit also, code might be a little reworded, but should work fine
Support will only be offered through forums
Michael Biddle / vBHackers.com
vBSEO 3.3.0 Gold Released with New "Virtual HTML Display" Feature Available for download now

vBSEO Google Sitemap Generator - Version 2.5 Released

Crawlability Network: vBulletin SEO | vBulletin Hackers
Reply With Quote Installed
Old 03-02-2007, 10:12 PM   #16
dbirosel
vB Newbie

Activity Longevity
0/20 10/20
Today Posts
0/3 sssssss12
dbirosel is on a distinguished road
Status: Offline Default
oh ok. thank you. ill look into that.
Reply With Quote Installed
Old 03-02-2007, 10:33 PM   #17
Michael Biddle
Staff
Michael Biddle's Avatar

Activity Longevity
5/20 17/20
Today Posts
0/3 sssss2823
Location: Anaheim
Age: 21
Michael Biddle is on a distinguished road
Status: Offline Default
If you want, put the template postbit here, and ill show you where to do it
Support will only be offered through forums
Michael Biddle / vBHackers.com
vBSEO 3.3.0 Gold Released with New "Virtual HTML Display" Feature Available for download now

vBSEO Google Sitemap Generator - Version 2.5 Released

Crawlability Network: vBulletin SEO | vBulletin Hackers
Reply With Quote Installed
Old 03-02-2007, 10:57 PM   #18
dbirosel
vB Newbie

Activity Longevity
0/20 10/20
Today Posts
0/3 sssssss12
dbirosel is on a distinguished road
Status: Offline Default
Edit my postbit, and for some reason i still see any changes...
Reply With Quote Installed
Old 03-03-2007, 01:10 AM   #19
dbirosel
vB Newbie

Activity Longevity
0/20 10/20
Today Posts
0/3 sssssss12
dbirosel is on a distinguished road
Status: Offline Default
Quote:
Originally Posted by whitemike View Post
If you want, put the template postbit here, and ill show you where to do it
Here is my postbit:

Code:
<style type="text/css">
<!--
.style1 {
	color: #FF0000;
	font-weight: bold;
}
-->
</style>
<table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="thead" $post[scrolltothis]>
	<div class="smallfont" style="float:$stylevar[right]"> 

		<if condition="$show['postcount']">(#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]">$post[postcount]</a>)</if>
                   <a href="#top" onClick="return toggle_collapse('postbit_$post[postid]')"><img id="collapseimg_postbit_$post[postid]" src="$stylevar[imgdir_button]/collapse_thead{$GLOBALS['vbcollapse']['collapseimg_postbit_' . $post[postid]]}.gif" alt="" border="0" class="inlineimg" /></a>
         
         
      </div>
	 
		  
		<div class="normal">



			<a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" />

<if condition="$show['reputationlink']">
				<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
				<if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>
		  </if>
		
			<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>

<if condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a> </if>  $post[iplogged]

</a><if condition="$show['inlinemod']"><input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" />
			</if>
		</div>
		
		
	</td>
</tr>
<tbody id="collapseobj_postbit_$post[postid]" style="{$GLOBALS['vbcollapse']['collapseobj_postbit_' . $post[postid]]};">
<tr>
	<td class="alt2" style="padding:0px">
		<!-- user info -->

		<table cellpadding="0" cellspacing="$stylevar[cellpadding]" border="0" width="100%">
		<tr>
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
			<td nowrap="nowrap">
			
				<div id="postmenu_$post[postid]">
					<if condition="$show['profile']">
					<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
					$post[onlinestatus]
					<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
					<else />
					$post[musername]
					</if>
				</div>
				
				<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
				<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
				<!-- post specs_menu -->
	<div id="specs_$post[postid]" class="vbmenu_control">
		<a href="#specs">$post[username]'s Car Audio System</a> 
		<script type="text/javascript"> vbmenu_register("specs_$post[postid]"); </script>
	</div>
<!-- / post specs_menu -->
				<if condition="$show['infraction']"><div class="smallfont">$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
					
<if condition="$show['reputation']"><div class="smallfont"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if></div><div style="padding:2px 0px 2px 0px;"></div><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>

				
			</td>



			
			


                        <td width="100%">&nbsp;</td>
			<td valign="top" nowrap="nowrap">
				<div class="smallfont">
				<if condition="!empty($post[mood])">
				<div>
					$vbphrase[my_mood]: <img src="images/mood/$post[mood].gif" border="0" />
				</div>
				</if>
				    <div>$vbphrase[posts]: $post[posts]</div>
					<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
					<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
					<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
					<if condition="$post['userid']">
					  <div>Feedback Rating: <strong><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></strong> / $post[itrader_pcnt]% </div>  
					   <div><a href="itrader_feedback.php?$session[sessionurl]u=$post[userid]"><span class="style1">Give Buyer/Seller Feedback</span>$post[itrader_submit_feedback] $userinfo[username]</b></a></div>
					</if>
					<div style="padding:2px 0px 2px 0px;"></div>
					<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
				</div>
				
			</td>

</tr>
</table>

		<!-- / user info -->
	</td>
</tr>
<tr>

	<if condition="$show['moderated']">
	<td height="100%" class="alt2" id="td_post_$post[postid]" >
	<else />
	<td height="100%" class="alt1" id="td_post_$post[postid]" >
	</if>

 

<div class="smallfont">
		<if condition="$show['messageicon'] OR $post['title']">
            <!-- icon and title -->
            <if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
				<if condition="$post['title']"><strong>$post[title] - </strong></if>
            <!-- status icon and date -->
          </if>
		
		
			<!-- status icon and date -->	
		<if condition="!$show['announcement']">
				$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
			<else />
				<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
		  </if>
			$post[firstnewinsert]
			<!-- / status icon and date -->
		</div></div>
<div class="spacer"></div>	<div class="hr" style="width: 100%;">
              <hr />
            </div>	

<!-- message, attachments, sig -->		
		
		
		
<div class="spacer"></div>
		
		<!-- message -->
		<div id="post_message_$post[postid]" class="vb_postbit">$post[message]</div>
		<!-- / message -->
	
		<if condition="$show['attachments']">
		<!-- attachments -->
			<div style="padding:$stylevar[cellpadding]px">
			
<if condition="$show['thumbnailattachment']">
<div class="images">
<table class="tcat" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-top-left-right-width:0px">
<tr>
<td class="tcat" width="100%">$vbphrase[attached_thumbnails]</td>
</tr></table>
<div style="padding:$stylevar[formspacer]px">
$post[thumbnailattachments]
</div></div>
<div class="dcc"><div class="dcg"></div><div class="dcd"></div></div>
</if>
		
<if condition="$show['imageattachment']">
<div class="images">
<table class="tcat" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-top-left-right-width:0px">
<tr>
<td class="tcat" width="100%">$vbphrase[attached_images]</td>
</tr></table>
<div style="padding:$stylevar[formspacer]px">
$post[imageattachments]
</div></div>
<div class="dcc"><div class="dcg"></div><div class="dcd"></div></div>
</if>
			

<if condition="$show['imageattachmentlink']">
<div class="images">
<table class="tcat" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-top-left-right-width:0px">
<tr>
<td class="tcat" width="100%">$vbphrase[attached_images]</td>
</tr></table>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[imageattachmentlinks]
</table>
</div>
<div class="dcc"><div class="dcg"></div><div class="dcd"></div></div>
</if>
			

<if condition="$show['otherattachment']">
<div class="images">
<table class="tcat" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-top-left-right-width:0px">
<tr>
<td class="tcat" width="100%">$vbphrase[attached_files]</td>
</tr></table>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[otherattachments]
</table>
</div>
<div class="dcc"><div class="dcg"></div><div class="dcd"></div></div>
</if>
			
<if condition="$show['moderatedattachment']">
<div class="images">
<table class="tcat" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-top-left-right-width:0px">
<tr>
<td class="tcat" width="100%">$vbphrase[attachments_pending_approval]</td>
</tr></table>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[moderatedattachments]
</table>
</div>
<div class="dcc"><div class="dcg"></div><div class="dcd"></div></div>	
</if>
			
			</div>
		<!-- / attachments -->
		</if>
		
	         <!-- START: vbh_default_sig_per_usergroup mod code -->
                <if condition="( ($vbh_autosig_enabled==1) && ($vbh_autosig_text!='') && ($post['signature']=='') )">
                <!-- sig -->
		<div>
		__________________<br />
                $vbh_autosig_text
                </div>
		<!-- / sig -->
                <else />

                <if condition="$post['signature']">
                <!-- sig -->
		<div>
		__________________<br />
                $post[signature]
                </div>
		<!-- / sig -->
                </if>

                </if>
                <!-- END: vbh_default_sig_per_usergroup mod code -->
		
		<if condition="$show['postedited']">
		<!-- edit note -->
			<div class="smallfont">			<div class="spacer"></div>
          <div class="hr">
            <hr />
          </div><div class="spacer"></div>
				<em>
				<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
				<if condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if>
				</em>
			</div>
		<!-- / edit note -->
		</if>
	
		<div style="margin-top: 10px" align="$stylevar[right]">
			<!-- controls -->
			<if condition="$post[userid] != $bbuserinfo[userid] AND THIS_SCRIPT!='private'"><if condition="$show['pmlink'] AND $show[member]"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" target="_blank" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="sendpm.gif" title="<phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a></if></if>
			<div style="float:left">
			<if condition="$show['moderated']">
				<img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
			</if>
			<if condition="$show['deletedpost']">
				<img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
			</if>
			<if condition="$show['redcard']">
				<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
			<else />
				<if condition="$show['yellowcard']">
					<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
				</if>
			</if>
			
			<if condition="$post['editlink']"> 
				<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
				<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
			</if>
			</div>
<if condition="$show['homepage']">
<a href="$post[homepage]" target="_blank"><img src="$stylevar[imgdir_button]/site.gif" border="0" /></a>
</if>
			<if condition="$post['forwardlink']">
				<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
			</if>
			<if condition="$post['replylink']">
				<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
			</if>
			<if condition="$show['multiquote_post']">
				<a href="$post[replylink]" rel="nofollow" onClick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
			</if>
			<if condition="$show['quickreply'] AND !$show['threadedmode']">
				<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onClick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
			</if>
			
			
			<!-- / controls -->
		</div>
		
	<!-- message, attachments, sig -->
	
	</td>
</tr>
</tbody>
</table>
<div class="dcc"><div class="dcg"></div><div class="dcd"></div></div>

<!-- post $post[postid] popup menu -->
<div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none;">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">$post[username]</td>
	</tr>
	<if condition="$show['profile']">
		<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
	</if>
	<if condition="$show['pmlink']">
		<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
	</if>
	<if condition="$show['emaillink']">
		<tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
	</if>
	<if condition="$show['homepage']">
		<tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
	</if>
	<if condition="$show['search']">
		<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td></tr>
	</if>
	<if condition="$post['userid'] AND $show['member']">
	<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
	</if>
	</table>
</div>
<!-- / post $post[postid] popup menu -->
<!-- post specs_menu -->
<div class="vbmenu_popup" id="specs_$post[postid]_menu" style="display:none">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">$post[username]'s Car Audio System</td>
	</tr>

	<if condition="$post['field15']">
		<tr><td class="vbmenu_option">Vehicle: $post[field15]</td></tr>
	</if>

	<if condition="$post['field5']">
		<tr><td class="vbmenu_option">Headunit: $post[field5]</td></tr>
	</if>

	<if condition="$post['field6']">
		<tr><td class="vbmenu_option"> Speakers: $post[field6] </td></tr>
	</if>
	<if condition="$post['field7']">
		<tr><td class="vbmenu_option">Subwoofer(s): $post[field7] </td></tr>
	</if>
	<if condition="$post['field8']">
		<tr><td class="vbmenu_option"> Amplifier(s): $post[field8] </td></tr>
	</if>
	<if condition="$post['field9']">
		<tr><td class="vbmenu_option"> Enclosure: $post[field9] </td></tr>
	</if>
	<if condition="$post['field10']">
		<tr><td class="vbmenu_option"> Electrical System: $post[field10]</td></tr>
	</if>
	<if condition="$post['field14']">
		<tr><td class="vbmenu_option"> How Much Power? $post[field14]</td></tr>
	</if>
	<if condition="$post['field12']">
		<tr><td class="vbmenu_option">dB Score: $post[field12]</td></tr>
	</if>
	<if condition="$post['field13']">
		<tr><td class="vbmenu_option"> Mic Used: $post[field13]</td></tr>
	</if>

	</table>
</div>
<!-- / post specs_menu -->

Car Audio Junkyard - Powered by vBulletin is the site.
Reply With Quote Installed
Old 03-20-2007, 10:09 PM   #20
dbirosel
vB Newbie

Activity Longevity
0/20 10/20
Today Posts
0/3 sssssss12
dbirosel is on a distinguished road
Status: Offline Default
i need this uninstalled, for personal reasons. I tried uninstalling and it is giving us errors. What's going on?

Code:
Database error in vBulletin 3.6.5:
 
Invalid SQL:
ALTER TABLE `usergroup` DROP `vbh_autosig_enabled` TINYINT( 1 ) NOT NULL , DROP `vbh_autosig_text` TEXT NOT NULL ;;
 
MySQL Error  : You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'TINYINT( 1 ) NOT NULL , DROP `vbh_autosig_text` TEXT NOT NULL' 
Error Number : 1064
Date         : Tuesday, March 20th 2007 @ 05:01:37 PM
Script       : http://www.caraudiojunkyard.com/forum/admincp/plugin.php?do=productkill
Referrer     : http://www.caraudiojunkyard.com/forum/admincp/plugin.php?do=productdelete&productid=vbh_group_sig_control&s=
Username     : CarAudioJunkyard.com
Classname    : vb_database
Reply With Quote Installed

Reply
Page 2 of 4 < 1 2 34 >

« Advenced Hide-Hack | [product]-[hide] hack »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
Default: Singature is in use takiye vBulletin Modification Requests 2 08-24-2006 11:48 PM



All times are GMT. The time now is 01:02 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Transverse Styles
  • Top
  • Archive
  • vBSEO
  • Contact Us
LinkBack
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks
Bookmark & Share
Digg this Thread! Digg this Thread!
Add Thread to del.icio.us Add Thread to del.icio.us
Bookmark in Technorati Bookmark in Technorati
Furl this Thread! Furl this Thread!