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-RELEASE vB2.0] signature-editor with preview (https://vborg.vbsupport.ru/showthread.php?t=12282)

LovePhpNuke 09-29-2001 01:59 AM

Quote:

Originally posted by Pogo
Just add
Code:

_editsignature|||[templatedata]|||
to the end of your style file where [templatedata] is replaced by the _editsignature content.

Thanks Pogo but still not working, the _editsignature template not add in the template files.

It's had otherway or can you give me exacly how i can do, cauz is said create on custom template.

Thanks.

ubje 10-06-2001 10:24 PM

sounds kewl :)

Justice 10-11-2001 05:13 AM

:eek: installed in less than 5 minutes and it seems to work great

thanks

AutoBildOnline 10-11-2001 03:52 PM

@neogeniseva: I hacked the following to enable the maximum length settings:

In sedit.php Line 95:

Change


PHP Code:

if ($action=="show") {
  if (
trim($origsignature)!="") {
   
$splitsig explode("\n"$origsignature);
     if (
$bbuserinfo['usergroupid']==6) {
     
$siglimit "$adminsiglimit";
     } else {
        
$siglimit "$regsiglimit";
     } 

to look like:

PHP Code:

if ($action=="show") {
    if (
$bbuserinfo['usergroupid']==6) {
     
$siglimit "$adminsiglimit";
     } else {
        
$siglimit "$regsiglimit";
     }
if (
trim($origsignature)!="") {
   
$splitsig explode("\n"$origsignature); 

Works for me then.

Cheers.

TGO 10-16-2001 07:27 PM

Love this hack! Thanks alot, was an absolute breeze to install on 2.0.3 and everything is working great :)

ckevin 10-31-2001 12:23 PM

I've installed and most of the members work, but some members got this error (see the image). Please help!

MrLister 10-31-2001 01:48 PM

this hack is great.... i better click install now :)

Martyjp 11-04-2001 08:46 AM

I have the same problem as ckevin :confused:

I know its installed right as I have installed it fine on my test board and it worked, now for some reason it doesnt :confused:

dimava 01-21-2002 10:26 PM

quick question:

how do I allow the [img] code

thanks

Dimava

BladesM3 09-25-2002 04:06 PM

does this work for 2.2.7

Prince 12-01-2002 04:22 PM

works fine on 2.2.9, exept when you first go into the editor the 2 previews of your current sig do not reflect bb code until you click the preview button.

Big J 12-01-2002 05:32 PM

X-cellent hack! Works perfect on 2.2.9

Prince 12-02-2002 03:42 AM

to fix the initial preview issue with vB code do this:

on line 116 of the sedit.php file change:
PHP Code:

$signaturepreview=bbcodeparse($signature,0,$allowsmilies); // preview 

to this:
PHP Code:

$signaturepreview=bbcodeparse($previewsignature,0,$allowsmilies); // preview 


cityofangelus 03-10-2003 09:38 AM

Hi

I seem to be having a problem with this hack, I have added it to my usercpnav with the link < a href="sedit.php?s= $session[sessionhash] &action=show " > and it works great for Mods, Supers and admin but it will not work for normal members..

See the screenshot supplied..

Please someone help as I have lots of templates to add this hack to and want to make sure it works for everyone before I finish

Thanks

cityofangelus 04-16-2003 05:16 PM

Is there any support for this hack at all??????

:disappointed:


All times are GMT. The time now is 01:09 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.01161 seconds
  • Memory Usage 1,752KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (15)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