TOPIC: ot mini slide show

ot mini slide show 10 years 10 months ago #1193

  • 28rainyday
  • 28rainyday's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
how do you change the image path to include more than one photo in the slide show
Last Edit: 10 years 10 months ago by 28rainyday.
The administrator has disabled public write access.

Re: ot mini slide show 10 years 10 months ago #1194

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
This module does not get image in folder but get in articles (except there is no image in the article - we called it Default image).
So just create a category named slideshow for example, then create articles put into that category, each article contains image to slideshow. Then in module parameter, choose that cate as content source.

You can use the search function of forum:
www.omegatheme.com/advanced-search.html?...me=1&q=minislideshow

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.

Re: ot mini slide show 10 years 10 months ago #1199

  • 28rainyday
  • 28rainyday's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
I still seem to be having difficulty i followed directions and still no slideshow i am supposed to call it in the image path correct?
The administrator has disabled public write access.

Re: ot mini slide show 10 years 10 months ago #1200

  • 28rainyday
  • 28rainyday's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
thanks i seem to have it working now i didnt have the category changed to slide show but i do now thanks for your help
The administrator has disabled public write access.

ot mini slide show 6 years 5 months ago #8928

  • server22
  • server22's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
Hi guys,

I got this errors... Could the expert here in this forum help me?


Warning: require_once(/home/fskmpgco/public_html/modules/mod_k2latest_timelineDShelper.php): failed to open stream: No such file or directory in /home/fskmpgco/public_html/modules/mod_k2latest_timeline/mod_k2latest_timeline.php on line 20

Fatal error: require_once(): Failed opening required '/home/fskmpgco/public_html/modules/mod_k2latest_timelineDShelper.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/fskmpgco/public_html/modules/mod_k2latest_timeline/mod_k2latest_timeline.php on line 20
The administrator has disabled public write access.

ot mini slide show 6 years 5 months ago #8929

  • caselock
  • caselock's Avatar
  • OFFLINE
  • Administrator
  • Posts: 330
  • Thank you received: 32
  • Karma: 2
Hi,
The problem due variant DS not define
please add:
if(!defined("DS")){
			define("DS", DIRECTORY_SEPARATOR);
		}
before require_once syntax line 20
server22 wrote:
Hi guys,

I got this errors... Could the expert here in this forum help me?


Warning: require_once(/home/fskmpgco/public_html/modules/mod_k2latest_timelineDShelper.php): failed to open stream: No such file or directory in /home/fskmpgco/public_html/modules/mod_k2latest_timeline/mod_k2latest_timeline.php on line 20

Fatal error: require_once(): Failed opening required '/home/fskmpgco/public_html/modules/mod_k2latest_timelineDShelper.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/fskmpgco/public_html/modules/mod_k2latest_timeline/mod_k2latest_timeline.php on line 20
The administrator has disabled public write access.
Time to create page: 0.102 seconds