Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Offline
Re: minishowcase gallery for txp
i updated it.
full source of page
<txp:txp_me />
Offline
Offline
Re: minishowcase gallery for txp
yes, i try to use it in TXP’s page template. But where to use it yet?) And how?))
<txp:txp_me />
Offline
Re: minishowcase gallery for txp
Read Using PHP code in Textpattern.
If you want to use that directly from witin TXP, change the code to work within function’s scope. Probably you should also fix the deprecation warning or suppress it and change the paths to point correct locations (or place the files respectfully).
Or you always try to include the end output to your TXP pages. Either way, it might involse some tweaking with PHP and you can’t directly throw <txp: />
tags in the PHP either.
Or you could just use the gallery as it is, and make it match rest of the site.
Offline
Re: minishowcase gallery for txp
Gocom wrote:
Or you could just use the gallery as it is, and make it match rest of the site.
You mean call with some php tag main code of this gallery? this method possible?
<txp:txp_me />
Offline