Search
Search results
Number of search hits: 45
-
Slideshow - cannot find template (Dizkus)
-
to use slideshow I get a blank page and then the administration panel shows the following:
'In mediashare module, cannot find template Frontend/standard/head.html'
'In mediashare module, cannot find template frontend/standard/slideshow.html'
A new installation of Zikula 1.1.2 and Mediashare 4.0, so I must have missed something.
Warre
Created on Aug 24, 2009
-
HACK: Relating a Mediashare Album with a Pagesetter publication (Dizkus)
-
because it's more convenient: you can use the XML output to display your album images using several flash scripts, or create your own templates to show the album embedded on the publication.
-----------------------------------
How?
----
BACKUP YOUR INSTALLATION AND DATABASE!
TEST FIRST IN LOCALHOST!
If this breaks up your site I'm not responsible.
Go to line 280 of common.php in modules/pagesetter/
Change the word Topics for mediashare (lowcaps!!!)
Lines 287 to 290 or 288 to 291 has the $sql variable (the sql query), change it so it now reads like this:
[code=php] $sql = "SELECT ms_id, ms_title FROM zk_mediashare_albums ORDER BY ms_title";
[/code]
Of course, if you chose a different prefix for your tables (pn if you use postnuke for example) change it accordingly.
------------------------------------
THAT'S IT!
Don't touch anything more and go to any publication type... See the wonderful Album selector where the publication topic selector was !!!
------------------------------------
Usage
-----
Unfortunately i have not yet discovered how to extract the main image from an album to use as an album cover so... We'll do with what we have at hand
On your templates:
$core.topic.name
Displays the associated Album name.
$core.topic.id
Displays the associated Album Id number.
------------------------------------
So... we finish an article and we could use the xml mediashare template to create a nice list that works with ... say ... JW Image Rotator.
This way also let's us use any mediashare output that is headerless and footerless (lightbox!!!).
If somebody says "Hey, that image is mine and i would like you to remove" (you know, your typical Cease and Desist), you can easily remove the offending image from your Mediashare Album instead of editing your Pagesetter publication.
-------------------------------------
TODO
----
Here's where we need people far more clever!
The $sql query is not parametrized, and hence, not truly up to the quality of what Jorn has done with his beautiful modules (and that's why this is a HACK and not a MOD :D )...
There should be a way to do this (IMHO) without needing to cripple Topics.
I propose somebody fixes this and let's us know where to make the changes and what files to add so this is more compliant.
There should be a way to "read" what the Album main image is, to display it if needed.
There should be a way to say something like $core.mediashare_album.id, $core.mediashare_album.name and $core.mediashare_album.mainimage and a proper function to embed the associated Album info and/or contents using any mediashare template we would like.
What happens to a publication when it points to an album that no longer exists? If this happens, there should
Created on Jan 17, 2009
-
urgent : help ! how to create a template like youtube? (Dizkus)
-
You might want to look into mediashare
Created on Oct 28, 2008
-
Photoshare => Mediashare in Zikula (Dizkus)
-
Jorn, you're gonna hate me ;)
I have a very old site running pn 0.7.1, with a lot of images in photoshare 4.2. My goal is to modernize to Zikula and mediashare. The photoshare images are stored in the database. I have a new fresh zikula install (not upgraded) and it and mediashare are functioning there.
I know there are some basic compatibility issues here. I can't install
Created on Jun 24, 2008
-
Mediashare not running under Zikula 1.0 (Dizkus)
-
error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' , ms_template, ms_p' at line 10 while executing: SELECT ms_id, ms_ownerid, UNIX_TIMESTAMP(ms_createddate), UNIX_TIMESTAMP(ms_modifieddate), ms_title, ms_summary, ms_description, ms_keywords, ms_topicId, , , ms_template, ms_parentAlbumId, ms_viewkey, ms_mainmediaid, ms_thumbnailsize, ms_nestedsetleft, ms_nestedsetright, ms_nestedsetlevel FROM pn_mediashare_albums
Created on Jun 10, 2008
-
access rights under .8 (Dizkus)
-
This issue has to do with the templates I think, your users can add albums if they provide the correct url to add album. But the problem is that the url link is not found in the template, for whatever reason?!! I had to play with it and add it manually, so that users can see the link.
Anyway. try this link
Created on Jun 06, 2008
-
Media Management (Dizkus)
-
Is it possible to create a template that would display Mediashare albums and their contents in an explorer type interface (like the elfisk.dk navigation menu)? Has
Created on May 14, 2008
-
Editable items not appearing via admin (Dizkus)
-
Scribite using FCKeditor, edited a couple of page items with it and saved the pages. No problems. Note also that I did update my theme templates with the scribite tag.
4. Then I decided to switch Scribite from using FCKeditor to instead use Xinha.
Now the problem: After switching to Xinha, it is not loaded into the Content page items when I edit them. Furthermore, the existing items are not shown on the Content admin page. However, if I view the pages with Edit Mode On, the individual items can be edited even though Xinha still does not appear.
I have tried clearing compiled templates and caches. Plus, pnRender and Theme are both set to do a compile check and force compilation and caching is disabled.
I've
Created on Apr 09, 2008
-
elfisk Demo Template and Style (Dizkus)
-
layout used in this (elfisk.dk) site on theMeadiashare Demo pages. Intead of having the albums arranged vertically, is there a template/CSS file available that positions and sizes the albums images as seen here?
Regards
Robbi
Created on Feb 04, 2008
-
problem showing images in pagesetter with mediashare (Dizkus)
-
It's a template problem. Looks like the default template generator is wrong wrt. Mediashare URLs.
Edit the template and hopefully you will see what is wrong with the Mediashare entry ...
Created on Nov 12, 2007
Start a new search