Search found 9 matches

by cwm73
Tue Oct 07, 2008 1:24 am
Forum: CMSMS Core
Topic: user defined tags - add common tags?
Replies: 4
Views: 1680

Re: user defined tags - add common tags?

thanks, but this doesn't work: global $gCms; $my_title = $gCms->variables['title']; echo'<p>For information regarding Licensing and/or Production rights for <br />'; echo'{title} please use the form below, or use our <a href="contact.html">contact</a> page.</p>'; again, i'm not really a pr...
by cwm73
Mon Oct 06, 2008 6:12 pm
Forum: CMSMS Core
Topic: user defined tags - add common tags?
Replies: 4
Views: 1680

user defined tags - add common tags?

hi there, how do you add common tags to user defined tags? this is what i have: echo'For information regarding Licensing and/or Production rights for '; echo'{title} please use the form below, or use our contact page.'; and where the {title} is, i'd obviously want to page title to appear. what do i ...
by cwm73
Mon Sep 08, 2008 7:51 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] User-defined Tags don't work
Replies: 4
Views: 1738

Re: User-defined Tags don't work

that's it! thanks again.

{content block='userdefinedtag'}
by cwm73
Mon Sep 08, 2008 5:53 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] User-defined Tags don't work
Replies: 4
Views: 1738

Re: custom tags don't work

thanks for the replay, but not quite what i'm looking for.

i want to add the {history} tag to my template, then in my Edit Page Editor, a 'history' field would appear and i would be able to add text that would appear on my site, similar to {content} / Content.

make sense?
by cwm73
Mon Sep 08, 2008 5:14 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] User-defined Tags don't work
Replies: 4
Views: 1738

[Solved] User-defined Tags don't work

i'm trying to add some User-defined Tags to my template, but keep getting an error. i add this tag to my template: {history} and get this error: string(118) "Smarty error: [in template:21 line 99]: syntax error: unrecognized tag 'history' (Smarty_Compiler.class.php, line 590)" ??? CMS 1.4....
by cwm73
Tue Sep 02, 2008 4:01 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [solved] blank "Content > Pages" page
Replies: 7
Views: 3095

Re: blank "Content > Pages" page

SOLVED!

it turns out it was just a PHP memory problem. i had it raised to 32MB and it now works.

thanks everyone for their help!
by cwm73
Mon Sep 01, 2008 8:56 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [solved] blank "Content > Pages" page
Replies: 7
Views: 3095

Re: blank "Content > Pages" page

this is what i get: (i've contacted my server guy, but if anyone else has any ideas...) Debug: (6.9999999999792E-06) - (971664) loading smarty Debug: (0.00315) - (1355384) loading adodb Debug: (0.0042359999999999) - (1474208) loading page functions Debug: (0.006139) - (1689880) loading content funct...
by cwm73
Mon Sep 01, 2008 4:19 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [solved] blank "Content > Pages" page
Replies: 7
Views: 3095

Re: blank "Content > Pages" page

sorry, but i've tried all three solutions: 1st Solution on line 500 of file lib/classes/class.contentoperations.inc.php  there is the following peace of code require_once(dirname(dirname(__FILE__)).'/Tree/Tree.php'); change it to require_once(dirname(dirname(__FILE__)).'/Tree/index.html'); 2nd Solut...
by cwm73
Mon Sep 01, 2008 2:41 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [solved] blank "Content > Pages" page
Replies: 7
Views: 3095

[solved] blank "Content > Pages" page

hi there, i've just installed a fresh version of CMSMS 1.4.1 and everything works, except the Content > Pages is blank. ??? PHP 5.1.6, apache2handler, MySQL (mysql), 5.0.45, Apache/2.2.3 (CentOS), Linux 2.6.18-92.1.10.el5.centos.plus On x86_64, PHP Effective Memory Limit (memory_limit): 16M, mod_rew...

Go to advanced search