Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: aro_myadmin
just found out that asv_amazon2 does not work wth aro_myadmin. gah! when you use asv_amazon2’s search function, it just sticks on ‘loading…’. once aro_myadmin is disabled, it works again. i’ll try to see where it conflicts..
Last edited by iblastoff (2008-06-09 18:29:32)
Offline
#50 2008-06-25 11:34:16
- grinstead
- Member
- From: UK
- Registered: 2006-10-06
- Posts: 19
Re: aro_myadmin
1st of all great plugin! I am having an issue tho, sorry to say.
It seems that if I view the admin area from a browser other then it was installed on, I get a blank page, and this line is listed in the error_log
[25-Jun-2008 10:42:32] PHP Fatal error: Call to undefined function: str_ireplace() in /home/username/public_html/mydomain.com/textpattern/lib/txplib_misc.php(469) : eval()’d code on line 295
If I remove the load_plugin(basename(‘aro_myadmin’)); from the index file I’m now able to login via other browsers, but unable to be logged in on multiple browsers, logged out on the others.
Any thoughts?
Many thanks
Offline
Re: aro_myadmin
The problem I guess is str_ireplace is PHP 5. You could probably get the same result for PHP 4 with str_replace(strtolower($search), $replace, strtolower($subject))
.
Travel Atlas * Org | Start Somewhere
Offline
#52 2008-06-26 15:28:10
- grinstead
- Member
- From: UK
- Registered: 2006-10-06
- Posts: 19
Re: aro_myadmin
Cheers. I simply added a handler to the htaccess file. The server is running both 4 & 5, so txp is now running on 5.
Thanks again.
Offline
Re: aro_myadmin
Hi,
This plugin is really great and useful but it breaks the textpattern layout in internet explorer. I know we all use firefox etc. but clients are usually still on IE.
Any fixes possible?
Thanks.
Offline
Re: aro_myadmin
fuls wrote:
Any fixes possible?
Definitely. The (X)HTML is valid, so the problems are just CSS related. Feel free to go ahead and debug for IE. It’s almost always 99% related to the on having layout concept – and you can probably get away with using the single stylesheet. Good luck!
Travel Atlas * Org | Start Somewhere
Offline
Re: aro_myadmin
Hi Aeron, not sure of you are aware – just in case you are not, your fabulous plugin does not work with various other plugins that use JS or Jquery…
Offline
#56 2008-06-29 16:21:16
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,311
Re: aro_myadmin
Johnathan, have you tried what I posted here?
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: aro_myadmin
Further to what Uli suggested, I wonder if the plugin load order feature of 4.0.7 might help for plugins like this? Be interesting to try it out on an SVN copy and see.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: aro_myadmin
Hi Uli, I did try to turn off aro_myadmin, then turn it back on, but then the other plugins (upm_img_popper/wet_quicklink/ebl_upload for example) do not work. They only work when I turn aro_myadmin off.
Offline
Re: aro_myadmin
jstubbs wrote:
Hi Aeron, not sure of you are aware – just in case you are not, your fabulous plugin does not work with various other plugins that use JS or Jquery…
Hi Mr. Stubbs – I guess I missed those posts! (TXP forums is a little erratic sending alerts). I will try to look into it, not sure what the problem could be off the top of my head (I am only using the TXP jQuery install and in a pretty unobtrusive way). It might take a while though as things are a little hectic these days (updating the Slideshow project today in fact).
Thanks for the heads up!
y’r pal -Aeron
Travel Atlas * Org | Start Somewhere
Offline
Re: aro_myadmin
I add my own experience. The plugin is great, but it breaks for me bas_img_sel! I followed Uli advice but with no luck.
Activating aro_myadmin makes the select dropdown for images (not for categories, that just works) disappear. Also if I disable the css: the select is not there. I went further with this and discovered that the problem is in the navigation replacement provided by the function aro_pagetop
. Specifically, if I comment out the global $txp_user
and the $areas = areas();
thing, the select of bas_img_sel shows again! Obviously, the navigation provided by aro_pagetop disappears. :)
I haven’t been able to investigate further, but I’m hoping this hints will help. The plugin is great, it would be wonderful if it integrate well with other plugins.
PS: I also needed to tweak “lam_image_uploader” to make it load myadmin.css, as it uses iframe, but this is outside of the scope of aro_myadmin.
Offline