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

Reply
 
Thread Tools
Sig Maker: Dynamic Forum Signature Image Details »»
Sig Maker: Dynamic Forum Signature Image
Version: 1.0.0, by calorie calorie is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 01-26-2006 Last Update: Never Installs: 27
Additional Files  
No support by the author.

This mod makes it so you can display your site name, user name, user title, join date, and post count on a dynamic JPG image. It can be used as a forum signature on forums allowing in signatures.

Requirements: (1) you need to have PHP compiled with the GD image library, and (2) you need either $_SERVER['SCRIPT_URL'] or $_SERVER['SCRIPT_NAME'] available on your server. To see if you meet the requirements, check the README.txt file in the ZIP archive.

You can use whatever JPG image you want for the backdrop. See screenshot, which uses white text on a black to blue gradient. Of course, you can change the text color and make a fancier backdrop.

Please, click install should you use this mod. Thanks.

Fine Print: This mod provides up-to-date information on the image, and that means a query per request, so if you are concerned about queries, this mod may not be for you.

Show Your Support

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

Comments
  #12  
Old 01-27-2006, 12:44 PM
Jsm Jsm is offline
 
Join Date: Jan 2006
Location: UK
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This looks like wat i need
/me installs
Reply With Quote
  #13  
Old 01-27-2006, 12:56 PM
Jsm Jsm is offline
 
Join Date: Jan 2006
Location: UK
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

/me couldnt get it to work
Reply With Quote
  #14  
Old 01-27-2006, 06:32 PM
theodonnells's Avatar
theodonnells theodonnells is offline
 
Join Date: Oct 2005
Location: scotland
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great thanks a lot.... :nervous:
Reply With Quote
  #15  
Old 01-27-2006, 08:38 PM
lazyseller lazyseller is offline
 
Join Date: Oct 2003
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to display custom profile fields ?
Reply With Quote
  #16  
Old 01-27-2006, 09:40 PM
Replicators's Avatar
Replicators Replicators is offline
 
Join Date: Jul 2005
Location: Jamestown, NY
Posts: 344
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This doesn't work on any other forum except vb
Reply With Quote
  #17  
Old 01-27-2006, 09:46 PM
Mr Chad's Avatar
Mr Chad Mr Chad is offline
 
Join Date: Jul 2005
Posts: 911
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Replicators
This doesn't work on any other forum except vb
https://vborg.vbsupport.ru/showthread.php?t=102551 uses a cron that creates the image every X minites, and you use a .jpg image to show it. So you dont need to enable php in sigs. Only diff thing about this one is that it uses member names.
Reply With Quote
  #18  
Old 01-27-2006, 10:40 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

From the release post...
Quote:
It can be used as a forum signature on forums allowing [img]http://www.your-domain.com/forum/usersig1.php[/img] in signatures.
If you want to use this mod on forums that don't allow the BB code [img] tag like above, then yes, you'd need to write the image to a file like chatbum's mod.

However, if you frequent vB forums, then assuming said forums allow the BB code [img] tag in signatures, then you don't need to write the image to a file.

If I would have seen chatbum's mod prior to releasing this mod, I wouldn't have bothered, but as it is, you can change this mod to write the image to a file, or you can change the other mod to display alternative text.
Reply With Quote
  #19  
Old 01-28-2006, 01:37 AM
RMS-Chef RMS-Chef is offline
 
Join Date: Aug 2003
Location: MA, USA
Posts: 326
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not sure if this would help out as a budy of mine added some htaccess for me for my case.

I had a script that I wrote via a tut that wrote some random text to an image. I too needed to technically call "http://mydomain.com/01/whateverimage.php" to display the image. He had me place the following text in a .htaccess in that /01/ directory where the base image and the script was:
Code:
RewriteEngine On
RewriteRule ^(.+)\.jpg$ /01/$1.php [L]
With that in there, it allowed me to use the more "universally accepted" "http://mydomain.com/01/whateverimage.jpg" and it would in turn return the php file. I had a couple of directories ( /02/, /03/, etc.) that had different base images and I just had to change that small piece in the htaccess code to corispond with whatever directory it was in.

Not sure if any of this could improve usability or if it's even an issue but it allowed me to just use a jpg extention in the IMG tags to call the php script.
Reply With Quote
  #20  
Old 01-29-2006, 01:31 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good suggestion RMS-Chef.
Code:
RewriteEngine on
RewriteBase /
RewriteRule /forum/usersig([0-9]+)\.jpg$ /forum/usersig$1\.php [L]
Reply With Quote
  #21  
Old 01-29-2006, 01:35 PM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

chaX!!!
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 07:09 PM.


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.05271 seconds
  • Memory Usage 2,299KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • 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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete