Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VBHSignature Maker Details »»
VBHSignature Maker
Version: 1.0.1, by micheal332001 micheal332001 is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.0.x Rating:
Released: 08-15-2010 Last Update: 08-24-2010 Installs: 31
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations  
No support by the author.

What is signature maker
************************************************** *****

VBHsignatrue make is what it is a signature make,
where you can choose a background, font color and
input some text.

There are 12 backgrounds to choose from and the text
input is limited to 30 letters including the space.

when your members have made the signature image they
then click on the Link Codes button to get the 3 ways
they can add the image to any site.

They are

1.
HTML Code:
[img]http://www.SITENAME.com/FORUM/vbhsignature_image.php?userid=1[/img]
2.
HTML Code:
<img src="http://www.SITENAME.com/FORUM/vbhsignature_image.php?userid=1 />
3.
HTML Code:
http://www.SITENAME.com/FORUM/vbhsignature_image.php?userid=1
Please remember to
CHMOD folders to 777
ROOT/vbhsignature
ROOT/vbhsignature/bg
ROOT/vbhsignature/font
ROOT/vbhsignature/sigimage


UPDATES
*******************************************
The zip file called signature maker new now has an admincp for adding new
buttons/signature images.

This will also put in the line breaks aytomaticly now for you,
no need to enter in [br] for line breaks.

These buttons will not show the image but will show text on the button,
have added a screen shot for you of this.

When adding your own signatures just use the photoshop template i have added
and remove the background image and place yours in place to make your own.
Please remember that you would have to leave the text area i have added to the template is in the right place for the image.

This is now limited to 20 signatures so adding more than that will not show.

UPGRADE
*******************************************

Just upload all files in the UPLOAD folder and upload them to your forums root.

Inport the product.xml file with overright set to yes.
This will add the menu table to your database.

Please remember to
CHMOD folders to 777
ROOT/vbhsignature
ROOT/vbhsignature/bg
ROOT/vbhsignature/font
ROOT/vbhsignature/sigimage


Fullscreen mode Flash player Problems
********************************************
Flash Player 9 does not allow keyboard input when displaying content in full-screen mode. Flash Player 10 changes this, allowing for a limited number of keys to be usable in full-screen mode. These include Tab, the Spacebar, and the (up, down, left, right) arrow keys.

CHANGE LOG
********************************************
Updated the signature maker new zip file as there was a problem with the way it was working on some sites.
Also the new files will show you the image as a button here is screen shot.

20th august 2010
******************
Fixed error with admincp file.
Added 3 new swf files to support Arabic, English and French
Also change size when viewing the signature made to 700 x 550

21th august 2010
******************
Added in the profile field for any content you would like to show on there.
Goto admincp signature settings and enter in the number of the field you want to show.

To change the text from Xbox Live Gamertag: just edit the vbhsignature_maker.php file at line
123 and change the text to your needs.

23rd august 2010
******************
Have reuploaded the files as the swf file was not working this has now been fixed and is working fine.
Please RE-DOWNLOAD THE FILES AND UPLOAD TO YOUR SITE
no upgrade is needed just upload and it will work.

25th august 2010
******************

Added some new options for you, the options are as follows.
Disable Username
Disable Member Group
Disable Member Since
Disable Total x Posts
Disable Users Message
Disable Users website
Disable Custom Field ID

These have been added to the signature settings.

Download Now

File Type: zip Signature Maker New All in Arabic.zip (1.36 MB, 51 views)
File Type: zip SWF Language Files.zip (867.1 KB, 105 views)
File Type: zip VBHSignature_MakerV101.zip (1.35 MB, 195 views)

Screenshots

File Type: jpg mainpage.jpg (180.8 KB, 0 views)
File Type: jpg mainpage_new.jpg (188.7 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
RichieBoy67

Comments
  #92  
Old 08-23-2010, 10:34 AM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there an easy way to remove the "Posted" and maybe include say up to 3 profile fields ?
Reply With Quote
  #93  
Old 08-23-2010, 10:55 AM
micheal332001 micheal332001 is offline
 
Join Date: Apr 2004
Posts: 1,112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by betts02 View Post
Is there an easy way to remove the "Posted" and maybe include say up to 3 profile fields ?

Just edit line 131

PHP Code:
ImageTTFText ($image1003580$color[1], $font'Posted: '.$totalposts.' Times!'); 
And change this to what you want added
Reply With Quote
  #94  
Old 08-23-2010, 11:05 AM
andyv72 andyv72 is offline
 
Join Date: Jan 2008
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi..

Not really work...

Attachment 121206
Reply With Quote
  #95  
Old 08-23-2010, 11:09 AM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by micheal332001 View Post
Just edit line 131

PHP Code:
ImageTTFText ($image1003580$color[1], $font'Posted: '.$totalposts.' Times!'); 
And change this to what you want added
As posted on your site, I wanted to add 2 extra profile fields there if possible
But these would need to be added in admin also
Reply With Quote
  #96  
Old 08-23-2010, 11:16 AM
micheal332001 micheal332001 is offline
 
Join Date: Apr 2004
Posts: 1,112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by andyv72 View Post
Hi..

Not really work...

Attachment 121206
Have you downloaded the files that have been updated here today as there was a problem with the swf file but this has now been fixed.

Also it looks like you have not done this.

Quote:
CHMOD folders to 777
ROOT/vbhsignature
ROOT/vbhsignature/bg
ROOT/vbhsignature/font
ROOT/vbhsignature/sigimage
As this script needs full access to these folders to be able to get the image you have choosen as well as save the image to the sigimage DIR.

Please check this has been done and if still not working please PM me with FTP and admincp logins to your site and i will sort it out for you.
Reply With Quote
  #97  
Old 08-23-2010, 11:21 AM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To give you some peace of mind, I gave him all my details and he sorted it for me asap

Cheers again

Nominated
Rated
And Installed
Reply With Quote
  #98  
Old 08-23-2010, 11:26 AM
andyv72 andyv72 is offline
 
Join Date: Jan 2008
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by micheal332001 View Post
Have you downloaded the files that have been updated here today as there was a problem with the swf file but this has now been fixed.

Also it looks like you have not done this.



As this script needs full access to these folders to be able to get the image you have choosen as well as save the image to the sigimage DIR.

Please check this has been done and if still not working please PM me with FTP and admincp logins to your site and i will sort it out for you.
Have pm...
Reply With Quote
  #99  
Old 08-23-2010, 11:37 AM
micheal332001 micheal332001 is offline
 
Join Date: Apr 2004
Posts: 1,112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by andyv72 View Post
Have pm...

Hi m8 its all working now have fun
Reply With Quote
  #100  
Old 08-23-2010, 11:46 AM
andyv72 andyv72 is offline
 
Join Date: Jan 2008
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by micheal332001 View Post
Hi m8 its all working now have fun
Ok big thx...

one question...

can you create a german lang????

and one Bug found...


Attachment 121207
Reply With Quote
  #101  
Old 08-23-2010, 11:54 AM
micheal332001 micheal332001 is offline
 
Join Date: Apr 2004
Posts: 1,112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by andyv72 View Post
Ok big thx...

one question...

can you create a german lang????

and one Bug found...


Attachment 121207

a german lang swf file will be made yes soon.
Reply With Quote
Reply


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 08:09 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08045 seconds
  • Memory Usage 2,366KB
  • Queries Executed 26 (?)
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
  • (3)bbcode_html
  • (2)bbcode_php
  • (8)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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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