TinyPortal
Development => Support => Topic started by: immaturity on May 27, 2009, 03:01:42 AM
Just upgraded to
TinyPortal v1.0 beta 4 and am using SMF 1.1.9
www.parentalplayground.com
I have this code in a PHP block for the menu on the left side:
http://www.tinyportal.net/index.php/topic,28085
It just stopped working after the upgrade. Now it only lists the category names, but they don't open when clicked. Does anyone have any ideas?
I tried making a new php block with that code, but it still doesn't work.
The theme is a modified version of the default theme. The upgrade installed with no errors through package manager.
I'll see if I can take a look at it tomorrow.
You seem to be missing http://parentalplayground.com/jquery-1.2.6.pack.js which is required for the code to work. You could change the code to
http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
which would access the file remotely.
this worked. thank you! the upgrade wouldn't have deleted that file, right? Just so strange, because I know I didn't. Maybe my host did, but it was a weird coincidence that it disappeared immediately after I upgraded.
Anyway, no worries. Your link works, so I'm all good now!