Search
Search results
Number of search hits: 45
-
Problem with Slideshow (Dizkus)
-
In some album template is not assigned.
In admin panel of Mediashare in "Default album template" mark checkbox "Allow template override in albums?" and press "Apply globally".
Created on Nov 10, 2007
-
slideshow on Pagesetter page (Dizkus)
-
what I want to do: having changing pictures from a directory a background of a Pagesetter page
this should be no problem in Pagesetter with some work on the template and embedding an iframe with a Mediashare slideshow
anyway I have to make some new Mediashare template or strip some existing from all the controls etc. to the naked images
which template shall I take as base? and
Created on Oct 19, 2007
-
Gallery name from list of pagesetter pubs- relations in Mediashare? (Dizkus)
-
Solved...er...hacked
I decided because I never use topics to hack elfisk_topicSelector.php Rather than grabbing the topics from the database it now grabs all the publication pid's and titles from a given publication and populated the drop down with them.
I then replaced the elfisk_textInput.php with the modified topicSelector.php and still had the id set to "keywords"
So
Created on Sep 18, 2007
-
All folders show up twice.. (Dizkus)
-
Ha. OK :lol:
I hadn't bothered to add a description to the main album and it never occurred to me that one would be injected automatically. After not seeing it in General Admin I presumed it was in a template file. Not finding it, I searched the contents of the mediashare program files and found a language constant. I searched for usage of the constant and found it in the
Created on Aug 22, 2007
-
Pasting complete urls instead of relative ones (Dizkus)
-
Tried another attempt.
Instead of using the paste html templates i changed some lines and added another to pnexternal.php where those constants as previewUrl ... are generated.
so i did this:
[code]
$prefixUrl="http://".$_SERVER["HTTP_HOST"];
$render = new elfiskRender('mediashare');
mediashareExternalLoadTheme($render);
$render->caching = false;
$render->assign('albumId', $albumId);
$render->assign('mediaId', $mediaId);
$render->assign('mediaItem', $mediaItem);
$render->assign('thumbnailUrl', $prefixUrl."/mediashare/$mediaItem[thumbnailRef]");
$render->assign('previewUrl', $prefixUrl."/mediashare/$mediaItem[previewRef]");
$render->assign('originalUrl', $prefixUrl."/mediashare/$mediaItem[originalRef]");
$render->assign('mode', $mode);
[/code]
But there is NO change at all. No absolute url. all i get is this:
[code]
[/code]
if i
Created on Aug 19, 2007
-
Firefox does not show Videos in medishare! (Dizkus)
-
[quote=J?rn]Please add as a bug on source forge.[/quote]
Did it long ago. :)
Meanwhile you have released Mediashare 3.0 and its changelog says that THIS problem has been solved. but it is NOT.
still you dont use embed tags as firefox REQUIRES it. simple rule: no embed tag no player. all the function does is to insert an object.
guess i have to patch the media template
Created on Aug 17, 2007
-
Insert Mediashare File (pdf) (Dizkus)
-
[quote=J?rn]The popupMediaViewer() is located in view.js (AFAIR). You must include this file in the pages that displays these links.[/quote]
By include I'm assuming you mean add:
in the of my template for the module displaying my page content.(i.e. pagesetter).
I've done that as well as ensured my popup blocker will allow popups from my sites url, still doesn't work.
Created on Aug 10, 2007
-
Slideshow doesn't work (Dizkus)
-
It's a bug in 2.1.2. Go to admin/mediashare and reset all album templates. Fixed in CVS.
Created on Aug 07, 2007
-
mediashare problems with postnuke .8RC1 under linux (Dizkus)
-
Hi
I tried to install mediashare 2.1.2 under .8RC1.
Under windows i had no problem - worked like a charm.
Under linux, i got the error message i posted below.
I used a fresh postnuke install, activated Topic, then mediashare.
I tested it on the same server under a fresh .760 too - no problems.
So, its related to RC1 exclusive and linux - i assume its a problem
with upper/lower
Created on Aug 02, 2007
-
Lightbox in mediashare 2.1.2 (Dizkus)
-
In my humble experience, i have had too much trouble with the ruleset that comes with xanthia... so what i do is use my own definitions at .htaccess but leave the "use short URLS" option off.
Since most modules output is templated, i hardcode there my rules... this is a really simple solution where you get to write any ruleset you want. But this way you have to have some knowledge
Created on Jul 25, 2007
Start a new search