Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#49 2008-06-09 18:25:49

iblastoff
Plugin Author
From: Toronto
Registered: 2006-06-11
Posts: 1,197
Website

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

#51 2008-06-25 14:51:28

rloaderro
Archived Plugin Author
From: Costa Rica
Registered: 2006-01-05
Posts: 190
Website

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

#53 2008-06-29 14:56:14

fuls
Member
Registered: 2005-11-16
Posts: 117
Website

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

#54 2008-06-29 15:45:47

rloaderro
Archived Plugin Author
From: Costa Rica
Registered: 2006-01-05
Posts: 190
Website

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

#55 2008-06-29 16:07:02

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

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,303

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

#57 2008-06-29 16:25:27

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,250
Website GitHub

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

#58 2008-06-29 16:28:22

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

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

#59 2008-06-29 16:40:36

rloaderro
Archived Plugin Author
From: Costa Rica
Registered: 2006-01-05
Posts: 190
Website

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

#60 2008-06-30 10:43:40

Zanza
Plugin Author
Registered: 2005-08-18
Posts: 699
Website

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

Board footer

Powered by FluxBB