vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Default Signature (https://vborg.vbsupport.ru/showthread.php?t=141594)

citroenar 10-16-2007 10:45 AM

I get it to work in 3.6.8

postbit_legacy

Code:

<!-- sig -->
                        <div valign="bottom">
                            __________________<br />
                            <if condition="$post[signature]">$post[signature]<else /><img src="$stylevar[imgdir_misc]/nosignature.jpg"/></if>

                        </div>
<!-- / sig -->


KTP 10-20-2007 04:13 PM

Quote:

Originally Posted by citroenar (Post 1361488)
I get it to work in 3.6.8

postbit_legacy

Code:

<!-- sig -->
                        <div valign="bottom">
                            __________________<br />
                            <if condition="$post[signature]">$post[signature]<else /><img src="$stylevar[imgdir_misc]/nosignature.jpg"/></if>

                        </div>
<!-- / sig -->


i added this into the postbit and postbit legacy templates but it doesnt seem to be showing in users sigs.?

lauxanh 10-20-2007 11:14 PM

Does not work for me, i replaced the images with some text instead.

But does not work. Why?

manraj21 10-23-2007 03:49 AM

$stylevar[imgdir_misc]/nosignature.jpg chage that to the image url

Spank 10-26-2007 04:01 PM

Not working for me either =(

turbo.:R 12-06-2007 01:52 AM

didnt work any way i tried it

TrioxX 12-06-2007 03:00 AM

You should do the following:

Theres a little bug on the install note (i've tested on vb 3.6.8pl2)

open postbit and postbit_legacy and find:

PHP Code:

<if condition="$post['signature']">
<!-- 
sig --> 

Replace with:

PHP Code:

<!-- sig --> 

If you have installed another hacks before, it can be, that the code is not the same. But note, that you must delete $post['signature'] above <!-- sig -->.

Then find:

PHP Code:

<center>
$post[signature

Replace with:

PHP Code:

<if condition="$post[signature]">
$post[signature]
<else />
<
img src="$stylevar[imgdir_misc]/nosignature.jpg"/>
</if> 

It works fine on my VB 3.6.8pl2.

turbo.:R 12-06-2007 01:51 PM

Quote:

Originally Posted by TrioxX (Post 1395932)
You should do the following:

Theres a little bug on the install note (i've tested on vb 3.6.8pl2)

open postbit and postbit_legacy and find:

PHP Code:

<if condition="$post['signature']">
<!-- 
sig --> 

Replace with:

PHP Code:

<!-- sig --> 

If you have installed another hacks before, it can be, that the code is not the same. But note, that you must delete $post['signature'] above <!-- sig -->.

Then find:

PHP Code:

<center>
$post[signature

Replace with:

PHP Code:

<if condition="$post[signature]">
$post[signature]
<else />
<
img src="$stylevar[imgdir_misc]/nosignature.jpg"/>
</if> 

It works fine on my VB 3.6.8pl2.

this worked perfectly.... thanx....

Punjabi.Warri0r 12-10-2007 04:20 PM

i m still having difficulty its still not showing up

megabyte366 12-17-2007 08:03 AM

Thanks for the hack... but i'm running into a problem... i tried everything that was posted here in the thread and i get it to work but some where in the code it messing with the private messenger. I had several user say that can't get into it.. when i remove the code in postbit and postbit lagency then it works.... any help would be greatful.. as the hack is great.!!
thanks


All times are GMT. The time now is 01:59 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.01186 seconds
  • Memory Usage 1,759KB
  • 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
  • (2)bbcode_code_printable
  • (8)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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