Issue: Admin Tools: Create Issue Missing

  1. issueid=174 01-23-2011 07:12 AM
    PT Developer
    Number of reported issues by thincom2000: 46
    Admin Tools: Create Issue Missing

    Since vBulletin 4.1.1, the Administrative menu on showthread pages no longer contains the "Create issue..." item. The reason is because vBulletin changed the SHOWTHREAD template and the search code no longer exists. The new template code is:
    Code:
    <form action="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}postings.php" method="post">
    						<ul class="popupbody popuphover">
    To make the search code backwards and forwards compatible (and easier to figure out), just use:
    Code:
    str_replace("postings.php\" method=\"post\">\r\n\t\t\t\t\t\t<ul class=\"popupbody popuphover\">"
    From experience (this case being one) I have found that the variation using ' instead of " doesn't always work because we haven't explicitly specified line-break or tab characters.
Issue Details
Issue Number 174
Project Project Tools
Category Minor
Status Fixed
Priority 3
Affected Version 2.1.2
Fixed Version 2.2.0
Milestone v2.2.0
Users able to reproduce bug 0
Users unable to reproduce bug 0
Assigned Users Pitchoune
Tags (none)




  1. Note:
    This issue contains some replies but it seems you don't have the permission to show them. To see them, you should log in.

    Once logged in, if the administrator decided it, you can still be able to not see replies.
+ Reply