Search found 26 matches
- Mon Jan 23, 2012 5:41 am
- Forum: Developers Discussion
- Topic: current page URL
- Replies: 8
- Views: 11445
Re: current page URL
For folks like me who find this thread and are asking the same questions... I found this solution to be the one that worked. I have the mod_rewrite for pretty urls and hierarchy switched on. I set up a UDT using this echo $_SERVER['REQUEST_URI']; and I named it pageurl so when I use {pageurl} in...
- Wed Oct 05, 2011 12:19 pm
- Forum: CMSMS Core
- Topic: Fatal error: Call to a member function getContent()
- Replies: 53
- Views: 33973
Re: Fatal error: Call to a member function getContent()
Hi
This just happened to us too, clearing cache solved it.
This just happened to us too, clearing cache solved it.
- Fri Dec 03, 2010 6:16 am
- Forum: CMSMS Core
- Topic: Using the Global variables from CMS
- Replies: 15
- Views: 12892
Re: Using the Global variables from CMS
Fantastic, just what I was looking for...!calguy1000 wrote: {$cgsimple->get_root_alias('','root_alias')}{$cgsimple->get_page_title($root_alias)}
- Thu Dec 02, 2010 2:36 pm
- Forum: Modules/Add-Ons
- Topic: SOLVED: Add Facebook Comments To Website
- Replies: 8
- Views: 4907
Re: SOLVED: Add Facebook Comments To Website
If you want to use this in news (every news article should have it's own comments) I used this code: <fb:comments xid="{$entry->id}" width="490"></fb:comments> The problem for me was that page_alias is the same on every news item. And Facebook "xid" cant handle spaces s...
- Thu Dec 02, 2010 12:09 pm
- Forum: CMSMS Core
- Topic: [SOLVED] Blank page with process_whole_template
- Replies: 0
- Views: 747
[SOLVED] Blank page with process_whole_template
Hello, would be nice if I could get some support for this issue. I've been using CMSMS for a very long time in my wifes company website (at least since 1.2). The problems started yesterday when we wanted to implement facebook comments to news. Example url: http://www.kullavikdesign.se/news/53/59/Nya...
- Mon Jan 18, 2010 6:30 am
- Forum: CMSMS Core
- Topic: [SOLVED] TinyMCE Session vars empty in source
- Replies: 2
- Views: 2030
Re: TinyMCE Session vars empty in source
Fixed it when i found the code in the file"TinyMCE.module.php" under modules/TinyMCE. I deleted it and uploaded the version from the latest CMSMS release and the problem is gone. Edit; Sorry, the problem is'nt fixed. When I tested TinyMCE the module was non-working. I reinstalled it and th...
- Sun Jan 17, 2010 2:02 pm
- Forum: CMSMS Core
- Topic: [SOLVED] TinyMCE Session vars empty in source
- Replies: 2
- Views: 2030
[SOLVED] TinyMCE Session vars empty in source
Hi, in my source, I get a "" just before the tag. What is causing this? Below is my -section from my template. (I tried the analytics-tag to get rid of this problem, didn't work.) <head> <title>{title} - Underkläder, badmode och nattplagg</title> {metadata} <link rel="icon" type=...
- Mon Oct 19, 2009 4:38 pm
- Forum: CMS Show Off
- Topic: New Admin theme !!... need some feedback please...
- Replies: 19
- Views: 11699
Re: New Admin theme !!... need some feedback please...
1. Would like a "close-X" on the popups.
1. And some more contrast in the fields in the popups would'nt hurt.
Great work!
1. And some more contrast in the fields in the popups would'nt hurt.
Great work!
- Sun Oct 18, 2009 2:05 pm
- Forum: CMS Show Off
- Topic: Custom login screen
- Replies: 16
- Views: 12003
Re: Custom login screen
Looks great, keep us posted.
- Mon Sep 21, 2009 3:39 pm
- Forum: Announcements
- Topic: Announcing CMS Made Simple 1.6.5 - Poya
- Replies: 44
- Views: 46211
Re: Announcing CMS Made Simple 1.6.5 - Poya
I like CMSMS, but really, 2576 files in latest release. Instead of adding more and more features, you should really work towards a more "sleak" future...
- Fri Dec 14, 2007 4:00 pm
- Forum: Swedish - Svenska
- Topic: Admin loginstrul
- Replies: 2
- Views: 5524
Re: Admin loginstrul
Skumt, ligger siten på din dator eller på en extern server?
- Mon Oct 29, 2007 7:42 am
- Forum: Modules/Add-Ons
- Topic: Album on CMSMS 1.2 doesn't work
- Replies: 4
- Views: 2244
Re: Album on CMSMS 1.2 doesn't work
I think your url:s in config.php are wrong. Check them first. Your image-urls looks like this:
http://www.url.com/http://www.url.com/album.....
http://www.url.com/http://www.url.com/album.....
- Fri Oct 26, 2007 6:29 am
- Forum: Modules/Add-Ons
- Topic: [solved] Album - problem with templates
- Replies: 3
- Views: 2456
Re: Album - problem with templates
argh, i misread what you wanted to do. hold on you'll find it in: httpdocs/modules/Album/templates/db/lightbox/js/lightbox.js on line number: 454 Element.setInnerHTML( 'numberDisplay', "Image " + eval(activeImage + 1) + " of " + imageArray.length); There you go. Great! Thankt a ...
- Fri Oct 26, 2007 5:39 am
- Forum: Modules/Add-Ons
- Topic: [solved] Album - problem with templates
- Replies: 3
- Views: 2456
Re: Album - problem with templates
No change.
Even so, you should be able to hard-code it, but where???
I also don't have any stylesheet named "album" in CMSMS.
Even so, you should be able to hard-code it, but where???
I also don't have any stylesheet named "album" in CMSMS.
- Fri Oct 26, 2007 4:41 am
- Forum: Modules/Add-Ons
- Topic: [solved] Album - problem with templates
- Replies: 3
- Views: 2456
[solved] Album - problem with templates
Hello I's using lightbox as both default and choosen for this page, even so I can't find were to edit the template that shows the picture. http://www.kullavikdesign.se/pearl-design/nattplagg/ If you look at a image you'll se "Image X of X" below the picture, where does that code come from?...