jw0ollard
Tue 29th Apr '08, 8:55pm
I'm not posting this as a bug report for a few reasons...
The first thing I always do when I restyle vBulletin is make the search box VISIBLE on the actual page. I find it completely counter-intuitive to hide a search box.
So I moved the search popup code (the form code only) for the search box next to the Reply button at the top of the page, and now I can't Add/Remove/Edit tags anymore.
I've looked at the code and I'm very confused by this. The ONLY thing I've done is move the code's position. This is ALL default vBulletin SHOWTHREAD code (for now).
So why is this: <form action="search.php?do=process&searchthreadid=$threadid" method="post">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_this_thread]<a name="goto_threadsearch"></a></td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="process" />
<input type="hidden" name="searchthreadid" value="$threadid" />
<input type="text" class="bginput" name="query" size="25" />$gobutton<br />
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]searchthreadid=$threadid">$vbphrase[advanced_search]</a></td>
</tr>
</table>
</form>Not agreeing with the Tags code when it's above it on the page?
I'm getting a new page that says "Invalid Action Specified" when I Edit/Add/Remove a tag.
----
I've tried looking at the tags JS, but it's so minified it's impossible. I'll be downloading the source JS soon, I guess, to troubleshoot.
----
To clarify, I've also removed the JS for the popup, and removed the TD in the toolbar with the search link. The page validates as well. No duplicate IDs or anything.
The first thing I always do when I restyle vBulletin is make the search box VISIBLE on the actual page. I find it completely counter-intuitive to hide a search box.
So I moved the search popup code (the form code only) for the search box next to the Reply button at the top of the page, and now I can't Add/Remove/Edit tags anymore.
I've looked at the code and I'm very confused by this. The ONLY thing I've done is move the code's position. This is ALL default vBulletin SHOWTHREAD code (for now).
So why is this: <form action="search.php?do=process&searchthreadid=$threadid" method="post">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_this_thread]<a name="goto_threadsearch"></a></td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="process" />
<input type="hidden" name="searchthreadid" value="$threadid" />
<input type="text" class="bginput" name="query" size="25" />$gobutton<br />
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]searchthreadid=$threadid">$vbphrase[advanced_search]</a></td>
</tr>
</table>
</form>Not agreeing with the Tags code when it's above it on the page?
I'm getting a new page that says "Invalid Action Specified" when I Edit/Add/Remove a tag.
----
I've tried looking at the tags JS, but it's so minified it's impossible. I'll be downloading the source JS soon, I guess, to troubleshoot.
----
To clarify, I've also removed the JS for the popup, and removed the TD in the toolbar with the search link. The page validates as well. No duplicate IDs or anything.