The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]() Quote:
Code:
<div class="ajax_tag_edit_container" style="background-color:#281f28;border:1px solid #5a022b;border-radius:8px;padding:10px;color:#ffffff;"> <form action="threadtag.php?do=managetags" method="post" name="vbform"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" border="0"> <tr> <td class="tcat"> </td> </tr> <tr> <td align="center"> <div class="panel"> <div align="$stylevar[left]"> <fieldset class="fieldset"> <legend style="color:yellow;">$vbphrase[edit_tags]</legend> <div style="padding:$stylevar[formspacer]px"> <if condition="$tag_manage_options"> <div style="padding-bottom:$stylevar[formspacer]px">$vbphrase[uncheck_tag_remove_bold_you]</div> <ul class="floatcontainer" id="tag_edit_list"> $tag_manage_options </ul> <hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" /> </if> <div style="float: $stylevar[right]"> <if condition="$show['add_option']"><div style="visibility:hidden">text</div></if> </div> <if condition="$show['add_option']"> <div> <span class="shade">($vbphrase[separate_tags_using_comma])</span></div> <div id="tag_add_wrapper"> <input type="text" class="bginput" name="taglist" id="tageditinput_$contentid" size="50" style="width:200px" tabindex="301" /> </div> <if condition="$show['tag_limit_phrase']"> <if condition="!$tags_remain"> $vbphrase[cannot_add_tags_remove_first] <else /> <phrase 1="$tags_remain">$vbphrase[you_may_add_x_tags]</phrase> </if> $vbphrase[tags_visible_all_users] </if> </if> </div> </fieldset> </div> </div> <div style="margin-top:$stylevar[cellpadding]px"> <input type="hidden" name="do" value="managetags" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="contenttype" value="$contenttype" /> <input type="hidden" name="contentid" value="$contentid" /> <input type="hidden" name="url" value="$url" /> <img src="$stylevar[imgdir_misc]/progress.gif" id="tageditprogress_$contentid" class="inlineimg" style="display:none" alt="" /> <input type="button" id="tageditsubmit_$contentid" name="tagsubmit" class="button" value="$vbphrase[save_changes]" accesskey="s" tabindex="302" /> <input type="button" class="button" value="$vbphrase[cancel]" id="tageditcancel_$contentid" accesskey="c" tabindex="303" /> </div> </td> </tr> </table> </form> </div> <div id="tag_add_wrapper_menu" class="vbmenu_popup" style="display:none"></div> Code:
<div id="blogtagmenu_1_menu" style="width: 300px; background: none repeat scroll 0% 0% rgb(255, 255, 255); border: 1px solid rgb(0, 0, 0); padding: 10px; position: absolute; z-index: 50; clip: rect(auto, auto, auto, auto); left: 239px; top: 492px; display: none;"> The actual template code is: Code:
<span id="blogtagmenu_{vb:raw blog.blogid}"><a href="threadtag.php?{vb:raw session.sessionurl}do=manage&contenttype=vBBlog_BlogEntry&contentid={vb:raw blog.blogid}"><img src="{vb:stylevar imgdir_misc}/blog/tag_edit.png" border="0" class="inlineimg" id="blogtag_{vb:raw blog.blogid}" alt="{vb:rawphrase edit_tags}" /></a></span There is no call for "blogtagmenu" or "blogtagmenu_" in any of the CSS in the templates and I tried adding it to the additional.css template to no avail. ![]() --------------- Added [DATE]1425820304[/DATE] at [TIME]1425820304[/TIME] --------------- Also there is CSS but I cannot find it anywhere in the templates this is what I need to change but I have no idea where to find it: Code:
element.style { background: none repeat scroll 0 0 #ffffff; border: 1px solid #000000; clip: rect(auto, auto, auto, auto); display: none; left: 312px; padding: 10px; position: absolute; top: 638px; width: 300px; z-index: 50; } |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|