View Single Post
  #34  
Old 12-16-2014, 09:03 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 88,567
Kyttias is on a distinguished road
Default

Open up inc/tabs.php and delete the contents (but not the file). Open up your header.tpl and right after the link to tooltip.css, add in:

HTML Code:
<script src="{$home}{$js}/tabs.js"></script>
<script>
$(function() { $("#profile").organicTabs(); });
</script>
I'm not entirely sure what the issue was, but this fixed it. This was one of the only (if not the only) pages that used jQuery of the original site, and I think there was some issue with what order things were loading in.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.

Last edited by Kyttias; 12-16-2014 at 09:08 PM.
Reply With Quote