Search found 17 matches

by simplesimon
Mon Sep 06, 2010 9:10 am
Forum: CMSMS Core
Topic: why are PHP sessions started?
Replies: 8
Views: 2851

Re: why are PHP sessions started?

The core itself doesn't really use them for the frontend pages.  However, there are plenty of modules that use them (e-commerce for example).  If you're not using modules that need sessions, then you'll probably be fine disabling them, but our module devs rely on them being there under normal circu...
by simplesimon
Fri Sep 03, 2010 2:20 am
Forum: CMSMS Core
Topic: why are PHP sessions started?
Replies: 8
Views: 2851

Re: why are PHP sessions started?

No, session_start() is called very early in CMSMS for many reasons, and alot of stuff relies on the use of sessions. So it isn't possible to disable, and this is probably something we won't consider doing. I'm not asking CMSMS devs to disable it. I was wondering what uses it so I can work around it...
by simplesimon
Fri Sep 03, 2010 12:11 am
Forum: CMSMS Core
Topic: why are PHP sessions started?
Replies: 8
Views: 2851

Re: why are PHP sessions started?

Variables between pages? Such as? There is nothing on my site that requires variables to be set between requests. My site is essentially static. Anyway, is there a way to have CMSMS stop using sessions?
by simplesimon
Thu Sep 02, 2010 6:21 am
Forum: CMSMS Core
Topic: why are PHP sessions started?
Replies: 8
Views: 2851

why are PHP sessions started?

I would like a reply from a developer. I would have posted this in the dev forum, but apparently that is for contributers only. 1. Why are PHP sessions started? 2. How can I stop CMSMS from using sessions? 3. Will this affect the functionality of CMSMS AFAIK, I'm not using anything that requires ses...
by simplesimon
Mon Jan 18, 2010 7:32 am
Forum: Translations
Topic: Japanese characters in alias
Replies: 4
Views: 8635

Japanese characters in alias

I'm not sure if this is a bad way to do it. I'm just posting this here. in lib/misc.functions.php in function munge_string_to_url ...snip... This is how I like my URLs. This may only work with "pretty URLs"/mod_rewrite. Full-width and normal spaces are replaced by a minus. Then all other p...
by simplesimon
Thu Oct 01, 2009 8:22 am
Forum: CMSMS Core
Topic: [SOLVED] Remove statistics comment at the end of each file/render
Replies: 2
Views: 1235

Re: Remove statistics comment at the end of each file/render

Excellent! Hopefully now it will show up in the search, as a I was actually looking for that info and the poster in the other thread had a different problem. So here it is: edit config.php add $config['hide_performance_info'] = true; So setting it to false also does the same thing ATM, but you need ...
by simplesimon
Thu Sep 24, 2009 1:02 am
Forum: CMSMS Core
Topic: [SOLVED] Remove statistics comment at the end of each file/render
Replies: 2
Views: 1235

[SOLVED] Remove statistics comment at the end of each file/render

I want to get rid of the comment at the end of each render including the back end. It looks like this: <!-- 0.128189 / 52 / 13759184 / 14225264 --> Can some one/dev please tell me what code to comment out. I assuming there is not a toggle switch for this somewhere. The reason I want to do this is to...
by simplesimon
Thu Sep 17, 2009 8:14 am
Forum: CMSMS Core
Topic: Friendly URLs with internal links in <a href>-style
Replies: 2
Views: 1662

Re: Friendly URLs with internal links in <a href>-style

I did a grep for cms_selflink on modules/TinyMCE and found: the necessary code is already in TinyMCE/TinyMCE.module.php The story goes like this: I was developing a site. I didn't have pretty URLs turned on yet. So, TinyMCE was inserting ugly URLs. It's probably in the manual. But I'm a moron and di...
by simplesimon
Thu Sep 17, 2009 7:03 am
Forum: CMSMS Core
Topic: Friendly URLs with internal links in <a href>-style
Replies: 2
Views: 1662

Re: Friendly URLs with internal links in <a href>-style

I am wondering about this exact issue. It is quite important. The reason is that if I have internal links with different URLs(some pretty/some not) that is not good for SEO. Duplicate content issues come to mind. How can we hack the TinyMCE addon that does the internal linking? Does anyone have any ...
by simplesimon
Mon Aug 03, 2009 12:08 am
Forum: Modules/Add-Ons
Topic: TinyMCE suddenly stopped loading [SOLVED - kinda]
Replies: 7
Views: 4893

Re: TinyMCE suddenly stopped loading

This whole thread is not following the requirements for posting questions... Please post some relevant information. We aren't going to chase our tails supporting 2 year old versions of CMSMS for example. I don't expect you to. No worries. I Just thought I'd do something novel and ask for help. 1.6....
by simplesimon
Mon Aug 03, 2009 12:01 am
Forum: Modules/Add-Ons
Topic: TinyMCE suddenly stopped loading [SOLVED - kinda]
Replies: 7
Views: 4893

Re: TinyMCE suddenly stopped loading [SOLVED - kinda]

I saw the "Load the CMS-linker:" option. I know that the problem started from creation and editing of one page to the next. I turned that option off and... Tiny loads. So I about the pages "menu text" as that is what the CMS-linker seems to use. I thought maybe some were too long...
by simplesimon
Sun Aug 02, 2009 11:46 pm
Forum: Modules/Add-Ons
Topic: TinyMCE suddenly stopped loading [SOLVED - kinda]
Replies: 7
Views: 4893

Re: TinyMCE suddenly stopped loading

Sudden disappearance of tiny, hmmm could be a number of things... 1) permissions on tiny aren't set right, should be 755, module folder should be 755 also... 2) you need to hit the Reset All to Default in the advanced tab... 3) you may now need to set the static config for it... Thanks for the advi...
by simplesimon
Thu Jul 30, 2009 10:14 am
Forum: Modules/Add-Ons
Topic: TinyMCE suddenly stopped loading [SOLVED - kinda]
Replies: 7
Views: 4893

TinyMCE suddenly stopped loading [SOLVED - kinda]

I was editing adding large number of pages (20 or so) to my site. Then TinyMCE did not load. I though I ran out of memory and restarted Firefox. It sill didn't load. I thought maybe my hosting provider was upgrading my dedicated server. I have another site on the same server using CMSMS. So I checke...
by simplesimon
Thu Jul 16, 2009 3:58 am
Forum: CMSMS Core
Topic: count of siblings for setting menu item width
Replies: 0
Views: 636

count of siblings for setting menu item width

Hi all, maybe this has been documented somewhere. So sorry for asking again if so. I'm new to this Smarty stuff. I've gotten a count of children working. I need also a count of sibblings for use in a menu. I want to set the width of each menu item dynamically depending on how many siblings there are...
by simplesimon
Wed Jul 15, 2009 7:43 am
Forum: CMSMS Core
Topic: not all content types showing in menu
Replies: 1
Views: 834

not all content types showing in menu

I've set the defaults to "show in menu" false and "active" false. I want this because I don't want pages showing up right away or showing up on the menu. However, when making content of type anything other than "content", it doesn't show up on the menu. Obviously becaus...

Go to advanced search