PDA

View Full Version : admin Addon menu item disappears


eon
12-22-2005, 04:26 PM
Is it right that when you are in the adons menu that you don't see the menu's of the admin-addons?

Further I try to make a admin-addon, but it is not working. I don't see the content. Even the admin_newitem.php script of raminia is not working!
http://forum.pixelpost.org/showthread.php?p=21178#post21178

Joe[y]
12-22-2005, 05:57 PM
what do you mean? you mean you can't see the list of addons on the addon page?

eon
12-22-2005, 06:11 PM
First problem is now known. I have read a little bit of the code now and I understand why you don't see any menuitems of the addons while you are on t he ADDONS-page

functions.php, row 489:
if( $_GET['view'] != "addons" ) {

I have no problems to see the list of addons on the ADDONS-page.

But for the second problem I've still no solution.
Further I try to make a admin-addon, but it is not working. I don't see the content. Even the admin_newitem.php script of raminia is not working!
http://forum.pixelpost.org/showthrea...1178#post21178

eon
12-22-2005, 08:25 PM
Find the solution for the second problem here (http://forum.pixelpost.org/showthread.php?t=2985).

raminia
12-22-2005, 08:25 PM
yeah when you looking into addons page in admin panel you don't see any menu items from admin addons at the top. but you see the admin addons links as addons. Yeah surely it's a but and I've noticed it since the begining but I got used to it. It's not that bad but I had no sulotion. (actually I didn't try to find one)

se.nsuo.us
02-24-2006, 11:50 AM
A very minor bug - you are on the /admin/index.php?view=addons page the menu items added by admin addons to the main menu disappear.

se.nsuo.us
03-14-2006, 05:05 AM
Removing if( $_GET['view'] != "addons" ) { caused the addons to be included twice - I guess it is best we all live with it for now....

se.nsuo.us
03-14-2006, 05:06 AM
This should be merged with http://forum.pixelpost.org/showthread.php?t=2982

blinking8s
03-14-2006, 02:16 PM
This should be merged with http://forum.pixelpost.org/showthread.php?t=2982

as you wish...

:)