vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Need some help creating a phrase (https://vborg.vbsupport.ru/showthread.php?t=145899)

RedGTiVR6 04-27-2007 03:46 PM

Need some help creating a phrase
 
1 Attachment(s)
I've installed this modification: https://vborg.vbsupport.ru/showthread.php?t=91629

It basically adds a Search for User option to individual thread searches.

Normally the modification doesn't indicate what the bottom (original) search box is for once this modification is done.

I've attached a screen show for how it looks now.

I've gone into the template and added the following:

Code:

<if condition="$show['searchthreaduser']">
  <div class="smallfont">$vbphrase[username]:</div>
  <input type="text" class="bginput" name="searchuser" size="25" /><br />
  </if>
  <div class="smallfont">$vbphrase[and_or_keyword]:</div>
  <input type="text" class="bginput" name="query" size="25" />$gobutton<br />

I've created the phrase as the following:

Product: vBulletin
Varname: and_or_keywords
Text: And/Or Keywords

The problem is that the only thing that shows up is the " : "

Any help would be appreciated!

Perhaps I don't need to create a phrase for this? I'm not sure.

Antivirus 04-27-2007 03:51 PM

when you created the phrase, did you set the Phrasetype to GLOBAL ?

RedGTiVR6 04-27-2007 06:52 PM

Yes, sorry I forgot to mention that.

RedGTiVR6 04-30-2007 11:49 AM

Anyone have any insight?

Dismounted 04-30-2007 12:22 PM

$vbphrase[and_or_keyword] should be $vbphrase[and_or_keywords] in your template as I see it.

RedGTiVR6 04-30-2007 12:31 PM

doh!

So simple!

Thanks so much for the extra set of eyes.


All times are GMT. The time now is 12:40 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.00953 seconds
  • Memory Usage 1,718KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete