You almost had it. This works:
{if $node->titleattribute != ''}Prices from:€{$node->titleattribute}{else}{/if}
Search found 11 matches
- Thu Feb 25, 2010 4:31 am
- Forum: Modules/Add-Ons
- Topic: Making {titleattribute} field into price field
- Replies: 5
- Views: 1778
- Thu Feb 25, 2010 4:12 am
- Forum: CMSMS Core
- Topic: Random error when trying to edit pages.
- Replies: 5
- Views: 1992
Re: Random error when trying to edit pages.
So, the Content.inc.php which ErrorPage.inc.php is pulling in is in the same directory as ErrorPage.inc.php. Looking at the code, it should be pulling it in everytime.
The fact that it randomly is not there or fails to open points to an issue with the host/server, file permissions or php.
The fact that it randomly is not there or fails to open points to an issue with the host/server, file permissions or php.
- Thu Feb 25, 2010 4:04 am
- Forum: CMSMS Core
- Topic: [SOLVED] Can CMSMS do this? If so, how?
- Replies: 5
- Views: 1859
Re: Can CMSMS do this? If so, how?
Sounds like this setup is assuming you have a .htaccess or similar protected directory. CMSMS isn't directory based so it probably wouldn't work. How does the CC authenticate to the protected directory?
- Thu Feb 25, 2010 2:38 am
- Forum: CMSMS Core
- Topic: No "Current Pages" visible in Admin
- Replies: 7
- Views: 2163
Re: No "Current Pages" visible in Admin
If you view source, when it happens, does it show anything?
- Wed Feb 24, 2010 3:46 am
- Forum: CMSMS Core
- Topic: [solved] Mod_rewrite Pretty URLs and Child Content Available From Any Parent
- Replies: 6
- Views: 2322
Re: [solved] Mod_rewrite Pretty URLs and Child Content Available From Any Parent
Nope, just one parent->child level. I would think you could modify it to do by having it call itself and start with that child page, but you'd have to make sure it didn't get into an infinite loop.
- Tue Feb 23, 2010 2:29 am
- Forum: Help Wanted (commercial)
- Topic: [DONE] Support for robust CMS site needed
- Replies: 1
- Views: 1645
Re: Support for robust CMS site needed
Sent email.
Thanks!
Thanks!
- Tue Feb 23, 2010 2:23 am
- Forum: Help Wanted (commercial)
- Topic: PHP help needed
- Replies: 1
- Views: 1405
Re: PHP help needed
Sent PM.
Thanks!
Thanks!
- Sun Feb 21, 2010 4:37 am
- Forum: Help Wanted (commercial)
- Topic: Passing FormBuilder values (results template) to another page using UDT [DONE]
- Replies: 2
- Views: 2228
Re: Passing FormBuilder values (results template) to another page using UDT
I have emailed a solution to the email address provided.
Thanks!
Thanks!
- Thu Aug 06, 2009 7:26 pm
- Forum: CMSMS Core
- Topic: [solved] Mod_rewrite Pretty URLs and Child Content Available From Any Parent
- Replies: 6
- Views: 2322
Re: [solved] Mod_rewrite Pretty URLs and Child Content Available From Any Parent
Thank you for bringing that to my attention.
- Wed Aug 05, 2009 4:34 pm
- Forum: CMSMS Core
- Topic: [solved] Mod_rewrite Pretty URLs and Child Content Available From Any Parent
- Replies: 6
- Views: 2322
[solved] Re: Mod_rewrite Pretty URLs and Child Content Available From Any Parent
That's all great, but it was still a requirement here. I now have it working on our site at http://www.c7dc.com/. This will 301 redirect any page to the proper /parent/child URL (like http://www.c7dc.com/services/colocation.htm) URL, even if you enter it with the actual index.php?page=pagename. I ...
- Wed Jul 22, 2009 8:07 pm
- Forum: CMSMS Core
- Topic: [solved] Mod_rewrite Pretty URLs and Child Content Available From Any Parent
- Replies: 6
- Views: 2322
[solved] Mod_rewrite Pretty URLs and Child Content Available From Any Parent
We're using Mod_rewrite and pretty urls, which works great. The problem is, all the children pages are available anywhere. For instance I can get to page1.htm from http://domain/page1.htm, http://domain/correctparent/page1.htm, http://domain/anyotherparent/page1.htm. How would I set it up so all p...