vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   Cool New Signature Look (https://vborg.vbsupport.ru/showthread.php?t=88535)

AN-net 02-24-2004 10:00 PM

Cool New Signature Look
 
Description:
Organize and make signatures look personalized for each user, easily.

Author:
Antonbomb22

MrNase 02-26-2004 09:29 AM

very nice :)

Can that thin line above the signature be removed?

AN-net 02-26-2004 10:00 AM

yeah, just remove this:
Code:

_________________________<br />

imported_Prank 02-26-2004 10:20 AM

sweet, sweet!! :)

Thanks.

imported_Prank 02-26-2004 10:30 AM

how would i change the colour of the border?

imported_HexOnxOnx 02-26-2004 10:39 AM

Your txt file is empty. I get a prompt saying it can't find the file and would I like to create a new one?

Dan 02-26-2004 08:26 PM

Interesting modifaction.... I quite like it! Thanks!

imported_HexOnxOnx 02-26-2004 08:28 PM

I still can't get this file to download but I figured out how to do this on my own and I like it!

AN-net 02-26-2004 09:23 PM

no there is no way to change the color of a fieldset but you can add
style="border: 1px solid;" to it and it will change its color, it wont be as round but its nice
also tryout these 3 instead of solid:
groove
outset
inset

imported_Vigile 02-26-2004 10:05 PM

you can define the border color of fieldset using the additional css definitions window. it will just define the border color for all instances of the fieldset attribute used in your style and will remove the rounded corners.

AN-net 02-26-2004 10:14 PM

yeah you can change the color and look roundness but then fieldset isnt as cool though lol

imported_Socrate47 02-27-2004 06:04 PM

odd, I does not obtain a framing :( ... an idea ?

AN-net 02-27-2004 08:15 PM

post the code your using for the signature part

imported_Socrate47 02-27-2004 08:39 PM

Quote:

Originally Posted by sweet22
post the code your using for the signature part

template "postbit":

PHP Code:

<!-- post #$post[postid] -->
<if condition="$show['spacer']">
    
$spacer_open
    
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
    <if 
condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if>    
</if>


<
table class="tborder" id="post$post[postid]cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
    <
td class="thead" $scrolltothis>
        <
div class="normal" style="float:$stylevar[right]">
            &
nbsp;
            <if 
condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new"><strong>$post[postcount]</strong></a> &nbsp;</if>
            
<if condition="$show['reputationlink']"><a href="#" onclick="return 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> &nbsp;</if>
            <if 
condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]border="0" /></a> &nbsp;</if>
            
$post[iplogged]
        </
div>
        
        <
div class="normal">
            <!-- 
status icon and date -->
            <
a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]border="0" /></a>
            <if 
condition="!$show['start_until_end']">
                
$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>
    </
td>
</
tr>
<
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="$avatarurlalt="<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']">
                    <
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>
                
            </
td>
            <
td width="100%">&nbsp;</td>
            <
td valign="top" nowrap="nowrap">
                
                <
div class="smallfont">
                    <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>
                    <
div>
                        
$vbphrase[posts]: $post[posts]
                        <if 
condition="$show['reputation']">$post[reputationdisplay]</if>
                    </
div>
                    <
div>$post[icqicon$post[aimicon$post[msnicon$post[yahooicon]</div>
                </
div>
                
            </
td>
        </
tr>
        </
table>
        <!-- / 
user info -->
    </
td>
</
tr>
<
tr>
    <
td class="alt1">
    <!-- 
messageattachmentssig -->
    
        <if 
condition="$show['messageicon'] OR $post['title']">
            <!-- 
icon and title -->
            <
div class="smallfont">
                <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>
            </
div>
            <
hr size="1" style="color:$stylevar[tborder_bgcolor]/>
            <!-- / 
icon and title -->
        </if>
        
        <!-- 
message -->
        <
div>$post[message]</div>
        <!-- / 
message -->
    
        <if 
condition="$show['attachments']">
        <!-- 
attachments -->
            <
div style="padding:$stylevar[cellpadding]px">
            
            <if 
condition="$show['thumbnailattachment']">
                <
fieldset class="fieldset">
                    <
legend>$vbphrase[attached_thumbnails]</legend>
                    <
div style="padding:$stylevar[formspacer]px">
                    
$post[thumbnailattachments]
                    </
div>
                </
fieldset>
            </if>
        
            <if 
condition="$show['imageattachment']">
                <
fieldset class="fieldset">
                    <
legend>$vbphrase[attached_images]</legend>
                    <
div style="padding:$stylevar[formspacer]px">
                    
$post[imageattachments]
                    </
div>
                </
fieldset>
            </if>
            
            <if 
condition="$show['imageattachmentlink']">
                <
fieldset class="fieldset">
                    <
legend>$vbphrase[attached_images]</legend>
                    <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                    
$post[imageattachmentlinks]
                    </
table>
                    </
fieldset>
            </if>
            
            <if 
condition="$show['otherattachment']">
                <
fieldset class="fieldset">
                    <
legend>$vbphrase[attached_files]</legend>
                    <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                    
$post[otherattachments]
                    </
table>
                </
fieldset>
            </if>
            
            <if 
condition="$show['moderatedattachment']">
                <
fieldset class="fieldset">
                    <
legend>$vbphrase[attachments_pending_approval]</legend>
                    <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                    
$post[moderatedattachments]
                    </
table>
                </
fieldset>        
            </if>
            
            </
div>
        <!-- / 
attachments -->
        </if>
        
        <if 
condition="$post['signature']">
        <!-- 
sig -->
            <
div>
                
___________________________<br />
<
fieldset><legend>La sign de $post[username]:</legend><table><tr><td>
$post[signature]
</
td></tr>
</
table></fieldset>            </div>
        <!-- / 
sig -->
        </if>
        
        <if 
condition="$show['postedited']">
        <!-- 
edit note -->
            <
div class="smallfont">            <hr size="1" style="color:$stylevar[tborder_bgcolor]/>
                <
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 align="$stylevar[right]">
            <!-- 
controls -->
            <if 
condition="$post['editlink']">
                <
a href="$post[editlink]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]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]"><img src="$stylevar[imgdir_button]/reply_small.gif" alt="$vbphrase[reply_with_quote]border="0" /></a>
            </if>
            <if 
condition="$SHOWQUICKREPLY AND !$show['threadedmode']">
                <
a href="$post[replylink]onclick="return qr($post[postid]);"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]border="0" /></a>
            </if>
            <!-- / 
controls -->
        </
div>
        
    <!-- 
messageattachmentssig -->
    
    </
td>
</
tr>
</
table>

<!-- 
post $post[postidpopup 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]userid=$post[userid]target="_blank">$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;userid=$post[userid]"><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]"><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;userid=$post[userid]"><phrase 1="$post[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td></tr>
    </if>
    <if 
condition="$post['userid']">
    <
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[postidpopup menu -->




<if 
condition="$show['spacer']">
    </
div>
    
$spacer_close
</if>
<!-- / 
post #$post[postid] --> 


AN-net 02-28-2004 02:28 AM

hmm it should work>_> i dont get see whats wrong with the signature portion, sorry:(

imported_Socrate47 02-28-2004 06:32 AM

Quote:

Originally Posted by sweet22
hmm it should work>_> i dont get see whats wrong with the signature portion, sorry:(

me either, I does not understand :(

MindTrix 02-28-2004 01:29 PM

The attachment is dead for me.

Marulatree 03-01-2004 10:40 AM

Attachment seems to be working now....Anyone know how to change the colour of the border?

Michael2 03-06-2004 04:18 PM

Nice. I'm using this in combination with the baseline sig edit. Thanks! :)

albibak 04-19-2005 02:31 PM

I install it on a vb 3.0.7 and it's work fine, thx

albibak 04-23-2005 08:48 PM

I have a problem. Look at the top right corner and the bottom left corner.
This problem appear with firefox, and not with IE.
Someone have an idea ?

King Kovifor 06-05-2005 11:58 PM

Wouldn't you change it like this:

from:

Code:

_______________________<br />
to:

Code:

$post[musername]'s Sig:
That's off the top of my head...

imported_94DROPTOPZ 06-15-2005 01:29 PM

How can I make the corners round?

LloydSev 06-17-2005 03:49 PM

Yes .. corners are not rounded on mine either, I'm using vBulletin 3.0.7

LloydSev 06-17-2005 03:49 PM

I do take that back...

Corners are rounded in IE, but they are squared in FireFox.

commTRU 08-21-2005 07:47 PM

The corners being squared are like that for any use of the Fieldset tag when using Firefox. If you have Fieldsets in use in your profile, then they'll be the same too o_O At least that is what I have found.

Thanks for this cool add-on though.. I use Fieldsets in my profile, and so this kinda matches the look :)

ThugTheLeet 09-06-2005 08:52 AM

thanks for this, will install ^^;;

ArabSQuad 09-10-2005 01:42 AM

Sweet Bro
Its So Cooooool
Thx Man

portalimiz 10-30-2005 03:06 PM

so nice thank ya so much

portalimiz 10-31-2005 05:53 AM

i think you shoul also change the template newpost_preview as postbit and legacy templates :D

portalimiz 10-31-2005 06:11 AM

i think you shoul also change the template newpost_preview as postbit and legacy templates :D

Roms 11-26-2005 03:21 AM

I like it, thanks. {Installed}

* I took out the table.... It worked better for me, many people who had their sigs centered and it messed them up with it... ;)


All times are GMT. The time now is 04:31 AM.

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.01625 seconds
  • Memory Usage 1,964KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (32)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete