Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#229 2011-11-09 17:43:03
Re: bot_write_tab_customize: rearrange and style items in the write tab
Not directly from the url but from a hidden input field that contains the article id.
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
#230 2011-11-09 21:39:14
Re: bot_write_tab_customize: rearrange and style items in the write tab
Thanks MattD – I see it now :)
Offline
#231 2011-11-17 07:38:32
Re: bot_write_tab_customize: rearrange and style items in the write tab
In my install, there seems to be a conflict between this plugin and upm_image_popper which prevents Mary’s plugin to show in the write tab. Can anybody confirm this issue and suggest a solution for it?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#232 2011-11-17 09:32:43
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_write_tab_customize: rearrange and style items in the write tab
colak wrote:
In my install, there seems to be a conflict between this plugin and upm_image_popper which prevents Mary’s plugin to show in the write tab. Can anybody confirm it, and is there a solution for it?
Hi colak,
I don’t see how there can be a conflict just because both plugins are istalled. As a matter of fact bot_wtc doesn’t produce any autput in the ‘write’ tab untill you set some specific rule, so – first of all – can you confirm this? Did you set any rule with bot_wtc? Which rules?
I haven’t used upm_img_popper for a long time so I can tell for sure but I suppose it targets items in the ‘old’ way, when the html markup for the ‘write’ tab was lacking a lot of ids and classes and the only solution was to count items using javascript (i.e. create this item and move it after the third p).
If my assumptions are true you’ll need to amend Mary’s plugin. Unfortunately I can’t install upm_image_popper now so I can’t give a more precise answer. I’ll have a look when I can ok?
Offline
#233 2011-11-17 10:32:13
Re: bot_write_tab_customize: rearrange and style items in the write tab
Thank you for your response as it made me re-consider the rules
I think that I found the rule which prevented the plugin from showing.
I had the “advanced options” hidden in all sections. Once i deleted that rule, Mary’s “insert image” link appeared. Strange as the plugin does not load within that part of the page.
Last edited by colak (2011-11-17 10:32:53)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#234 2011-11-17 14:22:43
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_write_tab_customize: rearrange and style items in the write tab
colak wrote:
… Strange as the plugin does not load within that part of the page.
Are you sure?
I installed it in a test site (with bot_wtc deactivated) and the “Insert Image” link appears just inside the ‘advanced options’ div, which explains everything.
Offline
#235 2011-11-17 14:32:42
Re: bot_write_tab_customize: rearrange and style items in the write tab
redbot wrote:
Are you sure?
I installed it in a test site (with bot_wtc deactivated) and the “Insert Image” link appears just inside the ‘advanced options’ div, which explains everything.
Yep, i’m sure:) Here is a screen shot: http://www.neme.org/images/328.png. I used wet bubble to change keywords into meta just in case anyone is wondering about that part
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#236 2011-11-17 15:20:46
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_write_tab_customize: rearrange and style items in the write tab
colak wrote:
…Yep, i’m sure:) Here is a screen shot: http://www.neme.org/images/328.png…
Hi again,
did you check the underlying html? the ‘insert image’ link should still reside inside the ‘#advanced_group’ div even if it may appear differently from your screenshot.
Am I right?
Offline
#237 2011-11-18 07:19:29
Re: bot_write_tab_customize: rearrange and style items in the write tab
Yes, in the html it does indeed appear in the #advanced_group div.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#238 2011-11-18 10:46:57
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_write_tab_customize: rearrange and style items in the write tab
colak wrote:
Yes, in the html it does indeed appear in the #advanced_group div.
Ok. So we have found the issue. Let’s fix it.
Go in the bot_wtc preferences -> ‘Additional js code’ box -> add this code:
<script type="text/javascript">
$(document).ready(function() {
$("#advanced_group h3.plain").first().insertBefore("#advanced_group");
});
</script>
This code shold move the link generated by upm_img just before the “advanced options” div so to solve our problem.
Offline
#239 2011-11-18 12:53:08
Re: bot_write_tab_customize: rearrange and style items in the write tab
perfect! thanks sooo much Luca.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#240 2011-12-02 17:15:04
Re: bot_write_tab_customize: rearrange and style items in the write tab
redbot> I have an old old old old issue that I’ve never been able to solve… it’s referenced here
Basically once I have a good amount of prefs into bot_wtc it will no longer save my preferences via the simple panel. Find myself heading off to update the database directly.
Happy to give you a site login if you want to explore…
Offline