|
Modules break upload link, module scrolling broken 2 Years, 1 Month ago
|
Karma: 0
|
|
So I've just spent the last three hours trying to get this to work.
I've downloaded two copies of the modules and the component.
I started on a dev copy of a live site and when I had problems broke down the plugins and other sources of javascript until the only thing that was loading any script at all was the component and Jvideo. Still no dice, so I tried on another install that I had, still no dice, so I did a clean install and still no dice.
So now I'm on a clean install of joomla, and publishing the module to the page breaks the upload video button. Oddly, just using the Ja Purity purity template with only the component and no module breaks the button as well. That's a clean install, with only the pic-only module and the component installed. Your component only works with beez and milkyway, the upload button breaks on purity so.....
I don't think the strategy you are using with the javascript is working.
So that's com_jvideodirect.1.1.RC3a and mod_dv_list_piconly, both downloaded within that last hour or so.
Oh yeah, module doesn't scroll either.
|
|
|
|
Last Edit: 2009/12/31 07:04 By jbcwebservices.
|
|

|
Re: Modules break upload link, module scrolling broken 2 Years, 1 Month ago
|
Karma: 8
|
|
it is very hard to map your case to a picture. can you please post your site here?
|
|
ethan
jVideoDirect staff
Posts: 422
|
|
|
|
|
Re: Modules break upload link, module scrolling br 2 Years, 1 Month ago
|
Karma: 0
|
molliemarti.ascendimg.com/
swaave1.ascendimg.com
are two sites. Are YOU able to install from the available release and get it to work?
|
|
|
|
|
|
|
Re: Modules break upload link, module scrolling br 2 Years, 1 Month ago
|
Karma: 0
|
|
ethan wrote:
it is very hard to map your case to a picture. can you please post your site here?
I don't know if I can be any clearer.
On a clean install,that means I've only installed your component and one of it's modules,
there is a page where you can add a video, in this case a hosted video only,
that page has a form with a text field for the link and <input> button tag with javascript event to submit that form. , here is the html:
<form id="opForm" name="opForm" action="/index.php?option=com_jvideodirect&view=upload&Itemid=10" method="post">
<table class="vformtable">
<tr><td class="vfkey">Url</td>
<td><input class="validate[required,custom[urlpath]] inputbox" type="text" name="opUrl" id="opUrl" size="40" maxlength="250" value="" onclick="document.getElementById('vd1').innerHTML=document.getElementById('loading').innerHTML;"/>
</td></tr>
/table>
<div class="buttongrp">
<input class="btn" title="from other platforms" type="submit" value="Fetch It" onmouseover="this.className='btn btnhov'" onmouseout="this.className='btn'" onClick="blur();"/>
</div>
<input type="hidden" name="option" value="com_jvideodirect" />
<input name="format" type="hidden" id="format" value="raw" />
<input type="hidden" name="task" value="remoteVDetails" />
<input type="hidden" name="780ab933ecdeecfbe392dcf68a6f65c6" value="1" />
<input type="hidden" name="controller" value="upload" />
<input type="hidden" name="tmplbrk" value="1" />
</form>
In that form you have:
<div class="buttongrp">
<input class="btn" title="from other platforms" type="submit" value="Fetch It" onmouseover="this.className='btn btnhov'" onmouseout="this.className='btn'" onClick="blur();"/>
</div>
Follow me so far?
That should look familiar right?
It's the form to submit a link to a hosted video. It's from a page that the software you wrote automatically links to on install of your component. You know, view=upload?
The button on that page is what I was talking about when I said:
"the upload video button"
Is there another button to upload video in your software or maybe this isn't what you were confused about.
So when I publish the one module installed, a module that comes with the component, the one that shows just the picture from the video, that is, when I go to the backend to the module manager, choose to edit the settings for the piconly module, choose to show it on all the menu items, choose to publish it in a module position, title or not, when I publish it on the page with the upload form, and then go back to the frontend and try to click the "Fetch It" button, the javascript event doesn't fire.
When I publish the installed module to the upload page, remember, view=upload, after publishing the module to this page, when I click the button and nothing happens. If I unpublish the module, it works again.
This is what I was talking about when I said:
"publishing the module to the page breaks the upload video button"
Also, that module is supposed to have a scroll effect. It does not function ever. On any install. This is true for all of the modules that come with the component.
I've also tried two installs that were not clean installs. These were existing installs that had several other components and modules installed and got the same results.
In the case of the clean install, I've just tried the piconly module
On 2 other Joomla installs that I tried I am getting same result, the broken upload button on pages where any of your component's modules are published, and none of your components scroll.
Your javascript is broken.
I've also tried in firefox and chrome.
|
|
|
|
Last Edit: 2009/12/31 14:53 By jbcwebservices.
|
|
|
Re: Modules break upload link, module scrolling br 2 Years, 1 Month ago
|
Karma: 8
|
|
it seems like scrollable.js is not loaded on your site.
I will be off for new year party ...
Guys, HAPPY NEW YEAR
|
|
ethan
jVideoDirect staff
Posts: 422
|
|
|
|
|
Re: Modules break upload link, module scrolling br 2 Years, 1 Month ago
|
Karma: 0
|
|
<script type="text/javascript" src="/components/com_jvideodirect/tools/scroller/adv/jquery.scrollable.js"></script>
thats from the html, is this not it?
Enjoy your new year, mine is ruined now.
|
|
|
|
|
|
|
Re: Modules break upload link, module scrolling br 2 Years, 1 Month ago
|
Karma: 0
|
|
This is what is being loaded:
-----------
source code of scrollable.js
deleted because it make this page not viewable.
-----------
|
|
|
|
Last Edit: 2009/12/31 15:30 By ethan.
|
|
|