Search found 67 matches

by eralf
Thu 30. Oct 2014, 15:31
Forum: phpwcms Support English
Topic: Hyperlink on entire image in LofSlider!?
Replies: 3
Views: 8756

Re: Hyperlink on entire image in LofSlider!?

excellent Oliver, I need your tip to surround everything with the link. It works fine! <!--IMAGES_ENTRY_START//--> <all-clicable> <a href="{URL}"> <!-- {IMAGE_NAME} --> <li> <img src="{IMAGE_REL}"[TITLE] title="{TITLE}"[/TITLE] height="{IMAGE_HEIGHT}" width=&q...
by eralf
Fri 24. Oct 2014, 16:55
Forum: phpwcms Support English
Topic: Hyperlink on entire image in LofSlider!?
Replies: 3
Views: 8756

Hyperlink on entire image in LofSlider!?

LofSlider works fine. I use it on more than one site's! (e.g. http://www.gbsderank.nl) But I get more and more the request if it is possible that the hyperlink works on the whole image? It would i.d. very nice if the URL entered in CP Image Splecial affects the entire image. Does anyone know if this...
by eralf
Mon 15. Sep 2014, 10:28
Forum: phpwcms Support Deutsch
Topic: [SOLVED PARTIALLY] CP search template
Replies: 9
Views: 3944

Re: [SOLVED PARTIALLY] CP search template

Additional question ... When I change the template, it has no effect! I changed: the template> template> inc_default> search.tmpl. And then in the CP default template. And I have> template> inc_cntpart> search> name.tmpl changed. Also I have first in the CP the template name.tmpl chosen. Again, no c...
by eralf
Sat 13. Sep 2014, 11:46
Forum: phpwcms Support Deutsch
Topic: [SOLVED PARTIALLY] CP search template
Replies: 9
Views: 3944

Re: [SOLVED PARTIALLY] CP search template

OK... we use now 1.6.531 on this website.
Maybe is an update not a bad idea
by eralf
Sat 13. Sep 2014, 10:41
Forum: phpwcms Support Deutsch
Topic: [SOLVED PARTIALLY] CP search template
Replies: 9
Views: 3944

Re: [SOLVED PARTIALLY] CP search template

I am looking for a template for the search CP. I want to show better results than standard.
Also with me is the template empty.
Can someone help me to use the correct code in a template I've been looking into the WiKi and the DOCU site. This was the only article that I found on this forum. thanks
by eralf
Tue 20. Aug 2013, 21:29
Forum: phpwcms Templates Deutsch
Topic: Tutorial "Image Slider"
Replies: 14
Views: 10299

Re: Tutorial "Image Slider"

I use this slider an it works great !
But on one site: http://www.gbsderank.nl the option URL in the CP, works fine!!
But on the onther site it won't work :-(

I have lookt everywere, but can not find the solution.
What does I do wrong ??
by eralf
Wed 5. Jun 2013, 20:14
Forum: phpwcms Modules English
Topic: mod_shop where to start implementing IDEAL payment method
Replies: 13
Views: 15275

Re: mod_shop where to start implementing IDEAL payment metho

I am very curious if it worked to use iDeal in the webshop?
maybe can caramello or Blokof tell if it worked?
by eralf
Thu 25. Apr 2013, 10:37
Forum: phpwcms Support English
Topic: 2 colum teaser
Replies: 3
Views: 7599

Re: 2 colum teaser

Thanks, I try this before but the result is twice article 1 and twice article 2.
Probebly i am doing somthing wrong !? :oops:
Can you gife me some code?
by eralf
Thu 25. Apr 2013, 10:18
Forum: phpwcms Support English
Topic: 2 colum teaser
Replies: 3
Views: 7599

2 colum teaser

Hello. I want to use the teaser tag in two colums. | colum 1 | Colum 2 | |-------------|-------------| | teaser 1e | teaser 2e | | article | article | | ----------- |--------------| | teaser 3e | teaser 4e | | article | article | Is there antbody who know the code for this?
by eralf
Wed 20. Mar 2013, 12:22
Forum: phpwcms Support English
Topic: Remove Multiple Files - big problem ?
Replies: 10
Views: 11291

Re: Remove Multiple Files - big problem ?

great !!! ... i wil test it end then update al the school website's.
by eralf
Tue 19. Mar 2013, 15:36
Forum: phpwcms Support English
Topic: Remove Multiple Files - big problem ?
Replies: 10
Views: 11291

Re: Remove Multiple Files - big problem ?

Hello. Is there in the meantime a solution to this problem? If not, can I get the workaround of Cipolla? An integrated solution is really necessary. My users find it very annoying when they have to remove images one by one !! I have many schools as customers and they use many images in various photo...
by eralf
Tue 23. Oct 2012, 10:16
Forum: phpwcms !!!Security Alert!!!
Topic: password fill-in
Replies: 2
Views: 18459

Re: password fill-in

You're right. That is indeed the cause. Thank you!
by eralf
Mon 22. Oct 2012, 16:16
Forum: phpwcms !!!Security Alert!!!
Topic: password fill-in
Replies: 2
Views: 18459

password fill-in

If a user password changed his password and he taps a letter, a list of previously entered passwords appears! Also from other administrators. Now he can see what other password is used by someone else.
How can we prevent that?
by eralf
Tue 28. Aug 2012, 22:44
Forum: phpwcms Support English
Topic: Lofslider speed and opacity
Replies: 4
Views: 3452

Re: Lofslider speed and opacity

Found !!

In the template file you find at line 66 to 74 the interval and duration ...

Code: Select all

	// build lofslider navigational element
	jQuery(document).ready(function(){
	
		var lof_options = {
			interval: 6000,
			easing: 'easeInOutSine',
			duration: 2400,
			auto:true
		};