Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [archived] tcm_crumbs
Is this a problem with the alpha release? Should I switch back to the original version? Has anyone else had this problem?
To even the least of these…
Offline
Re: [archived] tcm_crumbs
what is the exact plugin tag you are using?
Offline
Re: [archived] tcm_crumbs
2.0.1a….
Is there a newer version?
I don’t understand where the characters are coming from….
Thanks for your help.
To even the least of these…
Offline
Re: [archived] tcm_crumbs
I mean like… < txp:tcm_crumbs format=“,,!s!” />
Offline
Re: [archived] tcm_crumbs
It looks almost exactly like that….
< txp:tcm_crumbs format=“,,!s!” />
I have it in a form… should i be putting it directly into a page???
To even the least of these…
Offline
Re: [archived] tcm_crumbs
alright.. now we’re moving….
apparently, there must be at least one space or more before , , , and so on. for those in the know about regexp, the expression is <pre> preg_match_all(“/\!(\S+)\!/e”,$conditionals1[$i],$testvars);</pre>
so, for a temporary fix, you can add whitespace, but I’m not sure what’s requiring that.
Offline
Re: [archived] tcm_crumbs
Yeah, that didn’t do anything. Same errors.
Should I just go back to version 1?
To even the least of these…
Offline
Re: [archived] tcm_crumbs
< txp:tcm_crumbs format=“, , !s!” /> ?
Offline
Re: [archived] tcm_crumbs
Yes exactly. and I still get the same error.
I am gonna try the old plugin tomorrow.
To even the least of these…
Offline
#58 2004-11-20 18:27:16
- nimby
- New Member
- Registered: 2004-10-21
- Posts: 3
Re: [archived] tcm_crumbs
<code>
<txp:tcm_crumbs format=“,,!s!” />
</code>
Gets me the same error messages that jbrew is getting.
Ditto for:
<code>
<txp:tcm_crumbs format=” , , !s!” />
</code>
What’s the dilly? I’d help if I could, but know zip about PHP. Sort of.
Offline
#59 2004-11-20 18:37:40
- nimby
- New Member
- Registered: 2004-10-21
- Posts: 3
Re: [archived] tcm_crumbs
If I surround all components of the expression in “<” and “>”, then it works:
<code>
<txp:tcm_crumbs format=”<!h!> <!c!>” />
</code>
…and by “works” I mean that it doesn’t break. Nothing displays. So, in that respect, it doesn’t work at all.
Offline
Re: [archived] tcm_crumbs
hehe… sorry… this is not any help whatsoever, but i glanced through this page and read nimby’s last post… and it’s just really funny somehow. i mean… sorry it doesn’t work, but… well … your delivery was really good. that’s enough out of me. good luck with this plugin; i’ve not tried it..
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline