Search found 12 matches
- Sat Jun 04, 2011 10:05 pm
- Forum: CMSMS Core
- Topic: Help with Menu
- Replies: 0
- Views: 595
Help with Menu
I have the following code for my menu displaying links for all pages of my site. {if $count > 0} <ul> {foreach from=$nodelist item=node} {if $node->depth > $node->prevdepth} {repeat string="<ul>" times=$node->depth-$node->prevdepth} {elseif $node->depth < $node->prevdepth} {repeat string=&...
- Sat Apr 09, 2011 2:52 pm
- Forum: CMSMS Core
- Topic: How to recover deleted news article or update URL ?
- Replies: 1
- Views: 915
How to recover deleted news article or update URL ?
I posted an item in the News area of the website. The URL page came out as http://triskeles.org/news/31/59/Triskeles-Youth-Event-at-the-Forbes I had to update the article to a new version and so I deleted the old one and added a new article. The URL page came out different as http://triskeles.org/ne...
- Wed Dec 15, 2010 2:49 pm
- Forum: CMSMS Core
- Topic: failed to upload successfully
- Replies: 2
- Views: 1032
Re: failed to upload successfully
There are lot of things on "System Info" page. Not sure what is the issue ? Here is what is related to file uploads. default_upload_permission: 664 root_path: /home/trisk/public_html (0750) - Has a RED X mark here uploads_path: /home/trisk/public_html/uploads (0777) File uploads (file_uplo...
- Wed Dec 15, 2010 2:39 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Minor modifications to Menu
- Replies: 15
- Views: 3461
Re: [[Solved]] Minor modifications to Menu
Thanks mr202020. I cleaned up the code in the templates.
- Tue Dec 14, 2010 10:01 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Minor modifications to Menu
- Replies: 15
- Views: 3461
Re: Minor modifications to Menu
Thanks Dr.CSS. That fixed the issue.
- Tue Dec 14, 2010 9:44 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Minor modifications to Menu
- Replies: 15
- Views: 3461
Re: Minor modifications to Menu
Dr. CSS and mr202020, Thanks for your replies. It looks like the problem is not related to "number_of_levels" or "Accordion menu" (I am not using this menu). The numbers for the pages got screwed up. The navigation numbers for both "Side By Side" and "Food for Thou...
- Tue Dec 14, 2010 7:56 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Minor modifications to Menu
- Replies: 15
- Views: 3461
Re: Minor modifications to Menu
I may have more than 3 levels later but for now only 3 levels. If you have noticed, "Food for Thought" and "Side by Side" are parallel links but both expand displaying their child links when either of them is clicked. I think I need to remove the reference to "style.css"...
- Tue Dec 14, 2010 7:32 pm
- Forum: CMSMS Core
- Topic: failed to upload successfully
- Replies: 2
- Views: 1032
failed to upload successfully
I am getting error message "file failed to upload successfully" when trying to upload a file to File Manager -> images directory or in fact any other directory. How do I fix this issue ? Thanks.
- Tue Dec 14, 2010 6:58 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Minor modifications to Menu
- Replies: 15
- Views: 3461
Re: Minor modifications to Menu
Thank You Dr.CSS. That helped (removing .tpl reference) solve the first issue. I inherited this work as the responsible person left. I do not understand The site you link to has a style.css that is actually just a copy of your whole site, HTML etc... what this meant .... The other issue I mentioned ...
- Tue Dec 14, 2010 4:13 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Minor modifications to Menu
- Replies: 15
- Views: 3461
Re: Minor modifications to Menu
Sorry that I did not post as two different topics. I have added the CSS code to the stylesheet that is hooked to the template. So, it is not the issue with finding the CSS definition. .currentActiveLink { color:#330099; } The issue is class="currentActiveLink" change done to the "simp...
- Tue Dec 14, 2010 3:07 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Minor modifications to Menu
- Replies: 15
- Views: 3461
Re: Minor modifications to Menu
I clicked on the "Import to Database icon" for "simple_home.tpl" and made the change. But still the change is not visible on the web page (I checked the "View Source"). What else should I do ? Here is the change I made to the template (assigned CSS class to the current ...
- Mon Dec 13, 2010 10:19 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Minor modifications to Menu
- Replies: 15
- Views: 3461
[Solved] Minor modifications to Menu
I am new to CMS Made Simple. I have to make minor modifications to the menu and could not figure out how. Here are the two things I need to do. 1. Highlight (change font color) the current active link in the menu. 2. Fix the bug/issue with "number_of_levels" Here is the code I have inside ...