| User | Post |
|
6:30 pm 28 Jan 2007
| woomera
Guest
| | | |
|
| |
|
|
first i gotta say “THANKS FOR THE PLUGIN” as in my opinion is a must-have.
by the way i installed a plugin named SOUNTERIZE II,when the advancedmenu is active and i click on the counterize in dashboard it gives an error that the link is invalid but when i disable the advanced menu it works.i noticed when its disabled the link is changed.so i wanna put the correct link in the advancedmenu menu.how can i do that?
|
|
|
|
|
You can’t. it’s something that your plugin is doing that is perhaps, not quite right. if you can give me a link to this plugin I can try and take a look to see if I can figure it out.
|
|
|
5:07 am 29 Jan 2007
| woomera
Guest
| | | |
|
| |
|
|
|
|
|
I’ll take a look and see if it can be done
|
|
|
|
|
I’m sorry but I am having no trouble with this plugin and the menus. Both the main page (under Dashboard) and the options page are loading as they should and I can’t break it.
Sorry to say that if I am unable to replicate it there isn’t much I can do and I have no idea why it fails for you.
|
|
|
2:10 pm 29 Jan 2007
| woomera
Guest
| | | |
|
| |
|
|
thanks for your time anyway.once again thanks for the good work
|
|
|
5:25 pm 11 Mar 2007
| Dan
Guest
| | | |
|
| |
|
|
Hi,
First off, thanks for the plugin. Makes admin life a little easier.
I seem to be having a similar incompatibility issue with it and the Secure and Accessible PHP Contact Form here: http://www.blue-anvil.com/archives/secure-and-accessible-php-contact-form-for-wordpress.
When both plugins are installed and activated, the URL for the "Contact Form" item under the "Contact Form" menu becomes:
http://localhost/wordpress/wp-admin/admin.php?page=wp-gbcfwp-gbcf_form.php, and the plugin cannot load.
When I deactivate Advanced Menus, the Contact Form page loads correctly with this URL:
http://localhost/wordpress/wp-admin/admin.php?page=wp-gbcf\wp-gbcf_form.php
I'm running this locally on a Windows machine for testing purposes. Behavior is the same in Firefox 2.0 and IE6.0. I've also noted something similar happening with a few other plugins a while ago, but I can't recall which ones.
Any ideas?
Thanks, Dan
|
|
|
|
|
Are you up for making a liittle code change? there was a suggestion by a user that sometimes the following changes are required. I Havenlt found out why as that particular plugin works just fine on my own setup…
if(! aws_top_menu_plugin( $altmenu[$k]['name'] )) { $link = get_settings('siteurl') . "/wp-admin/admin.php?page=" . addslashes($item[2]); } else { $link = get_settings('siteurl') . "/wp-admin/{$k}?page=" . addslashes($item[2]); }
The first line starting get_settings should be as above but try changing th second one as above to see of that makes a difference…
[UPDATE] - Ok that code didn't tyranslate that well through this damn editor. I'll send it to you in an email…
|
|
|
6:37 pm 12 Mar 2007
| Dan
Guest
| | | |
|
| |
|
|
The code you sent by email seemed to do the trick. Thanks for your help and the speedy reply.
|
|
|
|
|
My thanks go to you Dan really. I haven't really worked out why some people need these and I don't with all the plugins I use - including some that cause the problems with others. A mystery…
But now youve done that for me I'll change the code and re-zip…
|
|
|
7:41 pm 12 Mar 2007
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1232 |
|
|
interesting… because I dont have any conflict with the two either…
|
|
|
|
|
There you go. It's weird. Plus - the really odd thing is that it continues to run correctly on my site when these changes are in place! And that I REALLY can't answer 
|
|