Joomla and href=# - Joomla! Forum - community, help and support
hey i'm having problem, don't know if it's joomla compatibility issue, think is. have phpbb forums within joomla, , admin theme pages aren't working, , think has being within joomla. trying click on links these pages , error:
jquery.min.js:2 uncaught error: syntax error, unrecognized expression: #page-tabs http://swordofthedragon.org/guild-forum ... go-options
it referencing http://ajax.googleapis.com/ajax/libs/jq ... ery.min.js
i'm not sure why needs javascript, isn't html? reference can find in code here:
so basically, joomla have issue this? again phpbb forums not made joomla specifically.
jquery.min.js:2 uncaught error: syntax error, unrecognized expression: #page-tabs http://swordofthedragon.org/guild-forum ... go-options
it referencing http://ajax.googleapis.com/ajax/libs/jq ... ery.min.js
i'm not sure why needs javascript, isn't html? reference can find in code here:
code: select all
<div class="options-panel">
<div id="tabs" class="panel">
<ul>
<li class="tab activetab skin_op"><a href="#skin-options">skin</a></li>
<li class="tab logo_op"><a href="#logo-options">logo</a></li>
<li class="tab general_op"><a href="#general-options">general</a></li>
<li class="tab layout_op"><a href="#layout-options">layout</a></li>
<li class="tab foricons_op"><a href="#forum-icons">forum icons</a></li>
<li class="tab slider_op"><a href="#slider-options">slider</a></li>
<li class="tab support_op"><a href="#support-options">support</a></li>
</ul>
</div>
<div id="page-tabs" class="panel">
so basically, joomla have issue this? again phpbb forums not made joomla specifically.
Comments
Post a Comment