[CUSTOM] Adding Interface to Image Show module

GK User
Tue Oct 19, 2010 11:53 am
how to put preview/next arrow to image show on sporter
like on the image here

Image

and how to to put sporter image show style to some other template, like gamebox, memovie,.. based on T3 framework i dont know on what all files i need to look and replase
so if someone can give me list on what files to look
User avatar
Senior Boarder

GK User
Tue Oct 19, 2010 11:16 pm
Good question I was just about to post about the same thing . So I second this request.
User avatar
Platinum Boarder

GK User
Tue Oct 19, 2010 11:48 pm
And too me :)
User avatar
Junior Boarder

GK User
Wed Oct 20, 2010 1:38 am
Hi

Well... this is considerate customization, but since it's not very hard to manage, i provide it for you guys.

Please download the attach file, read instructions on txt file and them replace files.

Don't forget replace settings on module by this ones:

Code: Select all
text_position=246;
text_height=100;
show_text_block=true;
clean_xhtml=true;
wordcount=24;
title_char_amount=27;
slide_links=true;
preloading=true;
pagination=true;
pagination_cols=4;
pagination_date=true;
pagination_limit=39;
pagination_date_format=%e %B %Y;
animation_speed=500;
animation_interval=5000;
autoanimation=true;
animation_type=opacity;
readmore_text=Read more;
show_info=true;
date_format=%A %e, %B %Y;
author_name=username;
info_format=Written: %date by %author;
interface=true;


This should be the result:




Enjoy ;)
User avatar
Platinum Boarder

GK User
Wed Oct 20, 2010 2:30 am
thanks about that its working
about putting sporter image show to other t3 framework template on what files i need to look

only those or is there something else,
../gk_sporter/css/gk_stuff.css
../gk_sporter/html/mod_gk_image_show/class.php
../gk_sporter/html/mod_gk_image_show/content.php
../gk_sporter/images/is_arrows.png
../gk_sporter/js/gk_image_show.js

thanks
User avatar
Senior Boarder

GK User
Wed Oct 20, 2010 2:33 am
Thank you very much for that. However i have 2 more questions. Is there a way to make the pagination blocks scroll too in the case there are more than 4 images in the image show.
User avatar
Platinum Boarder

GK User
Wed Oct 20, 2010 2:41 am
tomislav wrote:
thanks about that its working
about putting sporter image show to other t3 framework template on what files i need to look..


It depends on each Image Show style and javascript used, but mainly it should work without any problem with others.
User avatar
Platinum Boarder

GK User
Wed Oct 20, 2010 2:47 am
Thanks you big boss :)
It is excellent :cheer:
User avatar
Junior Boarder

GK User
Wed Oct 20, 2010 2:51 am
Seichinha wrote:
tomislav wrote:
thanks about that its working
about putting sporter image show to other t3 framework template on what files i need to look..


It depends on each Image Show style and javascript used, but mainly it should work without any problem with others.


putting sporter image show on memovie 2.0.5 will it work
and only on those files i need to replase
thanks
User avatar
Senior Boarder

GK User
Wed Oct 20, 2010 3:05 am
apanou wrote:
Thank you very much for that. However i have 2 more questions. Is there a way to make the pagination blocks scroll too in the case there are more than 4 images in the image show.


That's one question :P

I'm sorry, but that's much more difficult to achieve.
Needs hard javascript and style changes.
User avatar
Platinum Boarder

GK User
Wed Oct 20, 2010 3:06 am
Can you guys please tell me how to take the date in the pagination blocks off. I did this : pagination_date=false; but it still does not work. the date is still showing.


@Seichinha


Thank you very much for that. However i have 2 more questions. Is there a way to make the pagination blocks scroll too in the case there are more than 4 images in the image show.
User avatar
Platinum Boarder

GK User
Wed Oct 20, 2010 3:09 am
Seichinha wrote:
apanou wrote:
Thank you very much for that. However i have 2 more questions. Is there a way to make the pagination blocks scroll too in the case there are more than 4 images in the image show.


That's one question :P

I'm sorry, but that's much more difficult to achieve.
Needs hard javascript and style changes.



Sorry. Here is the other question
Can you guys please tell me how to take the date in the pagination blocks off. I did this : pagination_date=false; but it still does not work. the date is still showing.
User avatar
Platinum Boarder

teitbite
Thu Oct 21, 2010 11:03 am
Hi

Please try to disable it by css:

Code: Select all
.gk_is_tab span {
display:none;
}



If You are looking for someone to copy the Photoslide's style from one template to another You can hire me to do this. Please just mail me.
User avatar
Moderator

GK User
Fri Oct 22, 2010 12:36 am
Where should I add that please?
User avatar
Platinum Boarder

teitbite
Sat Oct 23, 2010 9:40 pm
Hi

The best place is override.css. Please remember to enable it in the template settings.
User avatar
Moderator

GK User
Sat Oct 23, 2010 11:49 pm
I enable css override but I don't see in the template where to actually put the code you gave me. Is there a text area that is to put the code in? if so what it's called?
User avatar
Platinum Boarder

teitbite
Sun Oct 24, 2010 4:11 am
Hi

Please place it directly in file override.css.
User avatar
Moderator

GK User
Mon Oct 25, 2010 10:24 am
you will need to open override.css in a text editor, or inbuilt in joomla..

goto template manager > gk_sporter > edit css > override.css > change
User avatar
Platinum Boarder

GK User
Mon Nov 08, 2010 10:45 pm
Hello guys there is a big conflict between that fix you gave and the version 1.0.4 of the template. After updating the files you gave us the tool option at the top of the page stays in the open position. even when you turn the tools of in css override, the word tool is gone but the options are still there see pictures as illustration
User avatar
Platinum Boarder

teitbite
Wed Nov 10, 2010 9:52 am
Hi

Jizz :/ I have once again forget the address to Your site. Please remind me.
User avatar
Moderator

GK User
Thu Nov 11, 2010 11:46 pm
I replaced the files with original template files . but i can put on a demo site so you can see what it does . what I explained to you is exactly what it does.
User avatar
Platinum Boarder

teitbite
Sat Nov 13, 2010 1:45 pm
Hi

Please remind me Your site's url and if I won't find the solution then I'll tell You how to hide it.
User avatar
Moderator

GK User
Tue Feb 08, 2011 11:00 am
Seichinha wrote:Hi

Well... this is considerate customization, but since it's not very hard to manage, i provide it for you guys.

Please download the attach file, read instructions on txt file and them replace files.

Don't forget replace settings on module by this ones:

Code: Select all
text_position=246;
text_height=100;
show_text_block=true;
clean_xhtml=true;
wordcount=24;
title_char_amount=27;
slide_links=true;
preloading=true;
pagination=true;
pagination_cols=4;
pagination_date=true;
pagination_limit=39;
pagination_date_format=%e %B %Y;
animation_speed=500;
animation_interval=5000;
autoanimation=true;
animation_type=opacity;
readmore_text=Read more;
show_info=true;
date_format=%A %e, %B %Y;
author_name=username;
info_format=Written: %date by %author;
interface=true;


This should be the result:

Image [file name=IS_Interface_Sporter_UNZIP.zip size=13378]http://www.gavick.com/media/kunena/attachments/legacy/files/IS_Interface_Sporter_UNZIP.zip[/file]


Enjoy ;)


Hi
I tried your hack, but no way. When I upload these files, photoslide shows a black background.

My template version is sporter 1.0.8 and joomla 1.5.22

What's happening?
User avatar
Expert Boarder

teitbite
Thu Feb 10, 2011 1:42 am
Hi

First of all. Please show us Your site.

Have You tried with mootools upgrade plugin on and off ?
User avatar
Moderator

GK User
Thu Feb 10, 2011 9:33 am
teitbite wrote:Hi

First of all. Please show us Your site.

Have You tried with mootools upgrade plugin on and off ?


I've tried disabling mootools upgrade plugin, and now works fine, but I need this plugin enabled to work with Kunena forum 1.6.

can you fix this hack to work with mootools upgrade plugin enabled?

Mi site:

http://www.canarias24horas.net/C24H-2011/prueba/

User: demo
Pass: demo

Kunena forum:
http://www.canarias24horas.net/C24H-201 ... x.php/foro

Thank you
User avatar
Expert Boarder

teitbite
Fri Feb 11, 2011 2:41 am
Hi

I'm sending this to our programmer than.
User avatar
Moderator

teitbite
Mon Feb 14, 2011 2:12 am
Hi

I've got an answer from programmer that it's still running 1.11 mootools and right now there is no time for upgrading it. There is too much work with new templates and recoding to joomla 1.6. Sorry.
User avatar
Moderator

GK User
Mon Feb 14, 2011 11:33 am
Ok. No problem.
Thank you
User avatar
Expert Boarder

GK User
Sat Oct 08, 2011 8:29 am
Hello.

Is this hack valid for 2.1 Sporter template?
I dont have any /gk_sporter/html/mod_gk_image_show/ folder, should I create it and put inside the class.php and content.php ?

Why you just implement this on the Image Show Module ? It will made our life easier :)

Thanks
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.