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)

!!! 11-24-2002 12:59 PM

Quote:

Originally posted by hellsatan
I see...Well the colour would have been due to vB.org parsing the code...

Hence why all files are in .php format;)

Satan

Hmm...well, you have in your *.txt file the html code to place the table in the usercp. For me, the cellspacing color was incorrect because, I'm assuming n9ne either has the cellspacing color the same as a background color (or, just eliminated cellspacing all together), the main table that the "smaller" table is fitting in had the incorrect color (I'm using this word too much! :nervous:) for the background color.

So, what I did was use the other tables in the usercp and set the signature one up like them.
Some people, like me (sadly), do use black cellspacing! :)

But, whatever. I suppose if it bothers people (as it bothered me), they can spend the time to edit it theirself.

Chris M 11-24-2002 05:08 PM

Lol...:)

Hopefully everyone will find it good - Btw: You dont have to install it;) - That is just an optional addon...

Satan

!!! 11-24-2002 05:11 PM

Quote:

Originally posted by hellsatan
Lol...:)

Hopefully everyone will find it good - Btw: You dont have to install it;) - That is just an optional addon...

Satan

Yeah...just giving you a suggestion. You don't have to pursue it, just an optional addon... ;)

Chris M 11-24-2002 06:15 PM

Uhuh:)

Im not a HTML guru, so if you wanna provide the HTML to an alternative usercp template mod, please do:)

Satan

!!! 11-24-2002 06:20 PM

Quote:

Originally posted by hellsatan
Uhuh:)

Im not a HTML guru, so if you wanna provide the HTML to an alternative usercp template mod, please do:)

Satan

Um I already did. Which is why I'm so annoyed now.

Check page six.

Chris M 11-24-2002 06:38 PM

Ah ok:)

Satan

LangTuDaTinh 11-25-2002 12:39 AM

i just found an error, in /admin/user.php you must replace with this code
[php]
if ($modifyavatar) {
$action = "avatar";
}
else if ($modifysignature) {
$action = "signature";
}
else {
$action = "modify";
}
}
[\php]

Chris M 11-28-2002 06:30 PM

Actually LangTuDaTinh - You can replace it with:

PHP Code:

  if ($modifyavatar) {
    
$action "avatar";
  } else {
    
$action "modify";
  }
  if (
$modifysignature) {
    
$action "signature";
  } else {
    
$action "modify";
  }


That does work...

Satan

LangTuDaTinh 11-28-2002 08:01 PM

i tried that but when i go to admin cp and tried to modify user avatar, it doesn't work. (error seems like $action="avatar" doesn't run) but when i change to the code that i put above, i can modify avatar and signature both .

Chris M 11-28-2002 08:26 PM

Weird...

It works for everyone else I do believe...:(

Try:

PHP Code:

if ($modifyavatar) {
    
$action "avatar";
  } else {
    
$action "modify";
  }
  if (
$modifysignature) {
    
$action "signature";
  } else {
    
$action "modify";
  } 

Satan


All times are GMT. The time now is 03:09 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.01246 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)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