Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 01:38:36 PM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
149639 Posts in 21099 Topics by 7538 Members
Latest Member: ionline
* Home Help Search Login Register
Pages: 1 [2]   Go Down
Print
Author Topic: Slideshow Mod  (Read 16461 times)
soodanim

Offline Offline

Posts: 30


« Reply #25 on: January 18, 2006, 11:26:04 AM »

and on another note

How can you remove the image toolbar that appears when you hover the mouse over and image?
I've used meta tags before toolbar=no but where would you put it?

Ta  grin
Logged
pcwacht
Guest
« Reply #26 on: January 18, 2006, 11:38:11 AM »

For the no toolbar:
Open up :
modules/slideshow/view.php

search for:
         <IMG name="SLIDESIMG" src="" border="0"
         style="'.$setting_filter.'" alt="Slideshow image">

replace with:
         <IMG name="SLIDESIMG" src="" border="0" toolbar="no"
         style="'.$setting_filter.'" alt="Slideshow image">
Is in the upper bit of the script

For the sections not showing: compatibilty issue between mods <26x and 26x
the oldies use
$module_type = 'page';
the new use
$module_function = 'page';

Open up modules/slideshow/info.php
add
$module_function = 'page';
to it

reload the addons (wb261 only, admin-settings-advancedsettings, bottom of screen)

John

PS, Am waiting to see if there are more bugs, features etc, then I will implement them and release it as stable.
Can't take long ..... Wink
« Last Edit: January 18, 2006, 12:06:21 PM by pcwacht » Logged
soodanim

Offline Offline

Posts: 30


« Reply #27 on: January 18, 2006, 01:16:09 PM »

Sweeetttt

Thankies all fixed....

I actually sorted out the no image toolbar but just adding:

<meta http-equiv="imagetoolbar" content="no">

in my template as I didn't want it showing on any images and it fixed the slideshow.

Thanks heaps   cool
Logged
soodanim

Offline Offline

Posts: 30


« Reply #28 on: January 18, 2006, 01:31:37 PM »

 grin

Well for now, just one

Is there a way to change the popup? Wanna center the picture and maybe resize to the image and change the background....

 smiley

Must say you guys are pretty clever all this php just looks like goobly gook to me lol  smiley
Logged
soodanim

Offline Offline

Posts: 30


« Reply #29 on: January 18, 2006, 01:41:08 PM »

oohhh and a possible feature.... 2 - 3 (would depend on the size of the image I suppose) images showing and horizontal scroll?


ooohhhh and another question.....I am using Slideshow on a subpage....can you get the submenu title to show on the page....
or is that something else again.... smiley
Logged
soodanim

Offline Offline

Posts: 30


« Reply #30 on: January 18, 2006, 02:24:41 PM »

now I am getting greedy!

Can u run three instances of slideshow on 1 pages, but side by side instead of on top of each other?

 huh
Logged
Hans

Offline Offline

Posts: 560


« Reply #31 on: May 05, 2006, 10:25:49 PM »

Hi John

tried to use slideshow in the latest WB (2.6.3) version in a new section on a page, but it doesn't show up.
I reloaded add-ons in settings.
Hope you can help me, it's a perfect module I used before with success.

Hans
« Last Edit: May 05, 2006, 10:36:47 PM by Hans » Logged

Hans - Nijmegen - The Netherlands
pcwacht
Guest
« Reply #32 on: May 05, 2006, 11:04:40 PM »

I wish I could help but the module is working here.... in 263

Sorry.


John
Logged
Pages: 1 [2]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!