TinyPortal

Development => Support => Topic started by: immaturity on May 27, 2009, 03:01:42 AM

Title: after upgrade php block broke
Post 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.
Title: Re: after upgrade php block broke
Post by: JPDeni on May 27, 2009, 03:48:16 AM
I'll see if I can take a look at it tomorrow.
Title: Re: after upgrade php block broke
Post by: JPDeni on May 27, 2009, 04:23:39 AM
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.
Title: Re: after upgrade php block broke
Post by: immaturity on June 03, 2009, 06:41:45 PM
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!