You are not logged in.
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
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 adivand TXP uses it for the main textarea in the article write/edit area. I think a newidis required for aro_myadmin’sdiv.
That’s right, in my version/mod I change it for bodywrap
Offline
mrdale wrote:
Excellent work, Duchamp and rLoaderro. I’m liking it, but I experience a few errors/problems.
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
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
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
Just installed your plugin, very very nice. Thank you.
Last edited by lee (2008-05-26 21:12:44)
Offline
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
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
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
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