Search found 19 matches
- Tue Apr 16, 2013 12:00 pm
- Forum: CMS Show Off
- Topic: Multi Lingual Website (Not using MLE)
- Replies: 2
- Views: 2591
Re: Multi Lingual Website (Not using MLE)
Very well done. But what kind of method did you exectly use for the multilingual part. Is there a guide somewhere?
- Fri Nov 11, 2011 1:59 pm
- Forum: Modules/Add-Ons
- Topic: [solved] CGBlog not showing up after upgrade to 1.10
- Replies: 2
- Views: 1149
Re: [solved] CGBlog not showing up after upgrade to 1.10
Thanks, I made a backup and uninstalled the blog module. The database entries were also deleted. Reinstalled CGBlog and restored the database and now all is fine.
- Fri Nov 04, 2011 11:49 am
- Forum: Modules/Add-Ons
- Topic: [solved] CGBlog not showing up after upgrade to 1.10
- Replies: 2
- Views: 1149
[solved] CGBlog not showing up after upgrade to 1.10
I upgraded to 1.10 but now CGBlog Admin panel is not showing up in the content section.
CGBlog is installed and still works.
Does anyone know how to solve this?
And if I would delete CGBlog and reinstall it, will my articles, blogsettings etc. be kept or lost?
CGBlog is installed and still works.
Does anyone know how to solve this?
And if I would delete CGBlog and reinstall it, will my articles, blogsettings etc. be kept or lost?
- Sun Jul 03, 2011 9:15 pm
- Forum: CMSMS Core
- Topic: assign class to a specific menu item
- Replies: 4
- Views: 1990
Re: assign class to a specific menu item
I solved it in another way which does it for me. I used the simple_navigation menu in menu manager and added the lines {elseif $node->menutext =='Contact' } <li><a class="fancybox" href="{$node->url}"><span>{$node->menutext}</span></a> Ugly programming so if anyone knows a better...
- Fri Jul 01, 2011 11:13 pm
- Forum: CMSMS Core
- Topic: assign class to a specific menu item
- Replies: 4
- Views: 1990
assign class to a specific menu item
I would like to assign a class to the link of a specific menu item (the contact page). I've tried to use the Extra Page Attribute for this and call it from the menu manager but i can get this only to work for the current page. Not for any other item in the menu. So when I'm on the homepage, I want t...
- Fri Jun 05, 2009 12:39 pm
- Forum: CMS Show Off
- Topic: New Photographer web portfolio
- Replies: 6
- Views: 5165
Re: New Photographer web portfolio
Nice!
I only find the grey text hard to read on the black background. Maybe a lighter shade of grey?
I only find the grey text hard to read on the black background. Maybe a lighter shade of grey?
- Mon Sep 15, 2008 9:40 am
- Forum: Modules/Add-Ons
- Topic: XML feed on site
- Replies: 9
- Views: 2625
Re: XML feed on site
Thank you all, especially nhaack. I really appreciate your helpfullness.
the method of nhaack works perfectly for me. If i have time i will look at xml2array to see what that does.
the method of nhaack works perfectly for me. If i have time i will look at xml2array to see what that does.
- Fri Sep 12, 2008 1:08 pm
- Forum: Modules/Add-Ons
- Topic: XML feed on site
- Replies: 9
- Views: 2625
Re: XML feed on site
Thank you very much for your help. I've tried your solution but i could not get it to work for me. When I call the tag using your code {lastfmfeed url="http://ws.audioscrobbler.com/2.0/?method=user.gettopartists&user=rj&api_key=b25b959554ed76058ac220b7b2e0a026"} it is working, but ...
- Tue Sep 02, 2008 11:08 am
- Forum: Modules/Add-Ons
- Topic: XML feed on site
- Replies: 9
- Views: 2625
XML feed on site
is it possible to display the contents of a last.fm XML feed on my CMSMS site? I know of RSS2HTML but as far as I know can only handle rss files. The XMl from lastfm looks bit like this: <?xml version="1.0" encoding="UTF-8" ?> - <topartists user="user" type="overal...
- Thu Aug 28, 2008 9:46 am
- Forum: CMS Show Off
- Topic: New festivalwebsite: Culture Weeks in Oud-Beijerland
- Replies: 15
- Views: 10202
Re: New festivalwebsite: Culture Weeks in Oud-Beijerland
Very well done!
One of the beste CMSms sites i have ever seen. Clever use of the calender module.
How did you do the menu? You use images but is it dynamically generated?
One of the beste CMSms sites i have ever seen. Clever use of the calender module.
How did you do the menu? You use images but is it dynamically generated?
- Thu Aug 28, 2008 9:37 am
- Forum: CMS Show Off
- Topic: New Website Nossie.nl
- Replies: 2
- Views: 2130
Re: New Website Nossie.nl
For security reasons I would suggest to update to the latest release.
- Wed Jul 16, 2008 3:03 pm
- Forum: Announcements
- Topic: Announcing CMS Made Simple 1.4-beta1
- Replies: 52
- Views: 52141
Re: Announcing CMS Made Simple 1.4-beta1
I noticed a difference with a page i created using a User Defined Tag. In that tag i made a connection to another database. That worked with 1.3. This is the tag: $db = mysql_connect ("localhost", "xxx", "yyy") or die ('Verbinding met de database mislukt.'); mysql_selec...
- Wed Dec 19, 2007 9:16 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Help needed for Vertical expanding menu
- Replies: 6
- Views: 3271
Re: Help needed for Vertical expanding menu
In a way this is how the menu behaves at this stage (coming from the 'section header expand' template). What i would like to achieve is a menu that behaves like this example, where javascript is used: http://www.stunicholls.com/menu/tree_frog_vertical.html So when you click on the section header it ...
- Tue Dec 18, 2007 4:59 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Help needed for Vertical expanding menu
- Replies: 6
- Views: 3271
Re: Help needed for Vertical expanding menu
I'm sorry, but i've allready given up on this one.
This menu-thing is a bit too complicated for me. Maybe i'll try again in the future, when i've got the time.
This menu-thing is a bit too complicated for me. Maybe i'll try again in the future, when i've got the time.
- Wed Dec 05, 2007 2:18 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Help needed for Vertical expanding menu
- Replies: 6
- Views: 3271
Re: Help needed for Vertical expanding menu
I've tried {menu template='Menu_Section_Expand' collapse='1'} in my template, but then only the first sectionheader will expand on click. When i click on the others, nothing happens