Thanks again for the help. I think I will have more questions...
Kind regards
Search found 12 matches
- Mon Mar 06, 2017 4:53 pm
- Forum: Modules/Add-Ons
- Topic: CGBLog Multi-User and Author Profile
- Replies: 2
- Views: 1301
- Mon Mar 06, 2017 4:47 pm
- Forum: Modules/Add-Ons
- Topic: CGBlog URL Template Issue
- Replies: 2
- Views: 1430
Re: CGBlog URL Template Issue
Many thanks for the quick and useful answer. Although the AJAX does not work, I added the suffix I wanted (minus the leading '/') and all is good.
Your coding efforts are appreciated.
Your coding efforts are appreciated.
- Mon Mar 06, 2017 3:55 pm
- Forum: Modules/Add-Ons
- Topic: CGBLog Multi-User and Author Profile
- Replies: 2
- Views: 1301
CGBLog Multi-User and Author Profile
Hi, I am currently trying to migrate a blog/site from another platform to CMSMS. The current platform supports multi-users and offers a link to the post's author's profile. The CGBlog documentation suggest that it has some support for multi-users . Does it support author profiles and a link to a pub...
- Mon Mar 06, 2017 3:27 pm
- Forum: Modules/Add-Ons
- Topic: CGBlog URL Template Issue
- Replies: 2
- Views: 1430
CGBlog URL Template Issue
Hi, I have the following: CMSMS 2.1.6 CGBlog 1.14.2 CGExtensions 1.53.19 CGSimpleSmarty 2.1.6 JQueryTools 1.3.9 Apache 2.4 with mod_rewrite The CGBlog seems to run okay, but the urls do not conform to the URL Template pattern. For example, I have: [TLD]/blog/2/1/Heavy-Rains-Brings-Another-Colony.htm...
- Tue Dec 15, 2015 4:35 am
- Forum: Modules/Add-Ons
- Topic: [Solved] CGFeedMaker Issue with News Module
- Replies: 4
- Views: 2365
Re: CGFeedMaker Issue with News Module
A Working Solution : Create a Design template of the type News::Summary as follows: {if isset($items)} {foreach $items as $entry} <item> <title>{$entry->title|cms_html_entity_decode}</title> {capture assign='description'}{if isset($entry->summary)}{$entry->summary}{else}{$entry->content}{/if}{/capt...
- Mon Dec 14, 2015 3:38 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] CGFeedMaker Issue with News Module
- Replies: 4
- Views: 2365
Re: CGFeedMaker Issue with News Module
Thank you for replying so quickly. Create summary template like described here http://www.cmscanbesimple.org/blog/create-a-rss-feed-without-a-module and call it in CGFeedmaker template This is what I have done (my fall-back position) and it works just fine - indeed, it seems more logical to have the...
- Mon Dec 14, 2015 2:59 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] CGFeedMaker Issue with News Module
- Replies: 4
- Views: 2365
Re: CGFeedMaker Issue with News Module
Results of further testing: Test 1: {News assign='junk'} Still no joy... Test 2: {News} Now the 'default' news summary template is rendered in the xml feed file. It seems that variables from the News Module are not being propagated to the feed template? I'm not sure if this is a bug or something I'm...
- Mon Dec 14, 2015 8:44 am
- Forum: Modules/Add-Ons
- Topic: [Solved] CGFeedMaker Issue with News Module
- Replies: 4
- Views: 2365
[Solved] CGFeedMaker Issue with News Module
Using: cmsms 2.1, php 5.5.12, apache 2.4.9, CGExtensions 1.50, CGFeedMaker 1.0.20 Defaults: 1. News feed template (except the <atom .. /> line is commented out for now as pretty_urls are not currently enabled). 2. Default 'News Summary Sample' template (which is the default for summary news). The Is...
- Fri Dec 11, 2015 1:19 pm
- Forum: CMSMS Core
- Topic: [SOLVED] Problem with spaces in a link
- Replies: 2
- Views: 3105
Re: Problem with spaces in a link
Thanks for the reply. You are correct about the {news} tag - it uses both the 'summarytemplate' and detailtemplate' parameters. I'll try the 'replace' code. My fall back position is to rename the template without spaces, but that would make it inconsistent with the names of all the other templates. ...
- Wed Dec 09, 2015 10:45 am
- Forum: CMSMS Core
- Topic: [SOLVED] Problem with spaces in a link
- Replies: 2
- Views: 3105
[SOLVED] Problem with spaces in a link
Hi, Using 2.0.1.1, PHP 5.5.12 I have a problem with the link from a 'moreurl' for a news item. The front page of the site shows the summary with a link to 'Read more...' The link works okay, but the template name at the end of the link has non-escaped spaces . Here is an example: https://thesite.org...
- Wed Nov 11, 2015 11:00 am
- Forum: CMSMS Core
- Topic: [Solved] Home page as a landing page
- Replies: 3
- Views: 2883
Re: Home page as a landing page
Many thanks for the help!
- Mon Nov 09, 2015 9:57 am
- Forum: CMSMS Core
- Topic: [Solved] Home page as a landing page
- Replies: 3
- Views: 2883
[Solved] Home page as a landing page
Using 2.0.1.1 with wampserver 2.5 I would like to have a homepage that is simply a landing page with links to pages that have content? For example, the homepage could have a summary of a 'featured' news item with a 'Read more...' link. Then below this there could be various menu items linked to othe...
