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)
-   -   [RE-RELEASED vB2.0.1] Upgraded Signature-Editor w/ Preview (https://vborg.vbsupport.ru/showthread.php?t=23933)

webhost 09-17-2001 01:08 AM

using vb 2.0.3 and it works just fine for me no problems

shadowbreed 09-17-2001 01:47 AM

2.0.3 working great!!!

[VbbFr]Elie 09-17-2001 02:55 AM

Yes It's working great in v2.0.3 bu i've got the same trouble like After...

If i dont click on Preview, HTML is not working in the 2 previews area ...
I've to push 'Preview' and it's working after ...
Why not before when i just go to sedit.php ?

Thanks :)
I've to finish French Version ... :)

snyx 09-17-2001 04:14 AM

okay on 2.03 and everything worked great, but I had the problem where after you "SAVED" it worked, but then when you hit "SUBMIT" on the profile page it erased it. I changed it with webhost fix, now it works, but it looses that "preview" I really like, any way of getting it to work with the preview on and the "SUBMIT" on profile page not deleting the sig?

snyx 09-18-2001 09:42 PM

thanks to webhost for fixing up my prob.
just curious, why does the SAVE button take so long to prosess?

DarkReaper 09-20-2001 02:22 AM

There's only one problem with this on 2.0.3:

To make it compatible with online.php, open online.php.

Find:
Code:

  default:
    $userinfo[activity] = 'unknown';
  }

BEFORE that, add this:
Code:

  case 'sedit.php':
    $userinfo[activity] = 'editsig';
    break;

Then find this:
Code:

    default:
      // Let's show the admin the location but put something false up for everyone else..
      if ($bbuserinfo[usergroupid] == 6) {
        $userinfo[location] = htmlspecialchars(stripslashes(replacesession($userinfo[location])));
        $userinfo[where] = "<b>Unknown Location:</b> <a href=\"$userinfo[location]\">$userinfo[location]</a>";
      } else {
        // We were unable to parse the location
        $userinfo[where] = "$bbtitle <a href='index.php?s=$session[sessionhash]'>Main Index</a>";;
      }

BEFORE that, add this:
Code:

    case 'editsig':
      $userinfo[where] = "Changing Forum Signature";
      break;


SirSteve 09-20-2001 03:12 AM

Quote:

Originally posted by DarkReaper
There's only one problem with this on 2.0.3:

To make it compatible with online.php, open online.php.

Find:
Code:

  default:
    $userinfo[activity] = 'unknown';
  }

BEFORE that, add this:
Code:

  case 'sedit.php':
    $userinfo[activity] = 'editsig';
    break;

Then find this:
Code:

    default:
      // Let's show the admin the location but put something false up for everyone else..
      if ($bbuserinfo[usergroupid] == 6) {
        $userinfo[location] = htmlspecialchars(stripslashes(replacesession($userinfo[location])));
        $userinfo[where] = "<b>Unknown Location:</b> <a href=\"$userinfo[location]\">$userinfo[location]</a>";
      } else {
        // We were unable to parse the location
        $userinfo[where] = "$bbtitle <a href='index.php?s=$session[sessionhash]'>Main Index</a>";;
      }

BEFORE that, add this:
Code:

    case 'editsig':
      $userinfo[where] = "Changing Forum Signature";
      break;


Excellent catch! Thanks!

bbensen 09-21-2001 02:34 AM

Warning: Undefined variable: REQUEST_URI in C:\Inetpub\diydaw\cgi-bin\vbbs\global.php on line 39

Warning: Undefined index: HTTP_POST_VARS in C:\Inetpub\diydaw\cgi-bin\vbbs\global.php on line 64

Warning: Undefined index: action in C:\Inetpub\diydaw\cgi-bin\vbbs\global.php on line 64

Warning: Undefined index: action in C:\Inetpub\diydaw\cgi-bin\vbbs\global.php on line 67

ummm found the problem and fix in another post.

Great Hack!!!

Neo 09-25-2001 12:58 PM

ummm could someone give me the newest version.. there are alot on this thread... i am confused @_@

MarkB 10-05-2001 11:43 AM

Quote:

Originally posted by MApI
Tubedogg re-installed your up-hack, but I've still the same prob. When I click on Signature Editor, return only a blank page with this msg:


Working with VB 2.0.3. What I do wrong ??? :confused:

Thx in adv.

Bye

I'm getting this problem too, but only for SOME users (I can see it fine, for instance)...

:confused:


All times are GMT. The time now is 08:48 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.01324 seconds
  • Memory Usage 1,745KB
  • 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
  • (8)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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