Search found 6 matches
- Mon Mar 26, 2012 7:20 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [SOLVED] Pretty url in v.1.10.3
- Replies: 12
- Views: 5221
Re: [SOLVED] Pretty url in v.1.10.3
I have just tried this to no success. The code seems to change the links to the correct urls, however the pages do not load. Says they cannot be found. I can't seem to get pretty URLs to work like I think they are supposed to. .htaccess seems to work fine, http://www.example.com/a/b/c/ is nicely co...
- Mon Feb 13, 2012 10:57 am
- Forum: CMSMS Core
- Topic: Modules not getting called with params from pretty URL
- Replies: 1
- Views: 892
Re: Modules not getting called with params from pretty URL
I still really need some help on this one. So please, anyone who can clarify this, reply. There is a function in lib/page.functions.php named get_pageid_or_alias_from_url() . The block comment above it reads: /* A function tat, given the current request information will return * a pageid or an alias...
- Sat Feb 11, 2012 1:35 pm
- Forum: CMSMS Core
- Topic: Modules not getting called with params from pretty URL
- Replies: 1
- Views: 892
Modules not getting called with params from pretty URL
I previously posted this problem under Modules. I now realise the problem is with (my installation of) CMSMS. I have a simple question, at least to someone familiar with the source code of CMSMS: from index.php , the function get_pageid_or_alias_from_url() is called ( lib/page.functions.php ) Here t...
- Sat Feb 11, 2012 11:15 am
- Forum: Modules/Add-Ons
- Topic: Gallery - pretty url elements not in $params
- Replies: 3
- Views: 1296
Re: Gallery - pretty url elements not in $params
The {metadata} tag was not the problem. I'm afraid my question has little to do with the Gallery module... I have two modules registering routes for pretty URLs: Gallery and a module I made. The latter worked perfectly so I assumed there was something wrong with the installation of the former. Howev...
- Sat Feb 11, 2012 8:56 am
- Forum: Modules/Add-Ons
- Topic: Gallery - pretty url elements not in $params
- Replies: 3
- Views: 1296
Re: Gallery - pretty url elements not in $params
I do, but below {Gallery}! I think you've just explained something to me I would have never figured out myself :) Thanks, I'll let you know if it fixes the problem. edit: I placed {Gallery} within </__body>...<__body>, but to no avail... I'll going to take another shot at determining where the $_REQ...
- Fri Feb 10, 2012 5:53 pm
- Forum: Modules/Add-Ons
- Topic: Gallery - pretty url elements not in $params
- Replies: 3
- Views: 1296
Gallery - pretty url elements not in $params
I have the following problem: Using the tag {Gallery} a list sub-galleries is displayed (thumbnail and name), but clicking on any of these does not display the images contained within. The URL is correct: /Gallery/ /[return id] This 'pretty' URL gets parsed correctly. find_match of class.route_manag...