Archived CMSimple Support Forum

The Old CMSimple User Community
It is currently Thu Sep 02, 2010 4:37 pm

This archived CMSimple Support Forum will be locked primo June 2008. Users with a commercial licence are advised to register and use the new Official Support Forum at CMSimple.com instead. A community driven forum with free registration is found at cmsimpleforum.com.

All times are UTC




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 27 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: Fri Oct 27, 2006 9:01 am 
Offline

Joined: Wed Dec 31, 2003 1:07 pm
Posts: 2494
Location: planet earth
-
Peter wrote:
...I'll release the 2.8...

Cool ;) Peter has included some surprises. These surprises are that great that we do not need a version 2.7. Sounds Vista like ...

djot
-


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 27, 2006 10:06 am 
Offline

Joined: Tue Sep 14, 2004 5:21 pm
Posts: 1210
Location: Germany: Unterfranken
harteg wrote:
........... Also, I hope to get some response on the Newsbox thing.

On a clean CMSimple2.6 fix8 installation I do not have any problem with the newsbox function. There is no #cmsimple hide# of the hidden news page visible!!!

Till


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 27, 2006 4:28 pm 
Offline
Site Admin

Joined: Mon May 12, 2003 12:36 pm
Posts: 3091
Location: Rutsker, Bornholm, Denmark
Maybe I should consider 2.9? Sorry - I meant 2.7.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 29, 2006 9:22 am 
Offline

Joined: Fri Feb 04, 2005 8:30 am
Posts: 475
Location: Belgium
@Bob,

can you please report this error via the support request form on my homepage and describe the error messages ?
If errors aren't reported, I can't fix them...

JAT


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 30, 2006 6:31 am 
Offline

Joined: Mon Jul 25, 2005 1:17 pm
Posts: 216
Hi!

I can't find faults in using the last version of the loader with my configuration of plugins, help section comes up in the admin mode of the plugins. Still the message can't find header comes up when switching in the admin mode. But I use the cmsimple version2.6fix8 with AddonsByDjot extension, maybe this is the reason why it comes up. Didn't test it on a clean istallation.

Meril

djot wrote:
-
Hi,

......

Please give feedback on:
- That there are no issues with this new version.
- That, if logged in, the "missing header" problem did dissapear (or is not showing up).

.....

djot
-


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 07, 2006 1:03 pm 
Offline

Joined: Fri Oct 29, 2004 6:52 am
Posts: 338
Location: Denmark, Aalborg
A bit late i guess, but i am doing some work on the memberpages plugin, i would like it if the plugin loading was done before the search,sitemap ect. functions so the code in cms.php would be something like

Code:
$f='';

if($function=='search')$f='search';
if($mailform||$function=='mailform')$f='mailform';
if($guestbook||$function=='guestbook')$f='guestbook';
if($sitemap)$f='sitemap';

// Plugin loading
if($cf['plugins']['folder']!="")@include($pth['folder']['plugins'].'/index.php');

if($f=='search')@include($pth['file']['search']);
if($f=='mailform'&&$cf['mailform']['email']!='')@include($pth['file']['mailform']);
if($f=='guestbook'&&$cf['guestbook']['maxlength']>0)@include($pth['file']['gbook']);
if($f=='sitemap'){$title=$tx['title'][$f];$o.='<h1>'.$title.'</h1>';$o.=li($hc,'sitemaplevel');}


This way the plugin can do things before sitemap and search ect. Any comments on this part?

Michael


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 07, 2006 1:22 pm 
Offline

Joined: Wed Dec 31, 2003 1:07 pm
Posts: 2494
Location: planet earth
-
If this would not break any other functionality, I would appreciate this also. This way everything "behind" the pludin loader part could be customized via plugins.

djot
-


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 12, 2006 11:03 pm 
Offline
Site Admin

Joined: Mon May 12, 2003 12:36 pm
Posts: 3091
Location: Rutsker, Bornholm, Denmark
Sorry, but I do not move around with the plugin loader just before the final release of a well-tested beta version, at least not if it is not very-very-very-very well tested ... is it?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 13, 2006 5:49 pm 
Offline

Joined: Mon Sep 04, 2006 12:01 pm
Posts: 83
Location: Belgium
Although I agree that all modifiacation should be torughly tested, I think it's more than worth to do the modification.

It will keep CMSimple fully functionnal, and Simple/Small, whilst it would be possible to 'customise' it with plugins!

I've been testing the Svarrer's loader modifications with Memberpages and with SimpleRSS, it seems OK to me.

So, why not do it and call it 2.6 fix9 ? Then we can do some profound testing and goto a final release ("2.7") in a couple of days/weeks.


Dirk.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 14, 2006 8:52 am 
Offline
Site Admin

Joined: Mon May 12, 2003 12:36 pm
Posts: 3091
Location: Rutsker, Bornholm, Denmark
OK - fix 9 is available - please test well within the next week ;-)

http://www.cmsimple.dk/?Downloads:Beta_version


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 14, 2006 7:11 pm 
Offline

Joined: Mon Sep 04, 2006 12:01 pm
Posts: 83
Location: Belgium
Thanks!

As I discover things, I will post my remarks.
Please dont forget that all this is constructive criticism.

So, here's my first remark.

I've installed fix9, and... whoosh! none of the plugins are found... because the 'plugin folder' setting is not set.

As the package contains a folder named 'plugins', which is the default location for the plugins. In that case, the 'plugin-folder' setting should also contain this default value (in stead of NULL).

(Doing so will surely avoid a lot of setup problems with newbies to the plugin-stuff.)


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 16, 2006 9:05 pm 
Offline
Site Admin

Joined: Mon May 12, 2003 12:36 pm
Posts: 3091
Location: Rutsker, Bornholm, Denmark
The plugin loader should not be loaded as default.

It is documented inside the plugin loader:

Quote:
Step 0 - In /cmsimple/config.php set $cf['plugins']['folder']="plugins"; (or set plugins_folder to plugins under CMSimple configuration settings)


Also, some documentaion about it must be made in the documentation at cmsimple.dk


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 27 posts ]  Go to page Previous  1, 2

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group