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 4 of 4 « First < 23 4

 

  • 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, 09:46 PM
Modification Information:
Idan's Avatar Author: Idan
Last Online: 03-13-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 06-14-2007, 01:02 AM   #31
bigcurt
vB Newbie

Activity Longevity
0/20 10/20
Today Posts
0/3 ssssssss3
bigcurt is on a distinguished road
Status: Offline Default
I appreciate that - as I installed it yesterday and found this problem haha.


Thanks,

~Bigcurt
Reply With Quote Installed
Old 06-14-2007, 01:06 AM   #32
bigcurt
vB Newbie

Activity Longevity
0/20 10/20
Today Posts
0/3 ssssssss3
bigcurt is on a distinguished road
Status: Offline Default
Just tried installing and it wouldn't even let me import the product, get this error:

Database error in vBulletin 3.6.7:

Invalid SQL:
ALTER TABLE keyhunt_usergroup ADD vbh_autosig_enabled TINYINT( 1 ) NOT NULL , ADD vbh_autosig_text TEXT NOT NULL ;;

MySQL Error : Duplicate column name 'vbh_autosig_text'
Error Number : 1060
Reply With Quote Installed
Old 06-23-2007, 02:39 AM   #33
Cagonni
vB Newbie

Activity Longevity
0/20 9/20
Today Posts
0/3 ssssssss1
Cagonni is on a distinguished road
Status: Offline Default
Quote:
Originally Posted by bigcurt View Post
Just tried installing and it wouldn't even let me import the product, get this error:

Database error in vBulletin 3.6.7:

Invalid SQL:
ALTER TABLE keyhunt_usergroup ADD vbh_autosig_enabled TINYINT( 1 ) NOT NULL , ADD vbh_autosig_text TEXT NOT NULL ;;

MySQL Error : Duplicate column name 'vbh_autosig_text'
Error Number : 1060
in product-vbh_group_sig_control.xml

Find:
Code:
 <![CDATA[$vbulletin->db->query_write("ALTER TABLE " . TABLE_PREFIX . "usergroup ADD vbh_autosig_enabled TINYINT( 1 ) NOT NULL , ADD vbh_autosig_text TEXT NOT NULL ;"); ]]>
Replace with this:
Code:
 <![CDATA[$vbulletin->db->query_write("ALTER TABLE " . TABLE_PREFIX . "usergroup ADD vbh_autosig_enabled TINYINT( 1 ) NOT NULL ;"); ]]>
and install again.
Reply With Quote Installed
Old 11-04-2007, 03:51 PM   #34
dkwollie
vB Newbie

Activity Longevity
0/20 11/20
Today Posts
0/3 ssssssss2
dkwollie is on a distinguished road
Status: Offline Default
vlw cara muito boa
Reply With Quote
Old 09-17-2008, 02:13 AM   #35
stoggafu
vB Newbie

Activity Longevity
0/20 7/20
Today Posts
0/3 ssssssss3
stoggafu is on a distinguished road
Status: Offline Default
Can it be fixed for 3.7.x?
Reply With Quote
Old 06-13-2009, 06:46 PM   #36
Idan
Coder
Idan's Avatar

Activity Longevity
6/20 17/20
Today Posts
0/3 sssss1482
Location: Israel
Age: 29
Idan is on a distinguished road
Status: Offline Default
i wasnt around for quite some time here, so this mod was bit "abondoned" for a while, but no more.
We will create a 3.8.x version for this one during next couple of days.
Regards,
Idan.

* Support will only be given via forums !
* If this post solved/aided your problem, please click "mark as aid" / "mark as solution" as explained in here
Reply With Quote Author of thread
Old 11-02-2009, 08:30 PM   #37
makub
vB Newbie

Activity Longevity
0/20 2/20
Today Posts
0/3 ssssssss1
makub is on a distinguished road
Status: Offline Default Please Help With This Error
Code:
 
Fatal error: Using $this when not in object context in /home/user/public_html/forum/admincp/usergroup.php(337) : eval()'d code on line 1
I have installed this mod because I just love the concept of this mod so much but am getting an error when trying save or update usergroups. It would be so nice if you could resolve this issue for me cheers! am using vbulletin v3.6.4

EDIT:
No response! probably you guys are busy so had to un-install this mod. Thanks anyways.

Last edited by makub; 11-06-2009 at 08:08 AM. Reason: Notify
Reply With Quote

Reply
Page 4 of 4 « First < 23 4

« 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 10:48 PM



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

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!