Search found 3 matches
- Thu Jun 04, 2009 12:06 am
- Forum: Modules/Add-Ons
- Topic: RedirectForFrontEnd inline problem?
- Replies: 0
- Views: 617
RedirectForFrontEnd inline problem?
Hi, I got some problem with redirecting frontend user to an new page. when i try using "inline = true" it works, problem is that the content is in wrong "content block" and the page is same as i posted from. I also tried to use "inline = false", but then i came to same...
- Fri May 01, 2009 12:17 am
- Forum: Developers Discussion
- Topic: [solved] "If" and "else" in File-Template
- Replies: 3
- Views: 1369
Re: "If" and "else" in File-Template
tnx alby,
I have solved this problem.
have a nice day!
best regards
Fredlund
I have solved this problem.
have a nice day!
best regards
Fredlund
- Thu Apr 30, 2009 1:14 pm
- Forum: Developers Discussion
- Topic: [solved] "If" and "else" in File-Template
- Replies: 3
- Views: 1369
[solved] "If" and "else" in File-Template
Hi, I need help with an foreach loop in an template, i want to check what the value in the parent was, something like: {if $entry->val1 == $entry->parentvalue} is that posible ? {foreach from=$records item=entry} {$entry->val1} {$entry->val2} {$entry->val3} {$entry->val4} {$entry->...