Search found 282 matches

by petert
Sun Mar 04, 2007 10:59 pm
Forum: Modules/Add-Ons
Topic: LDAP Authentication
Replies: 24
Views: 18357

Re: LDAP Authentication

PeterT, What do you mean/want to achieve with this?? I used my mailserver to authenticate people for a different project. The people log-in on the site using their e-mail adress and password on my mailserver. If you're interested, I've already been playing with reading & parsing pop3 mails... I...
by petert
Sun Mar 04, 2007 8:10 pm
Forum: Modules/Add-Ons
Topic: LDAP Authentication
Replies: 24
Views: 18357

Re: LDAP Authentication

wickhamandrew wrote: We could even make it modular so other people could develop and add to it (for example vBulletin, Invision Power Board, etc.) without having to hack the code up.
please add an IMAP authentication too :)
by petert
Sun Mar 04, 2007 8:19 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Error during transfer
Replies: 8
Views: 3566

Re: Error during transfer

If you don't know your path, you can change the following lines in the config.php file : $config['root_path'] = $_SERVER['DOCUMENT_ROOT']; $config['previews_path'] = $_SERVER['DOCUMENT_ROOT'].'/tmp/cache'; $config['uploads_path'] = $_SERVER['DOCUMENT_ROOT'].'/uploads'; $config['image_uploads_path']...
by petert
Tue Jan 09, 2007 8:03 pm
Forum: CMSMS Core
Topic: How to create clickable {email-name} and {domain-name}tag
Replies: 5
Views: 2102

Re: How to create clickable {email-name} and {domain-name}tag

A simple mode but it's not automatic: Add in template 2 content block: .... {content block="email"} .... {content block="domain"} .... Now it is automatic: .... {content block="email" assign="email"} {email address="$email" linkname="$email&quo...
by petert
Fri Jan 05, 2007 12:18 pm
Forum: Layout and Design (CSS & HTML)
Topic: Bookmarks - Links Directory
Replies: 5
Views: 3631

Re: Bookmarks - Links Directory

I have been using it for a long time now.

You can see it in action at http://www.fogoisle.nl/links
by petert
Tue Jan 02, 2007 10:20 am
Forum: CMSMS Core
Topic: CustomContent and FrontEndUser modules don't seem to be working properly
Replies: 6
Views: 2302

Re: CustomContent and FrontEndUser modules don't seem to be working properly

jmcgin51 wrote: try {if $customcontent_loggedin == 1}
This works better for me (most of the time)

  if $customcontent_loggedin == '1'

it's the single quotes that do the trick. Shame that the examples in the module are not updated yet
by petert
Sat Dec 16, 2006 9:29 am
Forum: General Discussion
Topic: Template Externalizer: No Templates
Replies: 1
Views: 1641

Re: [solved]Template Externalizer: No Templates

bump

*DUH*

You need the 'use template externalizer' permissions ;)
Wow, do I feel stupid now....
by petert
Fri Dec 15, 2006 9:19 pm
Forum: Modules/Add-Ons
Topic: Zencart Integration software ransom (sort of)
Replies: 13
Views: 6472

Re: Zencart Integration software ransom (sort of)

I will be more then happy to do a Dutch translation (at no cost) for you as a kind of repayment for all the hard work you have done for CMSMS
by petert
Tue Dec 12, 2006 4:27 pm
Forum: Layout and Design (CSS & HTML)
Topic: IE vs Firefox problems
Replies: 3
Views: 1666

Re: IE vs Firefox problems

wow, thank you Mark!

You really a support-guru!
by petert
Tue Dec 12, 2006 4:25 pm
Forum: Dutch - Nederlands
Topic: Eigen module
Replies: 12
Views: 8204

Re: Eigen module

enisdev wrote: Wie heeft hier ervaring met het ontwikkelen van een module ? en kan een simpele maar dan werkende voorbeeldje stap voor stap uitleggen ?
Neem een van de twee modulemaakmodules, deze generen erg goede voorbeelden
by petert
Sun Dec 10, 2006 10:33 am
Forum: Layout and Design (CSS & HTML)
Topic: IE vs Firefox problems
Replies: 3
Views: 1666

IE vs Firefox problems

Hi, Ik was asked to do the setup of a cmsms installation for a website together with a designer. Unfortunatly the designer left (never to be heard off again) and left me with a set of stylesheets that make me wonder if he even understood the concept of cascading in CSS. Anyway, I made it all work in...
by petert
Sun Dec 10, 2006 9:51 am
Forum: Feature ideas
Topic: Links directory
Replies: 7
Views: 4647

Re: Links directory

WhoMe wrote:
petert wrote: what's wrong with bookmarks?
http://dev.cmsmadesimple.org/projects/bookmarks
That´s NOT the same thing.
it's is, take a good look at it
by petert
Sat Dec 09, 2006 9:42 pm
Forum: Feature ideas
Topic: Links directory
Replies: 7
Views: 4647

Re: Links directory

by petert
Sat Dec 09, 2006 9:31 pm
Forum: CMSMS Core
Topic: Embarrassing Question
Replies: 6
Views: 1962

Re: Embarrassing Question

Code: Select all

<?php
echo $_SERVER['SCRIPT_NAME']
?> 
and here is the same subject:
http://forum.cmsmadesimple.org/index.ph ... w.html#new
by petert
Sun Dec 03, 2006 8:46 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Fatal error : Pifaq / FAQ-X / Chat
Replies: 6
Views: 2637

Re: Fatal error : Pifaq / FAQ-X / Chat

I had no idea the modules were old and were not likely to be fixed by their owners! Wow. 'old' is maybe a wrong term in this case. The modules were all built 'pre' adodb-lite, that's why the function name mess is there. You are still very welcome to fix the modules and grant them a new lease of lif...

Go to advanced search