Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
Signatures Gallery Hack Details »»
Signatures Gallery Hack
Version: 1.00, by all-the-vb all-the-vb is offline
Developer Last Online: Oct 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.8.x Rating:
Released: 06-22-2009 Last Update: 06-22-2009 Installs: 15
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

Hello everyone

hack name: Signatures Gallery Hack
vB version: 3.8.X
by all-the-vb (all-the-vb.com)



How the hack works:
It works like a signatures gallery

Features:


1) You can see all signatures instead of going through every member profile to see his signature. So without this hack, if you want to see all signatures then you need to spend hundreds of years, while with this hack you can see them in one page.



2) Members can vote for any signature they like, and number of votes will be beside every signature.


3) You can specify number of signatures that'll be displayed in the page.


4) You can allow/disallow multi vote by user.


5) You can allow/disallow visitors to vote.


6)You can specify the number of posts each user need to be able to vote. (you can ignore this Features).


7) You have the chosse to rest the counter or not for users who change or edit thier Signatures.


8) you can show/hide top Signatures box. and dicide the limit.
(show the results like vb poll results)


9) you can show one signature for a specifc user by using (sig.php?do=exact&u=X)
X= user id


10) Detect other features


To rest counters:
run:
Code:
UPDATE user SET sigrate=0
if you use this hack ..(click install)
goodluck.

Download Now

File Type: zip en.zip (5.6 KB, 93 views)

Screenshots

File Type: jpg index.JPG (46.2 KB, 0 views)
File Type: jpg options.JPG (55.8 KB, 0 views)
File Type: jpg top_box.JPG (17.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 06-22-2009, 11:43 PM
abouahmed's Avatar
abouahmed abouahmed is offline
 
Join Date: Sep 2008
Location: Egypt
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

first install

welcome back ...
Reply With Quote
  #3  
Old 06-22-2009, 11:59 PM
trotskid trotskid is offline
 
Join Date: Feb 2009
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks nice! Thank you!

Installed

Where is the gallery page?
Reply With Quote
  #4  
Old 06-23-2009, 12:14 AM
Matrixthestar Matrixthestar is offline
 
Join Date: Dec 2008
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed it

but at the top of the page


this appears

Quote:
Warning: Division by zero in [path]/sig.php on line 141

Warning: Division by zero in [path]/sig.php on line 141

Warning: Division by zero in [path]/sig.php on line 141

Warning: Division by zero in [path]/sig.php on line 141

Warning: Division by zero in [path]/sig.php on line 141

the signatures appears like BB codes
Reply With Quote
  #5  
Old 06-23-2009, 12:29 AM
trotskid trotskid is offline
 
Join Date: Feb 2009
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by trotskid View Post
Where is the gallery page?
I can?t find the gallery page on the forum..
Reply With Quote
  #6  
Old 06-23-2009, 12:30 AM
p@ndu p@ndu is offline
 
Join Date: Jan 2009
Posts: 260
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by trotskid View Post
Looks nice! Thank you!

Installed

Where is the gallery page?
Code:
www.yourboard.com/forum/sig.php

if vb installed in directly in home directory thn

Code:
www.yourboard.com/sig.php
Reply With Quote
  #7  
Old 06-23-2009, 12:32 AM
all-the-vb's Avatar
all-the-vb all-the-vb is offline
 
Join Date: Apr 2003
Location: Norwich,Uk
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

abouahmed
thanks bro..


trotskid
welcome
it is sig.php
http://urwebsite.com/forum/sig.php
you can add it in forumhome template or navbar
as you like..
Code:
<a href"sig.php">Signatures Gallery</a>


Matrixthestar

because there is no vote until now.
try this ..

in sig.php

find:
PHP Code:
$option['percent'] = vb_number_format 
change it to :
PHP Code:
$option['percent'] = @vb_number_format 
Reply With Quote
  #8  
Old 06-23-2009, 12:37 AM
all-the-vb's Avatar
all-the-vb all-the-vb is offline
 
Join Date: Apr 2003
Location: Norwich,Uk
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

indianhacker

thanks for help
Reply With Quote
  #9  
Old 06-23-2009, 12:41 AM
trotskid trotskid is offline
 
Join Date: Feb 2009
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you.

The signatures appears in code and the user names in white so is difficult to see in clear backgrounds or default style.

edit: I send you a screenshot via PM
Reply With Quote
  #10  
Old 06-23-2009, 12:49 AM
all-the-vb's Avatar
all-the-vb all-the-vb is offline
 
Join Date: Apr 2003
Location: Norwich,Uk
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

trotskid
welcome

colors you can change it in sigratebit template..

Quote:
The signatures appears in code
can you explain more or print screen if you can?
Reply With Quote
Reply

Thread Tools

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

Forum Jump


All times are GMT. The time now is 11:20 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.06758 seconds
  • Memory Usage 2,328KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (4)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete