vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Signature Image System Hack - Version 3.0+... (https://vborg.vbsupport.ru/showthread.php?t=45310)

Chris M 06-04-2003 06:31 PM

I believe that is the functions.php file:)

Satan

Falkware 06-14-2003 03:50 PM

Thanks Satan ;)

And thanks LangTuDaTinh that fixed it! /bow

Chris M 06-16-2003 03:56 PM

No problems:)

Satan

tmapm 06-20-2003 02:50 AM

I tried installing this hack and I recieved this error. Can anyone help me out?

PHP Code:

mysql error number1054 

EDIT: Found my answer on page 10. Forogt to run:
ALTER TABLE user ADD signatureid smallint(6) NOT NULL

This hack is SWEET. Thanks for your hard work!

This didn't work for me:

Quote:

12-06-02 at 08:11 PM Palyntir said this in Post #136
found it. it was in usercp.php

the section beginning

// ############################### start signature ###############################

$bbuserinfo[signatureurl]=getsignatureurl($bbuserinfo[userid]);
if ($bbuserinfo[signatureurl]=="") {
$bbuserinfo[signatureurl]="http://images/clear.gif";
}

needed to be replaced with this:


// ############################### start signature ###############################

$bbuserinfo[signatureurl]=getsignatureurl($bbuserinfo[userid]);
if ($bbuserinfo[signatureurl]=="") {
$bbuserinfo[signatureurl]="images/clear.gif";
}


where "images" = {"imagesfolder"} without "" (this board wont let me type in the exact code.


I had to use:

PHP Code:

  // ############################### start signature ###############################

$bbuserinfo[signatureurl]=getsignatureurl($bbuserinfo[userid]);
  if (
$bbuserinfo[signatureurl]=="") {
    
$bbuserinfo[signatureurl]=$bburl "/{imagesfolder}/clear.gif";
  } 


Chris M 06-21-2003 08:31 AM

Hmm...

Then your { imagesfolder } variable is not configured correctly...:confused:

Satan

Brandon 06-23-2003 05:23 AM

Quote:

05-30-03 at 02:37 AM hellsatan said this in Post #214

@Gemini - You will have to add the references to signature into member.php:)
I may sound stupid for asking, but WHERE are we supposed to add them? And by references do you mean the part that were looking for or the part that we are supposed to add. I am on vB 2.3.0 as well.

Chris M 06-25-2003 02:37 PM

The part you are supposed to add...

And after where it specifies in the install file;):)

Satan

Dribbles 06-25-2003 03:04 PM

lol

Pikok 07-15-2003 03:44 AM

How do yo uget the signature image to show up in PMs?!? :confused:

scri 07-15-2003 10:00 AM

this is exactly what i'm looking for. I shall install this when i get home. I take it this allows certain user groups to be able to use images in their sigs?

Would it be possible to use an if statement to only make those images visable in particular forums?

thanks so much :)


All times are GMT. The time now is 03:21 PM.

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.01402 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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