Search found 13 matches

by [MaGuS]
Thu Mar 03, 2011 5:44 pm
Forum: Help Wanted (commercial)
Topic: Page merge
Replies: 11
Views: 4475

Re: Page merge

Just to be sure what I am trying... There is a template: <h1>{$title}</h1>{content}<hr /> There is another template: <h2>{$title}</h2>{content}<h3>TheEnd</h3> There are 3 pages: first and last with template 1, the second with template 2. The output of a fourth ( main) page should generate this: <h1>...
by [MaGuS]
Thu Mar 03, 2011 5:32 pm
Forum: Help Wanted (commercial)
Topic: Page merge
Replies: 11
Views: 4475

Re: Page merge

Sure.

The problem solved now, the $ sign was missing from the {cgsimple...} copy paste :)

But the problem is the same: it puts the content block of the page without the template assigned to that page :(
by [MaGuS]
Thu Mar 03, 2011 5:15 pm
Forum: Help Wanted (commercial)
Topic: Page merge
Replies: 11
Views: 4475

Re: Page merge

Thanks... The same as it was with the other solution: string(176) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag: cgsimple->get_page_content('about-us','content_en','tmp') (Smarty_Compiler.class.php, line 446)" string(117) "Smarty error: [in content:cont...
by [MaGuS]
Thu Mar 03, 2011 4:30 pm
Forum: Help Wanted (commercial)
Topic: Page merge
Replies: 11
Views: 4475

Re: Page merge

Thanks... It seems, in 1.9.3.there is no mPropertyValues: [mPropertyValues] => Array ( [target] => [image] => [thumbnail] => [extra1] => [extra2] => [extra3] => [searchable] => [pagedata] => [disable_wysiwyg] => ) Uhhh, I would like to insert another page but in processed format... processed with th...
by [MaGuS]
Thu Mar 03, 2011 3:43 pm
Forum: CMSMS Core
Topic: [SOLVED] Global content blocks not working on subpages
Replies: 2
Views: 2857

Re: [SOLVED] Global content blocks not working on subpages

Hi!

Tried to follow your code but there is empty space only :( Code
enumerated through the menu items but no processed pages shown...
by [MaGuS]
Thu Mar 03, 2011 3:31 pm
Forum: Help Wanted (commercial)
Topic: Page merge
Replies: 11
Views: 4475

Re: Page merge

The thread http://forum.cmsmadesimple.org/viewtopic.php?t=46612 seems will be a solution. Will try soon...
by [MaGuS]
Thu Mar 03, 2011 3:24 pm
Forum: Help Wanted (commercial)
Topic: Page merge
Replies: 11
Views: 4475

Re: Page merge

As I try to understand the code seems to me that it will display the "content" block of the page but without the template assigned to it... Am I right?
by [MaGuS]
Thu Mar 03, 2011 3:18 pm
Forum: Help Wanted (commercial)
Topic: Page merge
Replies: 11
Views: 4475

Re: Page merge

Hey you are really fast :) Thanks

Something seems missing, the error thrown is

Code: Select all

string(132) "Smarty error: [in content:content_en line 10]: syntax error: invalid attribute name: '$about' (Smarty_Compiler.class.php, line 1550)"
by [MaGuS]
Thu Mar 03, 2011 2:41 pm
Forum: Help Wanted (commercial)
Topic: Page merge
Replies: 11
Views: 4475

Page merge

Hi!

I would like to display more than one cmsms page on one page, but all rendered with the template assigned to it... Tried PageBlocks on 1.9.3 but nothing just white screen :( Is there any way, to display more than one page? PageMerge seems the solution but no files on Forge

Thx
by [MaGuS]
Mon Mar 29, 2010 7:40 pm
Forum: Modules/Add-Ons
Topic: Installing Products 2.5.1 Through Module Manager With CMSMS 1.7
Replies: 4
Views: 2142

Re: Installing Products 2.5.1 Through Module Manager With CMSMS 1.7

See the attached files. Hope it will help. Of course they are php files.
by [MaGuS]
Fri Mar 26, 2010 10:45 pm
Forum: Modules/Add-Ons
Topic: Installing Products 2.5.1 Through Module Manager With CMSMS 1.7
Replies: 4
Views: 2142

Re: Installing Products 2.5.1 Through Module Manager With CMSMS 1.7

I made the same mistake :) The main problem is not in Products module but in CGExtensions module. The way I solved it for myself to get it work: 1., copy the class.CGFileUploadHandler.php from a previous version or backup to ./CGExtensions dir. 2., insert into CGExtensions.module.php ( approx line 3...
by [MaGuS]
Tue Aug 19, 2008 8:05 pm
Forum: Modules/Add-Ons
Topic: Products module : Hit counter and TOP 5 product
Replies: 3
Views: 2866

Products module : Hit counter and TOP 5 product

Hi there.

I made some small modifications in "Products" module to have a hit counter to have the most viewed products and a sortby option called "hitcount" to have them as a list...

If someone is interested in I will copy the codes.
by [MaGuS]
Wed Jul 23, 2008 10:21 am
Forum: Modules/Add-Ons
Topic: FormBuilder: Change Textarea size
Replies: 4
Views: 1658

Re: FormBuilder: Change Textarea size

Hi!

Because of some changes I found that You should add an "empty string" line to modules/FormBuilder/classes/TextAreaField.class.php after line 34.

More exactly: duplicate the line 34...

From this everything will work fine.

Go to advanced search