2008-05-12 03:08:29

jdykast
Member
zêta
Real name: Jason
From: Tennessee
Website

Re: aro_myadmin

I may have discovered a problem. I was digging around in the plugin code and some TXP code and I noticed that the id “body” is used twice: aro_myadmin uses it for a div and TXP uses it for the main textarea in the article write/edit area. I think a new id is required for aro_myadmin’s div.

Offline

 

2008-05-12 03:14:28

duchamp
Member
êta
Real name: Alex Dukal
From: Patagonia
Known languages: es | en
Website

Re: aro_myadmin

jdykast wrote:

I may have discovered a problem. I was digging around in the plugin code and some TXP code and I noticed that the id “body” is used twice: aro_myadmin uses it for a div and TXP uses it for the main textarea in the article write/edit area. I think a new id is required for aro_myadmin’s div.

That’s right, in my version/mod I change it for bodywrap

Offline

 

2008-05-18 16:46:11

rloaderro
Plugin Author
êta
Real name: Aeron
From: Costa Rica
Website

Re: aro_myadmin

mrdale wrote:

Excellent work, Duchamp and rLoaderro. I’m liking it, but I experience a few errors/problems.

  1. sed_sectionfields and glz_custom_fields
  2. Postmaster

hi Mr. Dale,

I tried testing sed_section_fields but that plugin throws a javascript error whether aro_myadmin is enabled or not. Can you confirm that it does in fact work (re: Content > Write) with TXP 4.0.6? I am using v 0.2.112 of the sed plugin, testing with Firefox 2.0.0.14 and Firebug.


Travel Atlas * Org | Start Somewhere

Offline

 

2008-05-21 10:54:56

uli
Moderator
omega
Real name: Uli
From: Cologne/Köln
Known languages: de > en

Re: aro_myadmin

Aeron & Alex,
my post #40 about aro_myadmin making certain form elements of bas_img_selector disappear was a little premature, sorry for bugging you. Seems like one simply has to deactivate aro_myadmin and turn it back on again after activating bas_img-selector. Solved both my issues, bas_img_selector and sed_section_fields (cf’s not showing up/getting hidden correctly), and could be reproduced.


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

 

2008-05-26 20:13:55

volomike
Member
beta

Re: aro_myadmin

rloaderro, okay, you get the coolness award in my day. What a sweet interface. I was going to have to go down this path coding this myself, but you make it far easier.

Offline

 

2008-05-26 20:58:21

lee
Member
omicron
From: Normandy, France

Re: aro_myadmin

Just installed your plugin, very very nice. Thank you.

Last edited by lee (2008-05-26 21:12:44)

Offline

 

2008-06-01 15:13:14

jstubbs
Moderator
omega
Real name: Jonathan
From: Hong Kong
Known languages: en-gb, es-es, fr-fr
Website

Re: aro_myadmin

Hi Aeron,

I am loving this plugin more and more. Hopefully the option to change the admin styles will make it into the core at some point.

Seeing a couple of issues with other plugins – wet_quicklink and EBL_Upload. Those two plugins don’t work properly with aro_myadmin enabled, but do work with aro_myadmin disabled.

In the case of wet_quicklink, the JQuery modal window opens, but no articles display for linking. EBL_Upload window does not open at all…


TXP Tips | @txptips | Me | @jonathanstubbs | Github

TXP Builders – finely-crafted code, design and txp @txpbuilders

Offline

 

2008-06-07 02:30:07

iblastoff
Plugin Author
sigma
Real name: Steve Lam
From: Toronto
Known languages: en
Website

Re: aro_myadmin

sweet plugin!

for those that also use rss_unlimited_categories and are a little annoyed that the dashboard doesn’t show the correct number of articles per category (since they use different tables), i just modified the plugin to count the articles correctly. in the dashboard area of the plugin find this line:

$count = safe_count("textpattern", "Category1 = '$row[name]' OR Category2 = '$row[name]'");
and change to:
$count = rss_unlimited_category_count(array('name'=>$row['name']));
if($count==NULL) $count=0;

Last edited by iblastoff (2008-06-07 02:59:37)

Offline

 

2008-06-09 18:25:49

iblastoff
Plugin Author
sigma
Real name: Steve Lam
From: Toronto
Known languages: en
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

 

2008-06-25 11:34:16

grinstead
Member
beta
From: UK

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

 

Powered by FluxBB