Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#37 2010-02-15 20:35:06
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: adi_variables - Manage TXP variables
roelof wrote:
Then I have to look for another way to check the values of a variable.
<txp:if_variable> any good to you?
Offline
#38 2010-02-15 20:40:24
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: adi_variables - Manage TXP variables
Hello,
I know that one.
What I mean is that I have to print some variables so I can debug a script im testing now.
Roelof
Offline
#39 2010-02-15 20:50:53
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: adi_variables - Manage TXP variables
<txp:php>print_r($GLOBALS['variable']);</txp:php>
will print out the values of all variables.
Offline
#40 2010-02-15 20:57:11
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: adi_variables - Manage TXP variables
Hello,
Thank you.
I now can see that the script is not working,
So back to the drawing table.
Roelof
Offline
Re: adi_variables - Manage TXP variables
Hi gomedia,
not sure if this question belongs to this thread or to wet_quicklink’s thread, but I’ll begin here. :)
I’m trying to add the magic of wet_quicklink to the adi_variable’s “Write -> Variables” tab.
wet_quicklink’s magic is “just” a bunch of JS/CSS added to the page.
By now, I’ve just added this line:
register_callback('wet_quicklink', 'adi_variables_admin');
on wet_quicklink plugin code.
It “works”: it adds the necessary JS/CSS to “Variables” tab, but that’s being added before <html>
element. In other words, it adds invalid, not working, markup.
Not sure where to start to track this down.
I appreciate your help. Thanks.
edit: I forgot to add: this is on TXP 4.0.7.
Offline
Re: adi_variables - Manage TXP variables
According to the documentation you link to Julián, wet_quicklink only works for 4.2.0+.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: adi_variables - Manage TXP variables
Stu, I’m using and old version of wet_quicklink that was already installed in this website, and so far, it works fine on the Write tab. In fact, I’ve also fixed this old version a little, as it wasn’t working in Chrome.
BTW, now that I recall, you have been modifying adi_variables, right? And you also made your way thru TXP backend code (I really suck on the back-end side of this thing).
Do you have any tip or trick to share in this case?
Thanks, Stu.
Offline
Re: adi_variables - Manage TXP variables
Not really I’m afraid Julián. My PHP knowledge is such that I can read the code and understand what it is doing to the point where I can probably modify existing stuff to do what I want but adding or creating new stuff is mostly beyond me. Having said I’m going to have to learn PHP because I’m looking at a completely new plugin to do the same kind of thing but installing the variables as “preferences” so that I have things like “selects” and “radio buttons” available to me but don’t hold your breath. It will take a while. ;)
Why are you trying to combine them?
Last edited by thebombsite (2010-05-29 08:48:50)
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#45 2011-03-25 03:11:10
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: adi_variables - Manage TXP variables
Version 0.3 now available, which properly handles single and double quotes in variable values.
The format of the adi_variables form (where the vars & values are stored) has changed again, so I would recommend doing a backup before upgrading the plugin – you can use the Backup option in the adi_variables Admin tab to do this but take the “belt & braces” approach and do a manual copy as well. The adi_variables form will be changed to the new format when you do an adi_variable update for the first time.
Upgrading from both 0.1 & 0.2 to version 0.3 is supported.
Offline
#46 2011-03-27 00:15:18
- woof
- Member
- Registered: 2004-08-01
- Posts: 128
Re: adi_variables - Manage TXP variables
Hi Adi
Thanks for this update. With the previous version I’ve successfully edited the adi_variables form to reorganise/group the variables in the admin view but now if I make any edits directly in the form, the admin view breaks. If you need more info please let me know.
Offline
#47 2011-03-27 00:26:22
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: adi_variables - Manage TXP variables
woof wrote:
With the previous version I’ve successfully edited the adi_variables form to reorganise/group the variables in the admin view but now if I make any edits directly in the form, the admin view breaks.
Hi John, the adi_variables form is still just a form – albeit in a different format (using <txp:variable>
tags as containers instead) – so editing shouldn’t cause any issues.
Ordering of entries in the admin tab is something I should look at …
If you need more info please let me know.
Could you send me the broken adi_variables form? I’m happy for you to email it if you wish.
Offline
#48 2011-03-27 22:21:23
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: adi_variables - Manage TXP variables
Version 0.3.1 available, which fixes the “manually edited adi_variables form” scenario. Thanks to woof for testing the fix.
Offline