Hi Philip,Mateo
Block problem is solved, I don't know if Mateo already committed it.
Block erandom.php can now be removed, that one I created because random.php was not working
Block random.php and image.php are working correct on my side Specific block: I was not able to test because I don't know how to formulate the image path
What I notice is that the language variables in the admin menus are not translated to English, the variables are present in the common.php.
don't know about the scope of language variables?
Slideshow issue (only showing photo 1 -25) is happing with SeaBreeze (Xanthia3.0) and Extralite (legacy) theme, not only my own. Don't know if it has anything to do with one of the 3rd-Party modules I use!
Regards,
Michiel
- craigh responded to »TagIt 3.0 for Zikula« 01:46 PM
- jmvaughn responded to »error when i try to upgrade to the last version of dizkus module (3.1)« 12:05 PM
- localrags responded to »Remove contents of nuke_sc_anticracker from Database« 11:30 AM
- jmvaughn responded to »Shoutit for zikula 1.3?« 09:31 AM
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
updated "mGallery2" module Critical System Error
-
- Rank: Softmore
- Registered: Apr 17, 2004
- Last visit: May 16, 2010
- Posts: 148
-
- Rank: Team Member
- Registered: Jul 21, 2007
- Last visit: May 24, 2010
- Posts: 67
Hi Michiel,
I already answered these exact questions in an email yesterday, but maybe you didnt receive it. So here we go again :D
Quote
Block problem is solved, I don't know if Mateo already committed it.
Block erandom.php can now be removed, that one I created because random.php was not working
Block random.php and image.php are working correct on my side Specific block: I was not able to test because I don't know how to formulate the image path
I think we still have to fix the block stuff in SVN, but as long as its working for you now... ;)
I have no idea about the 'Specific Block', didnt really look at it yet. For now the user/group synchronization is (apart from real life and other 'projects') of highest priority to me.
Quote
What I notice is that the language variables in the admin menus are not translated to English, the variables are present in the common.php.
don't know about the scope of language variables?
Which 'admin menus' do you mean? Those from the mGallery2 module or from gallery2?
Today, we fixed a lot of the language stuff for mGallery2 (removed duplicate defines, added your dutch translations, etc), so maybe you can update and check if this issue has been resolved :)
Quote
Slideshow issue (only showing photo 1 -25) is happing with SeaBreeze (Xanthia3.0) and Extralite (legacy) theme, not only my own. Don't know if it has anything to do with one of the 3rd-Party modules I use!
The slideshow problems are not related to mGallery2 (and therefore have nothing to do with your zikula theme or 3rd party modules), because I can reproduce this behavior on your site with standalone gallery2. But I can not reproduce it on my own installation.
However, since this does not seem mGallery2/zikula related, did you search the forums on gallery.menalto.com already?
I took a quick look and found this:
http://gallery.menalto.com/node/82813
Maybe you have more luck there :D
Thanks again for the translations
and best regards,
ph -
- Rank: Softmore
- Registered: Apr 17, 2004
- Last visit: May 16, 2010
- Posts: 148
Hi Philip,
This post en your mail crossed.
The mail was just to show what I was experiencing
I understand the priority
Let me know if you need any more testing
Thanks for the link, I already read that one.
Gr,
Michiel -
- Rank: Team Member
- Registered: Jul 21, 2007
- Last visit: May 24, 2010
- Posts: 67
Sorry, this was not meant to sound like an accusation :)
edited by: philipp2, Dec 16, 2008 - 11:50 AM -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2411
accusation? i missed something?
just kidding.
BTW, the problem in Blocks was present only in Windows servers, the directory separator and that stuff... now i've commited the fix
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Softmore
- Registered: Apr 17, 2004
- Last visit: May 16, 2010
- Posts: 148
Good work
you both do!
My English is not so good, so maybe I wrote something that has more than one interpretation, Sorry!
edited by: michiel, Dec 17, 2008 - 06:15 AM -
- Rank: Softmore
- Registered: Oct 17, 2008
- Last visit: Oct 21, 2009
- Posts: 163
I would like to insert "your album" link in the ext menù,
do you know which i the correct link?
It is a dynamic link so I don't know how to insert it :( -
- Rank: Softmore
- Registered: Apr 17, 2004
- Last visit: May 16, 2010
- Posts: 148
Hi,
I use the function.bt_userlinks.php plugin of "BlankTheme" theme (others are not(jet) working for me)
With the following lines
if (pnModAvailable('mGallery2')) {
$menu[] = array('mGallery2', "Gallery", pnModURL('mGallery2'), null);
I think you can use [mGallery2] or the complete URL in ext menu
maybe somebody can confirm this? -
- Rank: Softmore
- Registered: Oct 17, 2008
- Last visit: Oct 21, 2009
- Posts: 163
Thank you,
but "your album" link is th specific album of the user logged in that moment, not the album index [mGallery2]
it's a dynamic link because it's different for every user
in on top-right of the gallery2 home page -
- Rank: Softmore
- Registered: Apr 17, 2004
- Last visit: May 16, 2010
- Posts: 148
I use the random image block (of mGallery2) that has a URL that points to the album of the image you see and I have a horizontal menu bar with a link to the gallery module [mGallery2]
And i have the div style set to " onclick="location.href='http://xxxxx.xx/index.php?module=mGallery2';">"
This is what i can make of your question, I hope it helps -
- Rank: Softmore
- Registered: Oct 17, 2008
- Last visit: Oct 21, 2009
- Posts: 163
My problem is to link the album of the user that is logged-in at the moment, not the album of the pic displayed in that moment.
So I understand it's a very difficult "link" to create :)
Thank you for your answers
- Moderated by:
- Support
