Search found 139 matches

by CWebguy
Wed Apr 01, 2009 2:13 am
Forum: Announcements
Topic: CMSMS 2.0 (say what now?!)
Replies: 264
Views: 237105

Re: CMSMS 2.0 (say what now?!)

2.0, things are really stepping up now :)
by CWebguy
Thu Mar 26, 2009 3:54 pm
Forum: Modules/Add-Ons
Topic: [SOLVED, MOSTLY]News pretty urls not working
Replies: 3
Views: 1599

Re: [SOLVED, MOSTLY]News pretty urls not working

jmcgin51, I could maybe write a mod write for you, but you would have to get the New module to output the new urls.

Cheers,
by CWebguy
Wed Mar 25, 2009 8:27 pm
Forum: General Discussion
Topic: Removing /child from URL path?
Replies: 3
Views: 1684

Re: Removing /child from URL path?

Please enlighten me mark, the only setting I am aware of is to turn hierarchy on

#If you're using the internal pretty url mechanism or mod_rewrite, would you like to
#show urls in their hierarchy?  (ex. http://www.mysite.com/parent/parent/childpage)
$config['use_hierarchy'] = true;

Thanks.
by CWebguy
Wed Mar 25, 2009 8:10 pm
Forum: Layout and Design (CSS & HTML)
Topic: How to attach images to my template?
Replies: 3
Views: 1447

Re: How to attach images to my template?

You can upload anywhere you want, just make sure to use an absolute path

that is http://www.yoursite.com/img/image2.jpg

or if you are using it relative to where the stylesheet is it needs to be in the same folder as the stylesheet (as in the example you have).
by CWebguy
Wed Mar 25, 2009 8:06 pm
Forum: General Discussion
Topic: Removing /child from URL path?
Replies: 3
Views: 1684

Removing /child from URL path?

I was wondering if someone knew how I could remove the child from all parent/child/page URLs.  I think this should be relativly easy.  I realize that I can place all pages under the parent, but I would like to have some that are subchildren also, but to still appear without the child/ in the URL pat...
by CWebguy
Wed Mar 25, 2009 12:37 am
Forum: CMSMS Core
Topic: Error: the XML response that was returned from the server is invalid
Replies: 10
Views: 3441

Re: Error: the XML response that was returned from the server is invalid

ethical wrote: i wouldn't either but he can turn it on himself, and your right they should have told him how :) that is poor.
yeah, haha.  Oh well.
by CWebguy
Wed Mar 25, 2009 12:36 am
Forum: General Discussion
Topic: [closed-New Topic]Rewriting all URLs to abolute base path
Replies: 13
Views: 3848

Re: Rewriting all URLs to abolute base path

well, there is a site I want to work on, and right now I'm realizing I'm going to get very long URLs, so I'm wanting to cut everything down and keep it neat.  I just want four main categories(parents) that everything is grouped under.  If it's too hard I won't worry about it, but if someone had a so...
by CWebguy
Tue Mar 24, 2009 11:02 pm
Forum: CMSMS Core
Topic: urlparam and pretty urls
Replies: 5
Views: 2384

Re: urlparam and pretty urls

sorry I gave you bad code, isn't hard to explain.  I don't want to mess it up if someone else can explain this better, if not I'll be happy to help.

Take care.
by CWebguy
Tue Mar 24, 2009 10:59 pm
Forum: CMSMS Core
Topic: Error: the XML response that was returned from the server is invalid
Replies: 10
Views: 3441

Re: Error: the XML response that was returned from the server is invalid

Get a new host, any reputable paid host should have this turned on. Cheers, This is not true, allow_url_fopen is a security risk to have on globally and any reputable host should actually have this OFF by default. see: http://phpsec.org/projects/phpsecinfo/tests/allow_url_fopen.html You can set it ...
by CWebguy
Tue Mar 24, 2009 9:28 pm
Forum: CMSMS Core
Topic: urlparam and pretty urls
Replies: 5
Views: 2384

Re: urlparam and pretty urls

what's happening is you are doing the url

pagename&parameter=2

but the server is doing

index.php?page=pagename&parameter=2

Which it can't find cause it doesn't exist.

Cheers,
by CWebguy
Tue Mar 24, 2009 9:23 pm
Forum: General Discussion
Topic: Querying the Database?
Replies: 7
Views: 2378

Re: Querying the Database?

ok, so this is the right code for a DB connection?

Thanks.
by CWebguy
Tue Mar 24, 2009 9:22 pm
Forum: CMSMS Core
Topic: urlparam and pretty urls
Replies: 5
Views: 2384

Re: urlparam and pretty urls

You have to change your rewrite code to fetch the variable if that's what you are trying to do.

Try changing

RewriteRule ^(.+)$ index.php?page=$1 [QSA]

to

RewriteRule ^(.+)&(.+)$ index.php?page=$1&param=$2 [QSA]
by CWebguy
Tue Mar 24, 2009 4:45 pm
Forum: CMSMS Core
Topic: Error: the XML response that was returned from the server is invalid
Replies: 10
Views: 3441

Re: Error: the XML response that was returned from the server is invalid

Get a new host, any reputable paid host should have this turned on.

Cheers,
by CWebguy
Tue Mar 24, 2009 4:41 pm
Forum: CMSMS Core
Topic: urlparam and pretty urls
Replies: 5
Views: 2384

Re: urlparam and pretty urls

Your first parameter needs to come after a question mark and not an ampersand (&).

Cheers!
by CWebguy
Tue Mar 24, 2009 4:39 pm
Forum: [locked] CMSMS MLE fork
Topic: Need help in making en_US url to show in root
Replies: 21
Views: 8415

Re: Need help in making en_US url to show in root

Try removing en_US from config.

Go to advanced search