Search found 59 matches
- Wed May 20, 2009 12:38 pm
- Forum: The Lounge
- Topic: .htaccess - 301 page redirect
- Replies: 5
- Views: 4714
Re: .htaccess - 301 page redirect
To admin: You may delete this post - I will try to get help in another forum. Thanks
- Wed May 20, 2009 12:20 pm
- Forum: The Lounge
- Topic: .htaccess - 301 page redirect
- Replies: 5
- Views: 4714
Re: .htaccess - 301 page redirect
a) I got the .htaccess from using cmsms, so I thought some people might could help in this forum - sorry if I upset anyone - didn't ment to.
b) no?
b) no?
- Tue May 19, 2009 7:57 pm
- Forum: The Lounge
- Topic: .htaccess - 301 page redirect
- Replies: 5
- Views: 4714
.htaccess - 301 page redirect
I have the following .htaccess: *************************************************** Options +FollowSymLinks RewriteEngine on RewriteBase / # 301 Redirect all requests that don't contain a dot or trailing slash to # include a trailing slash RewriteCond %{REQUEST_URI} !/$ RewriteCond %{REQUEST_URI} !\...
- Wed Mar 18, 2009 7:36 am
- Forum: Modules/Add-Ons
- Topic: Newsletter Made Simple - unsubscribe
- Replies: 2
- Views: 1490
Newsletter Made Simple - unsubscribe
Hi, I'm using Newsletter Made Simple for a website (thanks for this great module). But I have one problem. To my website I have several templates - one for the homepage and several for subpages. When someone is following the newsletter unsubscribe-link he/she is taken to a page that is using my &quo...
- Thu Mar 12, 2009 11:02 am
- Forum: Modules/Add-Ons
- Topic: Breadcrumbs - start at level 2?
- Replies: 2
- Views: 1857
Re: Breadcrumbs - start at level 2?
...and also is it possible to add a
There is allready a but no classes for the rest of the items.
There is allready a but no classes for the rest of the items.
- Thu Mar 12, 2009 10:06 am
- Forum: Modules/Add-Ons
- Topic: Breadcrumbs - start at level 2?
- Replies: 2
- Views: 1857
Breadcrumbs - start at level 2?
Is it possible to start the breadcrumbs at level 2?
{breadcrumbs root='?'}
{breadcrumbs root='?'}
- Tue Mar 10, 2009 6:50 pm
- Forum: [locked] CMSMS MLE fork
- Topic: Multi language & Pretty urls (and SEO)
- Replies: 4
- Views: 4637
Re: Multi language & Pretty urls (and SEO)
Thanks for your reply.
I think I will have to wait for 2.0 before I start to use MLE.
I think I will have to wait for 2.0 before I start to use MLE.
- Sun Mar 08, 2009 8:46 pm
- Forum: Modules/Add-Ons
- Topic: Cataloger - how to load images faster
- Replies: 4
- Views: 2012
Re: Cataloger - how to load images faster
Reduce KB of images (better reduce widthxheight, 300x400 are much) Sorry have to explaine my self better - the big images that apear when you click the thumbnails are 300x400 pixel. The thumbnails (the 65 images) created by cataloger is only 83x100 pixel. I'm thinking of an other structure,with mor...
- Sun Mar 08, 2009 11:41 am
- Forum: Modules/Add-Ons
- Topic: Cataloger - how to load images faster
- Replies: 4
- Views: 2012
Re: Cataloger - how to load images faster
Has no one experienced that the cataloger is loading the images too slow?
In my html source I get this: after I load the page. Not sure how to read that.
Is there any one who can tell me what to do or try to get the images i cataloger to load quicker.
In my html source I get this: after I load the page. Not sure how to read that.
Is there any one who can tell me what to do or try to get the images i cataloger to load quicker.
- Wed Mar 04, 2009 9:10 am
- Forum: Modules/Add-Ons
- Topic: Cataloger - how to load images faster
- Replies: 4
- Views: 2012
Re: Cataloger - how to load images faster
Forgot to mention that all images are optimized for web. 300pixel x 400pixel and average image size is 30kb. I really hope that someone has an idea/solution for this. The page is loading 65 images. The old website with no CMS had no problem in showing all the images very fast. Therefore my client d...
- Wed Mar 04, 2009 8:00 am
- Forum: Modules/Add-Ons
- Topic: Cataloger - how to load images faster
- Replies: 4
- Views: 2012
Cataloger - how to load images faster
I'm using cataloger for a website but both me and my client think that the images loads too slow. First all the text-links apears and then the images start to show one by one.
Is there, please, a way to speed up the load time for images in cataloger?
Is there, please, a way to speed up the load time for images in cataloger?
- Thu Feb 12, 2009 7:32 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] Setting Background Image based upon root-alias
- Replies: 15
- Views: 7977
Re: [solved] Setting Background Image based upon root-alias
To get the page title I can use this code: (works fine) {$cgsimple->get_root_alias('','root_alias')}{$cgsimple->get_page_title($root_alias)} To get the image of a single page I can use this code: (works fine) To get the image of the parent page I have to do what? This code does not show any pictures...
- Wed Feb 11, 2009 8:21 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] Setting Background Image based upon root-alias
- Replies: 15
- Views: 7977
Re: [solved] Setting Background Image based upon root-alias
Hi RonnyK, Thanks for your time, I really appriciate it. I'm quite sure I have not set any variables before the call. But I'm not sure how to do that - can you perhaps show me? 360true wrote: The line that identifies the $root_alias had to be moved up ahead of my calll, and the provided code line ha...
- Tue Feb 10, 2009 8:28 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] Setting Background Image based upon root-alias
- Replies: 15
- Views: 7977
Re: [solved] Setting Background Image based upon root-alias
I want the same image-banner for Page 1, Page 1.1 and Page 1.2 and an other image-banner for Page 2, Page 2.1 and Page 2.2 and so on. Page 1 - Page 1.1 - Page 1.2 Page 2 - Page 2.1 - Page 2.2 But when I use $root_alias no image is dispalyed on the pages. I just tryed $page_alias instead, just to se ...
- Tue Feb 10, 2009 6:34 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] Setting Background Image based upon root-alias
- Replies: 15
- Views: 7977
Re: [solved] Setting Background Image based upon root-alias
Hi RonnyK,
I have Web as one of my root_alias.
And then I got uploads/images/banners/web-banner.jpg
But still, the image does not show. And when I look at the code for the site it looks like this:
As you can see, the {$root_alias} does not take effect.
Any idea?
I have Web as one of my root_alias.
And then I got uploads/images/banners/web-banner.jpg
But still, the image does not show. And when I look at the code for the site it looks like this:
As you can see, the {$root_alias} does not take effect.
Any idea?