Search found 17 matches

by hadion
Fri Dec 05, 2008 7:26 pm
Forum: Tips and Tricks
Topic: How to: change news url to your own language News -> e.g. Niews
Replies: 5
Views: 4370

How to: change news url to your own language News -> e.g. Niews

Hello all, For a website of my customer I wanted to change toe URL of the news module. In CMS MS 1.5.1 it's standard like: http://domain.com/news/1/55/Test/description/ This topic is going to teach u guys how to change it to the `news` part to your own language! For example: http://domain.com/nieuws...
by hadion
Sun Mar 30, 2008 2:30 pm
Forum: Tips and Tricks
Topic: Embed SMF into CMSMS (no SMF modification necessary) - Updated
Replies: 13
Views: 57437

Re: Embed SMF into CMSMS (no SMF modification necessary) - Updated

Hello, My forum is installed in the directory "forum". As i understood from the post and http://nl3.php.net/manual/en/function.chdir.php , I need to create the following code: global $forum_version, $time_start, $maintenance, $mtitle, $mmessage, $mbname, $language, $boardurl, $webmaster_em...
by hadion
Sun Nov 18, 2007 2:15 pm
Forum: Layout and Design (CSS & HTML)
Topic: Different backgrounds for main menu items
Replies: 23
Views: 8123

Re: Different backgrounds for main menu items

thanks all  ;D applaud
by hadion
Fri Nov 09, 2007 3:33 pm
Forum: Layout and Design (CSS & HTML)
Topic: Help with 3 column layout
Replies: 3
Views: 1697

Re: Help with 3 column layout

When u know how to take care of css and html try this:
http://www.alistapart.com/articles/holygrail
by hadion
Fri Nov 09, 2007 3:29 pm
Forum: Layout and Design (CSS & HTML)
Topic: Different backgrounds for main menu items
Replies: 23
Views: 8123

Different backgrounds for main menu items

Hello all, I searched the forum, but could not find my solution. How can I set a background (in the CSS file) to a specific section of the website ( page with childeren) without making a new template with css files? So not with a tag in the template! Example: Page 1 - background1.gif - Subpage - bac...
by hadion
Sat Nov 03, 2007 2:05 pm
Forum: CMSMS Core
Topic: CMS made simple SEO on windows hosting with ISAPI rewrite
Replies: 7
Views: 5004

Re: CMS made simple SEO on windows hosting with ISAPI rewrite

make a httpd.ini file contain the above. (my topic )
by hadion
Tue Sep 11, 2007 7:10 pm
Forum: CMSMS Core
Topic: CMS made simple SEO on windows hosting with ISAPI rewrite
Replies: 7
Views: 5004

CMS made simple SEO on windows hosting with ISAPI rewrite

Hello all, I received several private messages about the solution to make CMS made simple SEO working with ISAPI rewrite. Here is my httpd.ini file: [ISAPI_Rewrite] # 3600 = 1 hour CacheClockRate 3600 RepeatLimit 32 # Block external access to the httpd.ini and httpd.parse.errors files RewriteRule /h...
by hadion
Fri Aug 17, 2007 8:07 pm
Forum: CMSMS Core
Topic: Cookie error when logged in
Replies: 1
Views: 1248

Cookie error when logged in

Hello, I'm running cms ms version 1.0.8. I've tried using cmsmadesimple for the main site, but the actual sites uses a different system. That system uses cookies to save login information, so i wanted to add a logout link to let them logout from the main site as well. I added the following code // G...
by hadion
Wed Jun 20, 2007 10:32 am
Forum: CMSMS Core
Topic: Can I use ISAPI Rewrite [www.isapirewrite.com]?
Replies: 20
Views: 5616

Re: Can I use ISAPI Rewrite [www.isapirewrite.com]?

is it also possible to add a line for the news module? can't make that work!!! :(
by hadion
Sat May 12, 2007 5:32 pm
Forum: Developers Discussion
Topic: google sitemap by category ( part of menu )
Replies: 0
Views: 1434

google sitemap by category ( part of menu )

I created a multiple domain CMS MS, where second level menu items are the parent of an seperate domain. Anybody knows how to parse an google sitemap from a specific menu item, instead of the whole website? <?php #CMS - CMS Made Simple #(c)2004 by Ted Kulp (wishy@users.sf.net) #This project's homepag...
by hadion
Sat May 12, 2007 4:43 pm
Forum: Developers Discussion
Topic: (Solved) 10 domains ( site's) with one cms made simple system
Replies: 10
Views: 7898

Re: (Solved) 10 domains ( site's) with one cms made simple system

Solved:

look in the Wiki for more information

Will post an userguide to make our whole cms compatible for unlimited domains with seperate RSS, News, Content, breadcrumbs etc.
great solution!  ;D (lots of work to write the tutorial so i will add it later on  :P
by hadion
Wed May 09, 2007 8:05 pm
Forum: Developers Discussion
Topic: (Solved) 10 domains ( site's) with one cms made simple system
Replies: 10
Views: 7898

Re: 10 domains ( site's) with one cms made simple system (not solved)

anybody knows how to send some text to the template before the template is loaded. In a piece of active content I want to give output like this {menu exapmle code} , but when i load the website, the cms only shows text ( {menu exapmle code} ) instead of using the active content. I tought it was some...
by hadion
Fri May 04, 2007 1:59 pm
Forum: Developers Discussion
Topic: (Solved) 10 domains ( site's) with one cms made simple system
Replies: 10
Views: 7898

Re: 10 domains ( site's) with one cms made simple system

Sorry, but that is not really the solution I was looking for. I was thinking about a solution that calls a specific config.php. With that solution u could make 10 databases, but that solution is not suitable with the backend. The best solution is to echo a menu for each domainname in the template. B...
by hadion
Thu May 03, 2007 9:24 pm
Forum: Developers Discussion
Topic: (Solved) 10 domains ( site's) with one cms made simple system
Replies: 10
Views: 7898

Re: 10 domains ( site's) with one cms made simple system

Hi, To make clear what I mean I will give an example. I have 3 domains: cars.com motors.com boats.com The CMS have to recognise the domainname and fits it's template to that domain. So when request www.cars.com, cms made simple  has to recognise that the user requested the 'cars' domain. With that f...
by hadion
Wed May 02, 2007 8:41 pm
Forum: Developers Discussion
Topic: (Solved) 10 domains ( site's) with one cms made simple system
Replies: 10
Views: 7898

(Solved) 10 domains ( site's) with one cms made simple system

Hi all, This request is a bit advanced, this is the reason i post it in this forum. I bought 10 domainnames lately. I want to connect every domainname to an parent menu item, so i can load all submenu items from there parent. But everything i try goes wrong. The content must also load an default hom...

Go to advanced search