Search found 32 matches

by isaacd
Wed Nov 10, 2010 5:15 am
Forum: CMSMS Core
Topic: Blank screen upon admin login.
Replies: 6
Views: 3769

Re: Blank screen upon admin login.

The problem seems to have fixed itself... or maybe I did something that fixed it without realizing it. Anyhow, I would say that this is solved unless it comes up again.
by isaacd
Tue Nov 09, 2010 12:12 am
Forum: CMSMS Core
Topic: Blank screen upon admin login.
Replies: 6
Views: 3769

Re: Blank screen upon admin login.

I did find some .htaccess files whose code was as follows: # To deny PHPs <Files ~ "\.(php|php3|php4|php5|phtml|pl|cgi)$">                                                                                order deny,allow                                                                        ...
by isaacd
Sat Nov 06, 2010 5:42 pm
Forum: CMSMS Core
Topic: Blank screen upon admin login.
Replies: 6
Views: 3769

Blank screen upon admin login.

Hello CMSMS Community. My System: -CMSMS 1.8.2 -PHP 5 -Database uses MySQL -Hosted on Linux The Problem: Upon logging in from the admin login page, I get a blank screen. There is absolutely nothing when I view the source. I also had this problem for the frontend of the site, but that was solved by u...
by isaacd
Thu Mar 04, 2010 5:20 am
Forum: CMSMS Core
Topic: How to rewrite a page out of a url.
Replies: 0
Views: 720

How to rewrite a page out of a url.

Hello. What I am wondering if it is possible to rewrite a page out of the url. I would simply switch hierarchy off in config.php, but I know that option will dissipate in version 2 http://forum.cmsmadesimple.org/index.php/topic,42032.0.html . My situation is this: Navigation structure: 1. auxiliary-...
by isaacd
Thu Mar 04, 2010 5:01 am
Forum: CMSMS Core
Topic: Keeping pages from being listed as search results Dynamicly [SOLVED]
Replies: 4
Views: 1724

Re: Keeping pages from being listed as search results

I have figured this out. Check out this page: http://forum.cmsmadesimple.org/index.php/topic,41537.0.html . This is almost everything that you need to do. However, I have also figured out how to make it so that the allowed results will change depending on the hierarchical position of the page where ...
by isaacd
Thu Mar 04, 2010 4:39 am
Forum: General Discussion
Topic: Pretty urls without hierarchy in 1.7?
Replies: 10
Views: 3973

Re: Pretty urls without hierarchy in 1.7?

OK, I guess that answers my question. Now arises the question: why? And I might suggest that it be kept.
by isaacd
Wed Mar 03, 2010 1:38 am
Forum: General Discussion
Topic: Pretty urls without hierarchy in 1.7?
Replies: 10
Views: 3973

Pretty urls without hierarchy in 1.7?

Hello.

I saw here: http://wiki.cmsmadesimple.org/index.php/User_Handbook/Installation/Optional_Settings that "enabled hierarchy will be the standard for version 1.7. Does this mean that I will not be able to have mod_rewrite urls without hierarchy in 1.7+?

Thanks.

Isaac.
by isaacd
Sun Feb 28, 2010 5:37 am
Forum: CMSMS Core
Topic: how to make a page not searchable deppending on its position [SOLVED]
Replies: 4
Views: 2283

Re: how to make a page not searchable deppending on its position

I got found out how to make this work. Here is a very comprehensive guide: Purpose To exclude pages from the search results based upon their root parrent. Method This will not exclude those pages from being indexed, but rather, this guide will simply hide them from the results page. This will get a ...
by isaacd
Sun Feb 28, 2010 4:15 am
Forum: CMSMS Core
Topic: Get recursive list of children [SOLVED]
Replies: 5
Views: 2071

Re: Get recursive list of children

That worked well. Thanks Peciura.
by isaacd
Sat Feb 27, 2010 4:48 pm
Forum: CMSMS Core
Topic: Get recursive list of children [SOLVED]
Replies: 5
Views: 2071

Re: Get recursive list of children

Okay, well I've got that, but I don't know quite what to do from there. What I am looking for is an array of all the aliases that have a position of greater than or equal to one, but less than two. So if I had this structure: 1 Home -- 1.1 About ---- 1.1.1 Our Founders ---- 1.1.2 Our Future --1.2 Mi...
by isaacd
Fri Feb 26, 2010 4:17 am
Forum: CMSMS Core
Topic: Get recursive list of children [SOLVED]
Replies: 5
Views: 2071

Re: Get recursive list of children

As another approach, is it possible to get all the pages that have "1" as the first number in the hierarchical position? The logic would be something like this: $position >= 1 && $position < 2 In other words, get all the pages that have a hierarchical position that is greater than ...
by isaacd
Sun Feb 21, 2010 10:37 pm
Forum: CMSMS Core
Topic: Exclude certain pages from relational links [SOLVED]
Replies: 14
Views: 4437

Re: Exclude certain pages from relational links

I have solved the problem for me. Here is a very comprehensive explanation. Purpose: To get rid of the relational links (next/prev page links) depending on where they lead to. For example, if you have in your template: {cms_selflink dir="next"} this method would allow you to hide the next ...
by isaacd
Sun Feb 21, 2010 9:35 pm
Forum: CMSMS Core
Topic: Get recursive list of children [SOLVED]
Replies: 5
Views: 2071

Get recursive list of children [SOLVED]

Hello. I would like to be able to get a recursive array of the children of a page. This would be much like $cgsimple->get_children except that it would need to include children of children (ie grand children, great grand children etc). So in the following example (which is fictitious): 1 Home 2 Abou...
by isaacd
Sun Feb 21, 2010 8:21 pm
Forum: CMSMS Core
Topic: how to get the url of a specified page from its alias or id [SOLVED]
Replies: 7
Views: 3574

Re: how to get the url of a specified page from its alias or id

{cms_selflink href="the page" assign="url"} worked for me. Thanks.
by isaacd
Sun Feb 21, 2010 12:02 am
Forum: CMSMS Core
Topic: how to get the url of a specified page from its alias or id [SOLVED]
Replies: 7
Views: 3574

Re: how to get the url of a specified page from its alias or id

I am not looking for a link, I am looking for a variable, so I can use an if statement. Something like this:

{if $url == "blah"}
do something
{else}
do something else
{/if}

This has to be a URL. I can not  use an alias.

Thanks.

Go to advanced search