Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#193 2011-04-26 11:50:08
Re: bot_write_tab_customize: rearrange and style items in the write tab
Thanks again, Red! As predicted, this completely solves the problem. I couldn’t delete the rules from the bot_wtc tab because there were errors showing, but I was able to remove them using phpMyAdmin. Thank you!
Offline
#194 2011-04-26 17:26:16
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_write_tab_customize: rearrange and style items in the write tab
johnstephens wrote:
Thanks again, Red! As predicted, this completely solves the problem.
Glad it worked!
Anyway consider it only as a temporary solution. I’ll release ASAP a new version which handles this issue more reliably.
(for the curious I can confirm this was caused by some recent changes in jquery which now requires mandatory quotes in some circumstances)
Offline
#195 2011-05-30 12:17:18
Re: bot_write_tab_customize: rearrange and style items in the write tab
ups! i just noticed that i get a couple of these in the extension tab since i upgraded to TXP 4.4.0 and BWTC 0.7:
Notice: Undefined index: $("p:has(select[id*=markup-excerpt])") in /home/ ... /textpattern/lib/txplib_misc.php(653) : eval()'d code on line 323
didn’t find any other sightings of that snippet — any ideas?
cheers, -f
Offline
#196 2011-05-30 20:09:17
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_write_tab_customize: rearrange and style items in the write tab
funtoosh wrote:
ups! i just noticed that i get a couple of these in the extension tab since i upgraded to TXP 4.4.0 and BWTC 0.7….
Hey funtoosh thank you for reporting.
Unfortunately these are frantic days for me but I’ll try to have a look asap, ok?
Offline
#197 2011-05-31 11:11:56
Re: bot_write_tab_customize: rearrange and style items in the write tab
yeah, fine.
looks like it’s got sth. to do with renamed IDs in 4.4.0 after the upgrade, or in the german lang file?
[id*=markup-excerpt]
etc.
(does not make sense, really, but that’s what it loks like.)
Offline
#198 2011-06-01 03:37:56
Re: bot_write_tab_customize: rearrange and style items in the write tab
I get the same error here in 4.4.0.
Edit: Didn’t have time to troubleshoot, so I removed the plugin, dropped the table, and am starting anew with a reinstall. No notices so far.
Last edited by maruchan (2011-06-01 04:44:35)
Offline
#199 2011-06-01 08:49:27
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_write_tab_customize: rearrange and style items in the write tab
funtosh and maruchan
As I said I’ve not much time now. Just a quick question for you: Does this happen if you are upgrading from txp 4.3 to 4.4 or if you are upgrading from a pre-4.3 version to 4.4?
In this second case this is normal given the massive changes in the ‘write’ tab markup introduced with txp 4.3.
I must have already said it somewhere: in this case you have to delete and rewrite all the rules you set before to fix everything.
If the issue arises when you upgrade from txp 4.3 to 4.4 the there is actually a problem and I ‘ll have to investigate further.
Offline
#200 2011-06-02 14:22:18
Re: bot_write_tab_customize: rearrange and style items in the write tab
redbot, i’m pretty sure the error occurred after upgrading from 4.2, so i guess it’s like you said.
cheers!
-f
Offline
#201 2011-07-06 17:23:18
- M_i
- Member
- Registered: 2006-03-05
- Posts: 122
Re: bot_write_tab_customize: rearrange and style items in the write tab
I’m idiot-proofing a site, and looking for a way to hide certain categories per section. So for example, for section A, I only want to show categories 1 and 2, while for section B, I want to show categories 3 and 4, and for section C I want to hide categories altogether.
The last can be easily achieved with this plugin; would it be possible to hide a selection of categories via a javascript?
Any help would be appreciated — and of course many thanks for this brilliant plugin!
-iris
Offline
#202 2011-07-06 19:04:41
Re: bot_write_tab_customize: rearrange and style items in the write tab
M_i wrote:
I’m idiot-proofing a site, and looking for a way to hide certain categories per section.
We love redbot :D
BTW: redbot, you should add this one to your site /+ textpattern.org
Offline
#203 2011-07-06 19:27:42
- M_i
- Member
- Registered: 2006-03-05
- Posts: 122
Re: bot_write_tab_customize: rearrange and style items in the write tab
THE BLUE DRAGON wrote:
We love redbot :D
That’s perfect! That is exactly what I was looking for! Thanks a lot! And indeed, we love redbot! (and textpattern, too!)
Last edited by M_i (2011-07-06 19:27:57)
Offline
#204 2011-07-19 19:50:09
Re: bot_write_tab_customize: rearrange and style items in the write tab
I was hoping to hide some custom fields depending on which category is selected from the category1 select dropdown.
Something like:
psuedo code
if *pizza* selected from *category1 dropdown menu* show custom fields *small-price*, *medium-price*, *large-price*
This way I can show/hide all the many varied prices per each menu category (pizza, pasta, etc…).
Am I write in assuming I can add some js to the Additional js code box and write some show and hide classes in textattern.css? If so, I’m not quite sure how to figure out how to write that javascript as my brain is running on one cylinder this week.
txtstrap (Textpattern + Twitter Bootstrap + etc…)
Offline