vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Sig Maker: Dynamic Forum Signature Image (https://vborg.vbsupport.ru/showthread.php?t=106422)

Jsm 01-27-2006 12:44 PM

This looks like wat i need
/me installs

Jsm 01-27-2006 12:56 PM

/me couldnt get it to work

theodonnells 01-27-2006 06:32 PM

Works great thanks a lot.... :nervous:

lazyseller 01-27-2006 08:38 PM

Is there a way to display custom profile fields ?

Replicators 01-27-2006 09:40 PM

This doesn't work on any other forum except vb

Mr Chad 01-27-2006 09:46 PM

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.

calorie 01-27-2006 10:40 PM

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.

RMS-Chef 01-28-2006 01:37 AM

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.

calorie 01-29-2006 01:31 PM

Good suggestion RMS-Chef. :)
Code:

RewriteEngine on
RewriteBase /
RewriteRule /forum/usersig([0-9]+)\.jpg$ /forum/usersig$1\.php [L]


IrPr 01-29-2006 01:35 PM

chaX!!!


All times are GMT. The time now is 02:07 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.03244 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
  • (2)bbcode_code_printable
  • (2)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