vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - SCANU's Collapsible Signature (https://vborg.vbsupport.ru/showthread.php?t=286516)

Scanu 08-09-2012 10:00 PM

SCANU's Collapsible Signature
 
1 Attachment(s)
Description

I did this mod by various requests, style is by Clear my brother (Darkness95 on vbulletin.org).
This modification allows users to show/hide signatures on a thread (With a jQuery slide effect!). In the pca you can choose if signatures are hidden or shown by default, enjoy!

Demo

Live Demo

Installation

Upload the product via admincp and you're done!
For the update just redownload and reupload the file, make sure that overwriting is set to Yes.

Translations

Please post your translation in a reply so everyone can uses it.

PLEASE VOTE THIS MOD FOR MOTM CLICK HERE, AND CLICK MARK AS INSTALLED

To get support:
  1. Mark this mod as Installed
  2. Copy/Pasted errors or screenshots
  3. URL/link to site

Follow me on twitter for updates

Many thanks to Boofo for his basing php code and to my brother Clear for the styling.

If you like italian G-funk/rap please try out this music or this music

Scanu 08-10-2012 05:12 PM

Change log

- 1.0 First release on Vbulletin.org

- 1.0.1 Fixed a bug with the css template

Scanu 08-10-2012 05:12 PM

*Reserved

Scanu 08-10-2012 05:13 PM

Reserved*

Nirjonadda 08-10-2012 05:56 PM

1 Attachment(s)
Its not work Prefect ? when my Signature is center Collapsible buttons does not move center ? also not working Collapsible green buttons and please try to add user group permission who can signatures are hidden or shown ?

Scanu 08-10-2012 06:28 PM

Check if you have this on your source code
HTML Code:

<style>
#container {
    margin: 5px 20px 20px;
    width: 60%;
}
.sign_title {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding: 4px;
    background: #008505 url(http://dvdimagehosting.altervista.org/images/gradientgreen.png) top left repeat-x;
    repeat-x scroll 0% 0% transparent;
    border: 1px solid #006704;
    -moz-border-radius:5px;
    color:#ffffff;
    text-shadow: -1px -1px 0px #018805, 1px 1px 2px #00de09;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.sign_title:hover {
    cursor: pointer;
    background: #009706 url(http://dvdimagehosting.altervista.org/images/gradientgreenhover.png) top left repeat-x;
    border: 1px solid #007304;
    text-shadow:0 -1px #007304;
}

#content {
    border: 1px solid gray;
    border-top: none;
    padding: 4px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #6a6a6a;
    //display:none;
}​</style>


Nirjonadda 08-10-2012 07:08 PM

where i can Check ?

Scanu 08-10-2012 07:13 PM

Sorry just see that was a mod problem try with the 1.0.1

Nirjonadda 08-10-2012 07:17 PM

when my Signature is center Collapsible buttons does not move center ? please try to add user group permission who can signatures are hidden or shown ?

Scanu 08-10-2012 07:35 PM

Quote:

when my Signature is center Collapsible buttons does not move center
What do you mean? If you center your signature using the bbcode [center] it will put your signature at the center of the box, this is how is supposed to be


All times are GMT. The time now is 06:56 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.01132 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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