PDA

View Full Version : Need help finding this bit of template code


HM666
05-13-2014, 08:38 PM
I've looked everywhere in the templates. I've used Firebug to get the code but its actually NO WHERE to be found in the templates. I need to find out how I can change a background to an input field in the Create Groups page. I need to change the keyword input field to match the rest on my site. I've attached a screen shot. Here is the code via Firebug:

<div class="blockrow">
<div class="blockrow">
<div class="blockrow">
<div class="blockrow">
<div class="blockrow">
<label for="groupkeyword">Keyword:</label>
<input id="groupkeyword" type="text" style="width:20%" value="" name="groupkeyword">
</div>
</div>
<h3 class="blocksubhead">Group Options</h3>
<div class="section">

In red is what I need to find. There is NO groupkeyword anywhere in the templates at all.

I would ask on vbulletin.com but of course vB5 is such a POS that I can no longer login at all!

tbworld
05-13-2014, 10:05 PM
I ran an extensive search for you in the templates, code, and javascript from vbulletin 3.5 <--> 4.2.2. No references for "Keyword:" or "groupkeyword". Are you sure this is not a plugin or product?

webmastersun
05-14-2014, 12:26 AM
Don't change the template or code on it, Using CSS to style for it if you want, it will be safer.

HM666
05-14-2014, 02:12 AM
I ran an extensive search for you in the templates, code, and javascript from vbulletin 3.5 <--> 4.2.2. No references for "Keyword:" or "groupkeyword". Are you sure this is not a plugin or product?

Yep, thanks I found it myself. It was actually a mod that is installed on my forum causing the weird CSS styling. I fixed it in the plugin because the author did NOT put the template into the template system why? Who knows!!!

@webmastersun thanks for the advice but I've been coding html/css for about 12 years now :) This one just eluded me. :(