Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [resolved] Default comments behavior?
Thanks both. But wet, I salute you.
Offline
Re: [resolved] Default comments behavior?
Is there a right or wrong way to define a link in the DB field (txp tags, textile, xhtml)? I need to replicate this for refresh.
Don’t want to blow anything up.
Last edited by Destry (2009-02-27 11:45:24)
Offline
Re: [resolved] Default comments behavior?
Just HTML, the DB texts are usually not parsed in any way (but you can of course add our own parsing by embracing any output with upm_textile or something similar).
Offline
Re: [resolved] Default comments behavior?
Works beautifully with Txp tags! /* squeals and runs funny into the corn stalks */
// ADD YOUR TEXT HERE
// Format: 'name_from_txp_lang" => 'My very own text',
'comment_posted' => 'Thanks for commenting. If you would like to post again, <a href="<txp:site_url /><txp:section />/<txp:article_id />/<txp:article_url_title />#txpCommentInputForm">refresh</a>
the form.',
// STOP EDITING!
This was critical I think because I needed to have an anchor link to the form in context to a given article, and Txp tags make that easy to do. Not sure how I would have done it otherwise, except maybe Mary’s suggetion for smd_if, or something, but that’s just an assumption.
Last edited by Destry (2009-02-27 12:10:22)
Offline
Re: [resolved] Default comments behavior?
Destry wrote:
Works beautifully with Txp tags! /* squeals and runs funny into the corn stalks */
I learn a new trick every day…
Offline
Re: [resolved] Default comments behavior?
Is there a support thread for this plugin? I’m working on a site with a custom language file that requires tedious manual updates when I upgrade Textpattern, and wet_babble would be a much more manageable way to do this.
Unfortunately, I can’t get it to work.
Here is a sample of language arrays I added to the plugin:
'article_posted' => 'Record posted.',
'article_saved' => 'Record saved.',
…but when I glance around the Textpattern UI, nothing seems to have changed.
Any pointers?
Last edited by johnstephens (2009-04-14 20:41:53)
Offline
Re: [resolved] Default comments behavior?
I’ve opened a support thread for wet_babble.
Offline