Welcome, Guest
Please Login or Register.    Lost Password?

Making modules disappear
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Making modules disappear
#3265
Making modules disappear 1 Year, 6 Months ago Karma: 0
Is it possible to make the viewer port module dissapear, when a video in the main component area or in the videolist table is clicked. For example on the JVIdeoDirect Demo site, there is a video player in the right position, but when any of the video images in the modules or main component are clicked, this video playerdoes not show on the next page. Is there are simple way to do this viewport module dissappear just as the others do when clicked. If not has anyone written a metamod recipe that can do it.
netician
(Free Member)

Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/08/11 15:10 By netician.
The administrator has disabled public write access.
 
#3266
Re: Making modules disappear 1 Year, 6 Months ago Karma: 16
Use jvideodirect's module positions.

jvideodirect.com/config
cassie
jVideoDirect staff
Posts: 1114
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3267
Re: Making modules disappear 1 Year, 6 Months ago Karma: 0
Thanks that makes things much easier. But is their any way to add the ViewPort
module at the top of the main page. e.g in jvd_main_top1 instead of in jvd_main_bottom1.No top positions are listed for the main page in the options provided. Can this be added somehow. The instructions say:
----------------------------------------------------
add below template positions in templateDetails.xml, you will be able to choose a specific position from the list.
This file can be located at
joomla / templates / YOUR TEMPLATE / templateDetail.xml

add below in green before </positions>

<position>jvd_play_top1</position>
<position>jvd_play_top2</position>
<position>jvd_play_topwide1</position>
<position>jvd_play_topwide2</position>
<position>jvd_play_bottom1</position>
<position>jvd_play_bottom2</position>
<position>jvd_play_bottomwide1</position>
<position>jvd_play_bottomwide2</position>
<position>jvd_play_left</position>
<position>jvd_play_right</position>

<position>jvd_sort_top1</position>
<position>jvd_sort_top2</position>
<position>jvd_sort_topwide1</position>
<position>jvd_sort_topwide2</position>
<position>jvd_sort_bottom1</position>
<position>jvd_sort_bottom2</position>
<position>jvd_sort_bottomwide1</position>
<position>jvd_sort_bottomwide2</position>
<position>jvd_sort_left</position>
<position>jvd_sort_right</position>

<position>jvd_main_bottom1</position>
<position>jvd_main_bottom2</position>
<position>jvd_main_left</position>
<position>jvd_main_right</position>

-------------------------------------------------------------
Is it OK to use this method but use <position>jvd_main_top1</position>

even thought its not listed above.
netician
(Free Member)

Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/08/11 17:44 By netician.
The administrator has disabled public write access.
 
#3268
Re: Making modules disappear 1 Year, 6 Months ago Karma: 16
if it is not listed, it cannot be used.

in fact, main_top position is reserved any joomla plugin.

$dispatcher->trigger( 'DisplayOnMainPageBeforeScroller', array(&$user) );
cassie
jVideoDirect staff
Posts: 1114
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3269
Re: Making modules disappear 1 Year, 6 Months ago Karma: 0
How come main top is allowed for play <position>jvd_play_top1</position> and
sort <position>jvd_sort_top1</position> but not for main. Can't something be changed to allow it to work for main also. Also on the JVideoDirect demo site their is a Being Watch Now module that dissappears when a video is clicked and it is in a position above the main area. Either it must be in main_top or their must be some other way of making the module go away once click. Please let me know if their is another way that this is being achieved in the demo or if jvd_main_top is being used.
netician
(Free Member)

Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/08/11 18:33 By netician.
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: cassie, tanny, ethan