Thank you for the fast answer. I dont know how i missed it in the sample pages.
Cheers.
Search found 12 matches
- Mon Oct 27, 2008 8:58 am
- Forum: Developers Discussion
- Topic: [Solved] How to add previous and next links on a page
- Replies: 2
- Views: 1281
- Mon Oct 27, 2008 8:41 am
- Forum: Developers Discussion
- Topic: [Solved] How to add previous and next links on a page
- Replies: 2
- Views: 1281
[Solved] How to add previous and next links on a page
How would i add previous and next links to a content page. I have a set of images and instructions and would like to break the content up so you click next for the next page and previous to go back.
- Thu Oct 16, 2008 9:39 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [SOLVED] Html Disapears when i click apply in a page
- Replies: 2
- Views: 1301
[SOLVED] Re: Html Disapears when i click apply in a page
I have finaly found one that works
Css:
p { page-break-before: always; }
Html:
This one save ok and breaks the page for printing.
Css:
p { page-break-before: always; }
Html:
This one save ok and breaks the page for printing.
- Thu Oct 16, 2008 8:59 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [SOLVED] Html Disapears when i click apply in a page
- Replies: 2
- Views: 1301
Re: Html Disapears when i click apply in a page
I have also tried and the css: h1{page-break-before: always;} but this disapears when i reopen the page in the editor. I have tried MF and IE thinking it may be the browser but for some reason the page editor just doesnt like either bits of code. Does anybody know of a way to enter a page break for...
- Wed Oct 15, 2008 9:36 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [SOLVED] Html Disapears when i click apply in a page
- Replies: 2
- Views: 1301
[SOLVED] Html Disapears when i click apply in a page
I have a strange fault that when i edit a page and add into my page i click apply and it works. but when i click submit and then re open the page the code has disapeared. All the other code is still there It is just a simple div tag so to set my pages up a bit better for printing. I cant understand ...
- Wed Sep 10, 2008 8:06 am
- Forum: CMSMS Core
- Topic: If i type a url without .html extenstion the page shows blank.
- Replies: 9
- Views: 3903
Re: If i type a url without .html extenstion the page shows blank.
I think you miss read what the problem is. I want the custom 404 page to display if you miss type a url Example. www.mysite.com/jjgjgjgjgjg This url will return a blank page. If you type www.mysite.com/jjgjgjgjgjg/ or www.mysite.com/jjgjgjgjgjg.html it returns the custom 404 page The pr...
- Tue Sep 09, 2008 8:30 pm
- Forum: CMSMS Core
- Topic: If i type a url without .html extenstion the page shows blank.
- Replies: 9
- Views: 3903
Re: If i type a url without .html extenstion the page shows blank.
Thanks for your help on this one, but still no luck. when you miss type a url, as long as it has a / or .html on the end it will return the custom 404 page. If you leave the url open ended it will return a blank screen. I dont understand enough about the config file or php to know why it needs to ...
- Tue Sep 09, 2008 2:04 pm
- Forum: CMSMS Core
- Topic: If i type a url without .html extenstion the page shows blank.
- Replies: 9
- Views: 3903
Re: If i type a url without .html extenstion the page shows blank.
Thanks. If i change $config['page_extension'] = '.html'; to $config['page_extension'] = '/'; then pages work without .html but you can not get an error page unless you put a / on the end ie www.mysite.com/ugugugug/ returns a 404 www.mysite.com/ugugugug returns a blank page so...
- Tue Sep 09, 2008 1:33 pm
- Forum: CMSMS Core
- Topic: If i type a url without .html extenstion the page shows blank.
- Replies: 9
- Views: 3903
Re: If i type a url without .html extenstion the page shows blank.
Ihave tried that one but it doesnt work with pages typed in without the .html on the end if you type a url in that doesnt exist but put the html on the end it returns the 404 page set in admin. No one is ever going to misstype a url and then put the html exstension on the end of it. I cant figure ou...
- Tue Sep 09, 2008 12:51 pm
- Forum: CMSMS Core
- Topic: If i type a url without .html extenstion the page shows blank.
- Replies: 9
- Views: 3903
If i type a url without .html extenstion the page shows blank.
Hi I have just put my site live and I cant for life of me get the url rewrite to work properly. I need to get a 404 page working for urls typed in without .html extension idealy to redirect to home page My problem is that if you type in www.mysite.com/hello.html it returns 404 because the page doesn...
- Sun Sep 07, 2008 10:29 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [Solved] How do I stop Menu showing current page is 1:
- Replies: 2
- Views: 2199
{Solved} Re: How do I stop Menu showing current page is 1:
Thats Great, Thanks for your help.
- Sat Sep 06, 2008 2:01 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [Solved] How do I stop Menu showing current page is 1:
- Replies: 2
- Views: 2199
[Solved] How do I stop Menu showing current page is 1:
Hi, after 2 days of wondering which cms to install, drupal or Cmsms I finaly installed the later. I feel I have made the right choice. I cant believe how quick it was to install and get up and running. Any way, I cant seem to find where I can edit my nav menu. I put my original html site in as a tem...