vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Mozilla/Firefox users: Search when editing templates (https://vborg.vbsupport.ru/showthread.php?t=91241)

Princeton 06-29-2005 03:31 PM

great little mod

Aeolian_X 06-29-2005 06:03 PM

Quote:

Originally Posted by princeton
great little mod

I wish I would have seen this mod a while back. I could ahve used it. I installed it anyway, because it's definately useful. Thank you.

Snake 07-05-2005 08:44 AM

sv1cec in the screenshot, which chat system are you currently running?

sv1cec 07-05-2005 09:40 AM

vBChat, heavily customized!

Snake 07-05-2005 09:59 AM

Oh I thought you were using a JAVA chat hack. vBChat is bad, I don't like it that much.

sv1cec 07-05-2005 11:10 AM

Each one is entitled to his opinion. I find it the best chat hack for vB, since it integrates completely with vB and allows you to customize it, to suite your site needs. I tried a couple of others, but either they had no connection to vB or (even worst) didn't allow you to customize even the way the screen looks.

I find vBChat the best for my needs, that does not necessarily make it suitable for yours.

Rgds

Snake 07-05-2005 11:18 AM

Quote:

Originally Posted by sv1cec
Each one is entitled to his opinion. I find it the best chat hack for vB, since it integrates completely with vB and allows you to customize it, to suite your site needs. I tried a couple of others, but either they had no connection to vB or (even worst) didn't allow you to customize even the way the screen looks.

lol There is no way you could intergrate it with vB because it is using JAVA! You cannot perform that since vBulletin is coded in PHP/MYSQL. ;)

MorrisMcD 07-10-2005 12:51 AM

Quote:

Originally Posted by Snake
lol There is no way you could intergrate it with vB because it is using JAVA! You cannot perform that since vBulletin is coded in PHP/MYSQL. ;)

Very nice! Thanks.. However, I seem to be having less luck than the rest of you.. I see the search box.. But no find button... :confused:

sv1cec 07-10-2005 04:43 AM

Maybe you accidentally deleted the next line in that file? Here is what that part of the file should look:

PHP Code:

function print_template_javascript()
{
    global 
$stylevar$vbphrase$vboptions;

    
print_phrase_ref_popup_javascript();

    echo 
'<script type="text/javascript" src="../clientscript/vbulletin_templatemgr.js"></script>';

    
print_label_row(iif(is_browser('ie') OR is_browser('mozilla''20040707'), $vbphrase['search_in_template'], $vbphrase['additional_functions']), iif(is_browser('ie') OR is_browser('mozilla''1.7'), '
    <input type="text" class="bginput" name="string" accesskey="t" value="' 
htmlspecialchars_uni($GLOBALS['searchstring']) . '" size="20" onChange="n=0;" tabindex="1" />
    <input type="button" class="button" style="font-weight:normal" value=" ' 
$vbphrase['find'] . ' " accesskey="f" onClick="findInPage(document.cpform.string.value);" tabindex="1" />
    &nbsp;'
) .
    
'<input type="button" class="button" style="font-weight:normal" value="' $vbphrase['preview'] . '" accesskey="p" onclick="displayHTML();" tabindex="1" />
    <input type="button" class="button" style="font-weight:normal" value=" ' 
$vbphrase['copy'] . ' " accesskey="c" onclick="HighlightAll();" tabindex="1" />
    &nbsp;
    <input type="button" class="button" style="font-weight:normal" value="' 
$vbphrase['view_quickref'] . '" accesskey="v" onclick="js_open_phrase_ref(0, 0);" tabindex="1" />
    '
);


Rgds

BillyFischbach 07-10-2005 05:13 AM

Works great, installed


All times are GMT. The time now is 11:16 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.01133 seconds
  • Memory Usage 1,750KB
  • 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_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)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