Page 1 of 1

[solved] cms_selflink in random_blob?

Posted: Thu Jul 17, 2008 10:54 pm
by AmandaBTO
I've created a bunch of gcb's and each one has a cms_selflink
Then I use the random_blob to display one of them on the home page

Problem is that the cms_selflink isn't linking.  It's just showing the code ie {cms_selflink page='37' text='Find out more » '}

Any way to get the random_blob to smarty-ize the gcb?

Thanks
manda

Re: cms_selflink in random_blob?

Posted: Mon Jul 21, 2008 6:59 pm
by AmandaBTO
Yay work around's

Made a udt with the random_blob's code (changed $param to the actual value i wanted to randomize from)
Assigned the random blob's name to a smarty var
In the template: {global_content name=$my_rand}