I've put my previous/next article navigation in a summary template and now the problem is solved.
Again thanks a lot calguy1000 for your quick and very clear answer !
Search found 19 matches
- Wed Nov 23, 2011 10:26 am
- Forum: Modules/Add-Ons
- Topic: [Solved] CGBlog : current article id in articles'list ?
- Replies: 3
- Views: 1425
- Tue Nov 22, 2011 10:36 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] CGBlog : current article id in articles'list ?
- Replies: 3
- Views: 1425
Re: CGBlog : current article id in articles'list ?
Thanks a lot for your help, it works fine. But... Now I lose my previous/next article navigation from my detail template, it disappears and I really don't understand why ! {assign var='entryID' value=$entry->id} {if isset($entryID) && $items|@count > 1} {foreach from=$items item=entry2 name=...
- Tue Nov 22, 2011 8:47 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] CGBlog : current article id in articles'list ?
- Replies: 3
- Views: 1425
[Solved] CGBlog : current article id in articles'list ?
Hello, I have a site template displaying an article of the CGBlog and the list of the articles in a sidebar : <div id="sidebar"> {CGBlog summarytemplate='list'} </div> <div id="main"> {content} </div> In my list I have the following code just listing the articles : {foreach from=...
- Tue Nov 15, 2011 9:31 pm
- Forum: Modules/Add-Ons
- Topic: [solved] sCGBlog : number of articles and of links
- Replies: 2
- Views: 831
Re: [solved] sCGBlog : number of articles and of links
Effectivly, that's the best way to do it.
How stupid of me, I tried to have my articles and my list in the same summary template.
Thanks a lot for your answer.
How stupid of me, I tried to have my articles and my list in the same summary template.
Thanks a lot for your answer.
- Tue Nov 15, 2011 5:40 pm
- Forum: Modules/Add-Ons
- Topic: [solved] sCGBlog : number of articles and of links
- Replies: 2
- Views: 831
[solved] sCGBlog : number of articles and of links
Hello, I'm using the CGBlog module and I would like to have the 2 last articles on my blog page and a list of the links for the 10 last articles in my sidebar. If I call the module with {CGBlog number='2'} I have only 2 links in my sidebar :-\ How can I modify the list to get my 10 articles ??? <ul>...
- Wed Nov 09, 2011 11:30 pm
- Forum: Modules/Add-Ons
- Topic: CGFeedMaker : how to display images in the feed ???
- Replies: 0
- Views: 673
CGFeedMaker : how to display images in the feed ???
Hello, I'm searching a way to display images inserted in articles from the news module, in the RSS feed generated with CGFeedMaker. I've succedded in doing this quite easily with Wordpress and I can't figure how do do this with CGFeedMaker in the RSS template. I have spent some time searching for a ...
- Tue Apr 06, 2010 9:07 am
- Forum: Modules/Add-Ons
- Topic: [solved] Fatal Error CGFeedMaker::mkdirr() and GetFileUploadHandler()
- Replies: 4
- Views: 1794
Re: Fatal Error CGFeedMaker::mkdirr()
Same problem for me. I've just installed the module and get the same error 
Hope this will be fixed quickly.

Hope this will be fixed quickly.
- Mon Feb 15, 2010 1:35 pm
- Forum: Modules/Add-Ons
- Topic: CMSMS urlrewriting and restricted access with htaccess ?
- Replies: 2
- Views: 1326
Re: CMSMS urlrewriting and restricted access with htaccess ?
Thanks for your answer.
Meanwhile I've used PHP session and a login/password page.
It takes more time than just a htacces file but it works fine.
I'll try your suggestion, thanks again.
Meanwhile I've used PHP session and a login/password page.
It takes more time than just a htacces file but it works fine.
I'll try your suggestion, thanks again.
- Wed Jan 20, 2010 9:26 am
- Forum: Modules/Add-Ons
- Topic: CMSMS urlrewriting and restricted access with htaccess ?
- Replies: 2
- Views: 1326
CMSMS urlrewriting and restricted access with htaccess ?
Hello, I'm using the htaccess file provided with CMSMS for clean url rewriting : # Attempt to override some php settings, these settings may be helpful on some hosts if your # default configuration does not meet CMS's minimum requirements, and your host # has given your account appropriate permissio...
- Mon Jan 04, 2010 5:33 pm
- Forum: Modules/Add-Ons
- Topic: Form Browser gives strange error
- Replies: 8
- Views: 6021
Re: Form Browser gives strange error
Hello,
I have exactly the same error after updating.
Is there a way to correct this problem ?
I have exactly the same error after updating.
Is there a way to correct this problem ?
- Mon Oct 26, 2009 5:34 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] Adding a class on last child of a submenu ?
- Replies: 6
- Views: 3274
Re: Adding a class on last child of a submenu ?
Generally I prefer avoid this kind of js solution if I can.
This time I think this will be the quicker way.
Thanks four your answers.
Anf for information first-child is understood by IE8 but last-child absolutly not !
This time I think this will be the quicker way.
Thanks four your answers.
Anf for information first-child is understood by IE8 but last-child absolutly not !
- Sun Oct 25, 2009 7:06 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] Adding a class on last child of a submenu ?
- Replies: 6
- Views: 3274
Re: Adding a class on last child of a submenu ?
Thanks, I know last and first-child in CSS but this won't work in IE6 and this website has to 
Anyway having a code based solution would be interesting for other uses.

Anyway having a code based solution would be interesting for other uses.
- Sun Oct 25, 2009 3:35 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] Adding a class on last child of a submenu ?
- Replies: 6
- Views: 3274
[SOLVED] Adding a class on last child of a submenu ?
Hello, I'm using cssmenu.tpl and I would like to have a class "last" on the last child of a submenu to have no separator after it. Here is the cssmenu code : {* CSS classes used in this template: #menuwrapper - The id for the <div> that the menu is wrapped in. Sets the width, background et...
- Fri Oct 10, 2008 10:31 am
- Forum: Developers Discussion
- Topic: To get parent_id of a child-page ?
- Replies: 1
- Views: 1385
To get parent_id of a child-page ?
Hello I try do do a simple thing, to get the parent_id of a child-page. I've installed CGSimpleSmarty which permits me to get the parent's alias. So it's quite what I needed. But I was wandering, is there a quick smarty syntax to get the parent_id of a child-page ??? Something like (not working) : g...
- Thu Sep 18, 2008 4:11 pm
- Forum: Modules/Add-Ons
- Topic: Modifyng Navigation template
- Replies: 9
- Views: 2977
Re: Modifyng Navigation template
Sorry I was away for a few days. I'm appreciating you try to help me. Your link http://multiintech.com/cmsmsdemo/index.php?page=templates-and-stylesheets is quite what I try to reach. But when you click on an item of the first "Default..." submenu, : "Top Simple..." for example...