Search found 353 matches

by manuel
Fri May 02, 2014 7:24 pm
Forum: Tips and Tricks
Topic: Check if URL has "http://" with a small UDT
Replies: 1
Views: 3200

Check if URL has "http://" with a small UDT

Issue: - users are allowed to enter URL's in a text input box. - That URL has to be used later on to create a href - If the user didn't enter "http://", the href will be send visitors to "http://www.yourwebsite.com/www.someotherwebsite.com" instead of "http://someotherwebsi...
by manuel
Thu Dec 12, 2013 7:27 pm
Forum: Dutch - Nederlands
Topic: CHMOD afgeschaft bij nieuwe installatie?
Replies: 3
Views: 2804

Re: CHMOD afgeschaft bij nieuwe installatie?

In principe is het dus voldoende om gewoon de install map te verwijderen maar je kan natuurlijk heel wat extra doen... Over permissions specifiek vind ik dit terug op de permissions pagina : Checking write permission on config.php Though during normal operations it is not recommended for the web ser...
by manuel
Thu Dec 12, 2013 7:19 pm
Forum: Dutch - Nederlands
Topic: CHMOD afgeschaft bij nieuwe installatie?
Replies: 3
Views: 2804

Re: CHMOD afgeschaft bij nieuwe installatie?

Beste Art-art, Je kan uitgebreide informatie vinden over het installeren en beveiligen op deze paginas: http://docs.cmsmadesimple.org/ Kijk ook gerust eens naar onze partners , daar zou je terecht moeten kunnen voor een hosting account die een zorgenvrije setup van cmsms mogelijk maakt (ze zijn gete...
by manuel
Sat Aug 17, 2013 7:51 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] FEU - Unique File Download per User
Replies: 9
Views: 2293

Re: FEU - Unique File Download per User

Dear mr.bacan, Seems like a lot of work and i haven't done this myself yet but... you should be able to directly generate custom PDF's containing the FEU user's information by creating a UDT that generates the PDF's using http://www.fpdf.org/ http://www.techrepublic.com/article/generating-pdf-files-...
by manuel
Wed Aug 07, 2013 4:23 pm
Forum: The Lounge
Topic: Smarty book recommendations?
Replies: 2
Views: 1505

Re: Smarty book recommendations?

Dear Paul,

That's the only one i know of...
If you want to buy just the e-book, here is the original publisher:
http://www.packtpub.com/smarty-php-temp ... tions/book

Greetings,
Manuel
by manuel
Wed Jul 17, 2013 8:55 pm
Forum: Tips and Tricks
Topic: Getting the Vimeo video thumb
Replies: 3
Views: 4791

Re: Getting the Vimeo video thumb

If you want to use this with "private" video's you can't use the "Simple API" because that one is for public data only. A small change to file_get_contents & $vimeothumb does the trick: (the bottom part is different as well but that's only to get the URL in a var instead of u...
by manuel
Fri Jul 05, 2013 1:58 pm
Forum: Modules/Add-Ons
Topic: Save form and return to it
Replies: 3
Views: 1576

Re: Save form and return to it

Dear Chirs,

Don't know if this is "reliable/secure/suited for multi page forms" but here is a link you might want to take a look at:
http://coding.smashingmagazine.com/2011 ... -and-more/

Greetings,
Manuel
by manuel
Mon Jun 03, 2013 9:25 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: (SOLVED)Where to disable E_DEPRECATED?
Replies: 8
Views: 3594

Re: Where to disable E_DEPRECATED?

Dear Rab,

Feel free to slap a [solved] in front of the subject of your first post ;)

Greetings,
Manuel
by manuel
Mon Jun 03, 2013 9:07 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: (SOLVED)Where to disable E_DEPRECATED?
Replies: 8
Views: 3594

Re: Where to disable E_DEPRECATED?

Dear Rab,

I had just edited my reply to include a response about that when i noticed you already responded :)

Greetings,
Manuel
by manuel
Mon Jun 03, 2013 8:55 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: (SOLVED)Where to disable E_DEPRECATED?
Replies: 8
Views: 3594

Re: Where to disable E_DEPRECATED?

Dear Rab, As it happens, i had a chat support session with Arvixe about the same a while ago. The conclusion at the end of my support session was that i could either enable or disable the error_reporting by setting a custom php.ini. :-\ Because there was no real solution that allowed me to set the *...
by manuel
Fri May 17, 2013 9:35 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] News Scroller With Image
Replies: 9
Views: 2741

Re: [SOLVED] News Scroller With Image

Hi all,

One small remark: "upscale" should be "1". ;D

Greetings,
Manuel
by manuel
Fri May 17, 2013 9:32 pm
Forum: Modules/Add-Ons
Topic: CGSmartImage Crop To Fit + resize
Replies: 1
Views: 1332

Re: CGSmartImage Crop To Fit + resize

Dear Tylei,

Try changing "upscale" to "1" :)

Greetings,
Manuel
by manuel
Thu May 09, 2013 10:45 am
Forum: Dutch - Nederlands
Topic: one page in cmsms ?
Replies: 9
Views: 2887

Re: one page in cmsms ?

Beste pedes,

Dit kan je gebruiken voor de blokken met inhoud van je pagina:
http://forum.cmsmadesimple.org/viewtopi ... =4&t=66210

Met vriendelijke groet,
Manuel
by manuel
Fri May 03, 2013 10:37 pm
Forum: The Lounge
Topic: News module pretty urls
Replies: 9
Views: 2813

Re: News module pretty urls

Dear Dr.CSS,

Great tip!!
I've just finished implementing a cycle2 powered pagination on my latest project, I don't know if i'll ever be able to return to regular pagination ;D

Greetings,
Manuel
by manuel
Fri May 03, 2013 6:06 pm
Forum: Dutch - Nederlands
Topic: UDT met variabelen
Replies: 12
Views: 2846

Re: UDT met variabelen

Beste Erpee,

Je kan eerst kijken of de parameter bestaat voor je de UDT laat uitvoeren:

Code: Select all

{if $smarty.get.mijnvar}
{MijnUDT mijnparameter=$smarty.get.mijnvar}
{/if}
Met vriendelijke groet,
Manuel

Go to advanced search