Upcoming modules

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
kishman155
Translator
Translator
Posts: 169
Joined: Sat Mar 12, 2005 12:30 pm
Location: Vienna

Re: Upcoming modules

Post by kishman155 »

The link to seminarplan(eventmanager)

http://expectmore.at/Seminarplan.shtml

mfg
kishman155
westis

Re: Upcoming modules

Post by westis »

kishman155, there's no fields for date and time in the seminarplan module, although I can see that on the page you sent the link to. Did I miss something?
Jan Stoll

Re: Upcoming modules

Post by Jan Stoll »

Nice Module but I get the following error:

Fatal error: Call to a member function getURL() on a non-object in C:\apachefriends\xampp\htdocs\simple\modules\seminarplan\seminarplan.module.php on line 372
kishman155
Translator
Translator
Posts: 169
Joined: Sat Mar 12, 2005 12:30 pm
Location: Vienna

Re: Upcoming modules

Post by kishman155 »

westis wrote: kishman155, there's no fields for date and time in the seminarplan module, although I can see that on the page you sent the link to. Did I miss something?
After you installed the module you have to make a trainer and a event.
After a event is created you could add dates to it.
Jan Stoll wrote: Nice Module but I get the following error:

Fatal error: Call to a member function getURL() on a non-object in C:\apachefriends\xampp\htdocs\simple\modules\seminarplan\seminarplan.module.php on line 372
I could not reproduce that error but what for version of CMSMS are you using and what for PHP version
I am currently use it on CMSMS 0.10.3 & PHP Version 4.3.10
and 0.10.3 & PHP Version 5.0.4

kishman155
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Upcoming modules

Post by calguy1000 »

The following modules are available under untested modules for public consumption and testing

FrontEndUsers 0.1.0  <-- frontend user management
SelfRegistration 0.1.0  <-- front end user self registration
CMSMailer 1.73.2 <--  A simple wrapper around phpmailer
CustomContent 1.3 <-- allow custom content depending on users, groups.

let me know if you have any problems, I'm gonna be adding a few features here and there soon.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
alby

Re: Upcoming modules

Post by alby »

You are a volcano of ideas :-)

Al
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Upcoming modules

Post by calguy1000 »

Notice to all, there is aparrently a conflict between FeedBackForm and CMSMailer.  This is due to the fact that FeedBackForm also includes phpmailer directly.  The proper solution ot this would be for SjG to upgrade the Feedbackform module to use CMSMailer and then all will be fine. 

Also, I have fixed a small bug in CMSMailer with respect to HTML mail and also made another fix in SelfRegistration with respect to HTML mail.  I'll upload these new versions if somebody wants em fast, but otherwise I'll try to wait for a few more bug reports to filter in.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
iNSiPiD

Re: Upcoming modules

Post by iNSiPiD »

calguy, please be sure to add these to the WIKI so that the links don't get lost in the forums! :)

Nice work.
westis

Re: Upcoming modules

Post by westis »

iNSiPiD wrote: calguy, please be sure to add these to the WIKI so that the links don't get lost in the forums! :)

Nice work.
The Wiki is no longer used. Calguy has already uploaded these modules at http://www.cmsmadesimple.org/Untested.shtml
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Upcoming modules

Post by calguy1000 »

Uploads v1.1.4 is now in the downloads section
- upgrades from the 0.x series works
- a few other fixes..... including general ease of use.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
iNSiPiD

Re: Upcoming modules

Post by iNSiPiD »

Hi calguy1000,

I've just installed FrontEnd Users and CustomContent in order to set up various password protected login areas for my site.

I have installed both modules and began by adding Properties for FrontEnd User as per the Help but when I click Add I get nothing added. I made the mistake of clicking Submit and now I have the following in my Properties list with no Name or Prompt and just --Add Me - module:FrontEndUsers string:-- for Type and 0 for Length.

Wassup?

I've tried several times adding a Username and Password type Property but nothing shows up.

Help...? :)
peram
Forum Members
Forum Members
Posts: 29
Joined: Mon May 09, 2005 11:39 am

Re: Upcoming modules

Post by peram »

Hi Calguy

I've just tried to install FrontEndUsers and CustomPages but has stumbled onto a problem I suspect has to do with PHP 5.0.5.  The installation goes without a problem, but when I click on "Users & groups->FrontEndUsers->Properties" nothing happens.  After lookin into the apache error_log I found the following :
[[Tue Nov 08 22:58:50 2005] [error] [client 192.168.1.109] PHP Warning:  Call-time pass-by-reference has been deprecated - argument passed by value;  If you would like to pass it by reference, modify the declaration of [runtime function name]().  If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file.  However, future versions may not support this any longer.  in /srv/www/htdocs/cmsmadesimple-0.10.3/modules/FrontEndUsers/FrontEndUsers.module.php on line 1800, referer: http://nc6220/admin/moduleinterface.php ... ntEndUsers
/quote]

I have no clue on how to fix this, so any suggestions are welcome.

regs,

Per Arne
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Upcoming modules

Post by calguy1000 »

Yeah, I would suspect that this is a PHP5 issue.  I'll have to upgrade my machine to php5 I guess and check it out.
peram wrote: Hi Calguy

I've just tried to install FrontEndUsers and CustomPages but has stumbled onto a problem I suspect has to do with PHP 5.0.5. The installation goes without a problem, but when I click on "Users & groups->FrontEndUsers->Properties" nothing happens. After lookin into the apache error_log I found the following :
[[Tue Nov 08 22:58:50 2005] [error] [client 192.168.1.109] PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /srv/www/htdocs/cmsmadesimple-0.10.3/modules/FrontEndUsers/FrontEndUsers.module.php on line 1800, referer: http://nc6220/admin/moduleinterface.php ... ntEndUsers
/quote]

I have no clue on how to fix this, so any suggestions are welcome.

regs,

Per Arne
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
iNSiPiD

Re: Upcoming modules

Post by iNSiPiD »

But please keep it PHP4.x compatible! :)

PHP5 is for the bleeding edge haX0rs like Patricia - not for wimps like me who avoid LAMP/WAMP upgrades at all cost. :P
Anduril

Re: Upcoming modules

Post by Anduril »

HI, I just installed FrontEndUsers filt in al the information and put it in my template, everything looked all right but now i get an error:

DEBUG: Array ( [module] => FrontEndUsers )

Anybody have an idea where this is coming from?
Post Reply

Return to “Modules/Add-Ons”