Search found 183 matches

by NikNak
Wed Feb 27, 2013 5:20 pm
Forum: Modules/Add-Ons
Topic: CompanyDirectory multi-language thoughts
Replies: 0
Views: 965

CompanyDirectory multi-language thoughts

Hello I am looking to implement a dual language website featuring a company directory. The site hierarchy would look like this with a language identifier at the root. /en/pages/etc /de/pages/etc I have been looking at the CompanyDirectory module which covers most things nicely. However I am a bit st...
by NikNak
Wed Oct 10, 2012 4:54 pm
Forum: CMSMS Core
Topic: [solved] {process_pagedata} since 1.11 not working
Replies: 4
Views: 1460

Re: {process_pagedata} since 1.11 not working

Dang!!

The issue only occurs when AdvancedContent is used. Funny how long these small issues can take to trace!

Thanks for your help again Goran

Regards
Nik
by NikNak
Wed Oct 10, 2012 4:02 pm
Forum: CMSMS Core
Topic: [solved] {process_pagedata} since 1.11 not working
Replies: 4
Views: 1460

Re: {process_pagedata} since 1.11 not working

Thanks Goran - could you possibly try one thing for me? If you now change the value of that variable in the pagedata - is that updated variable available within the template? or is it stuck on the previous value? If I put the same smarty within the metadata field - all works exactly as I expected it...
by NikNak
Wed Oct 10, 2012 1:52 pm
Forum: CMSMS Core
Topic: [solved] {process_pagedata} since 1.11 not working
Replies: 4
Views: 1460

[solved] {process_pagedata} since 1.11 not working

[EDIT - This issue is apparent only with the Advanced Content module in place (currently v0.9.4 beta)} Hi all Since cmsms 1.11 I havent managed to get {process_pagedata} to really do anything. For example - in the backend in the field: Smarty data or logic that is specific to this page if I add: {as...
by NikNak
Wed Sep 26, 2012 3:55 pm
Forum: CMSMS Core
Topic: Assigned content not appearing on an included template
Replies: 7
Views: 3120

Re: Assigned content not appearing on an included template

I think my issues are somewhat to do with variable scoping in Smarty3. I found this below on the smarty forum - hope it helps others. I hadn't seen the 'scope=parent' before. In Smarty 3 variables have a scope. Subtemplates included with the {include} can read all variables which are known in the ca...
by NikNak
Tue Sep 11, 2012 4:36 pm
Forum: CMSMS Core
Topic: Assigned content not appearing on an included template
Replies: 7
Views: 3120

Re: Assigned content not appearing on an included template

Yes - still struggling with assigning a variable for access in the page using {process_pagedata}. If I clear the cache, the pagedata is processed, however if I then make a change to the variable in pagedata, it disappears on the front end. Only clearing the cache will make it appear again. {process_...
by NikNak
Tue Sep 11, 2012 12:02 pm
Forum: CMSMS Core
Topic: Assigned content not appearing on an included template
Replies: 7
Views: 3120

Re: Assigned content not appearing on an included template

Yes - this does make a difference thanks. However - on initial inspection, the preview isn't showing those content blocks, nor can I get the 'pagedata' (as in {process_pagedata}) to update without clearing the cache - even with {nocache}{/nocache} applied. I think I need to do more experimenting I t...
by NikNak
Tue Sep 11, 2012 11:41 am
Forum: CMSMS Core
Topic: [Solved] Content not displaying on Safari/Opera when caching
Replies: 4
Views: 1963

Re: [Solved] Content not displaying on Safari/Opera when cac

Thanks - on another fresh install I tried this as a template: {content assign="MainContent"} <hr> {$MainContent} <hr> If smarty caching is enabled, then no content is shown. Adding the nocache to the variable resolves this. {content assign="MainContent"} <hr> {$MainContent nocach...
by NikNak
Tue Sep 11, 2012 9:14 am
Forum: CMSMS Core
Topic: [Solved] Content not displaying on Safari/Opera when caching
Replies: 4
Views: 1963

Re: Content not displaying on Safari/Opera when caching on

Dang - you're right!! Once logged out - none of the content is showing if caching is enabled!

Thanks so much - now I need to find out what's going wrong with the caching.

Kind regards

Nik
by NikNak
Mon Sep 10, 2012 5:33 pm
Forum: CMSMS Core
Topic: [Solved] Content not displaying on Safari/Opera when caching
Replies: 4
Views: 1963

[Solved] Content not displaying on Safari/Opera when caching

Hi Just wondering if anyone could help point me in the right direction... Using cmsms 1.11.1 on php5.3 I have a site in v early development that I am hoping to use external templates on (via {include....} Currently, the site is working ok on Chrome, FF, Safari, Opera when the smarty caching option i...
by NikNak
Fri Sep 07, 2012 10:55 am
Forum: CMSMS Core
Topic: Assigned content not appearing on an included template
Replies: 7
Views: 3120

Re: Assigned content not appearing on an included template

Hi again Robert I have installed a totally fresh version of 1.11.1 onto a different server. PHP Version 5.3.10 Without doing anything else, I have created an external template based on the default provided. In the body, I have put: {content assign="MainContent"} {$MainContent} I then creat...
by NikNak
Thu Sep 06, 2012 7:16 pm
Forum: CMSMS Core
Topic: Assigned content not appearing on an included template
Replies: 7
Views: 3120

Re: Assigned content not appearing on an included template

Thanks Robert This was a relatively fresh install with only a few additions. I will do some more testing on a totally fresh install and report back. In case it wasnt clear - the entire page content was in the external template. There was only the link to the external template in the back end field. ...
by NikNak
Thu Sep 06, 2012 5:22 pm
Forum: CMSMS Core
Topic: Assigned content not appearing on an included template
Replies: 7
Views: 3120

Assigned content not appearing on an included template

Hi Using CMSMS 1.11.1 & PHP 5.3 I have a template which calls a static file like this: {include file="/path_to/my_template.tpl"} In my_template.tpl I assign my content block to variables: {content assign="mainContent"} which I then reference elsewhere. The placement of this i...
by NikNak
Fri Jun 29, 2012 2:14 pm
Forum: Closed Issues
Topic: [IGNORE - SOLVED] Upgrade stuck at section 5 on Beta 2
Replies: 3
Views: 2629

Re: Upgrade stuck at section 5 on Beta 2

I went through the process again, having updated all modules to latest version and getting Advanced content from svn and the upgrade process worked this time.
by NikNak
Fri Jun 29, 2012 8:45 am
Forum: Closed Issues
Topic: [IGNORE - SOLVED] Upgrade stuck at section 5 on Beta 2
Replies: 3
Views: 2629

Re: Upgrade stuck at section 5 on Beta 2

So sorry .... (I will try later today with updated modules prior to upgrade process). Cms Version: 1.10.2 Installed Modules: CMSMailer: 2.0.2 FileManager: 1.2.0 MenuManager: 1.7.7 ModuleManager: 1.5.3 News: 2.12.3 ListIt2: 1.1 Search: 1.7 ThemeManager: 1.1.4 TinyMCE: 2.9.4 AdvancedContent: 0.9.2 CGE...

Go to advanced search