Quote:
Originally Posted by balkanboy
sorry uninstalled keep running into unclosed tagg when ever i try add this:
Code:
<li class="{vb:raw navclass.tagged}"><a href="modsystem_miscactions.php?{vb:raw session.sessionurl}do=showtagged">{vb:rawphrase modsystem_usercp_view_tagged}</a></li>
<li class="{vb:raw navclass.installed}"><a href="modsystem_miscactions.php?{vb:raw session.sessionurl}do=showinstalled">{vb:rawphrase modsystem_usercp_view_installed}</a></li>
<li class="{vb:raw navclass.nominated}"><a href="modsystem_miscactions.php?{vb:raw session.sessionurl}do=shownominated">{vb:rawphrase modsystem_usercp_view_nominated}</a></li>
<li class="{vb:raw navclass.downloaded}"><a href="modsystem_miscactions.php?{vb:raw session.sessionurl}do=showdownloaded">{vb:rawphrase modsystem_usercp_view_downloaded}</a></li>
It might be my doin but all the others work fine just not that.... not sure why sorry
|
Check the edits for USERCP_SHELL prior to the section you have posted above, this bit:
Code:
<vb:if condition="$show['donate']">
<li class="{vb:raw navclass.donate}"><a href="modsystem_miscactions.php?{vb:raw session.sessionurl}do=editdonate">{vb:rawphrase modsystem_usercp_donate_options}</a></li>
</vb:/if>
Notice this bit:
It should be like this:
Make this correction and all will be fine.