maternal
Welcome, Guest. Please login or register.
Did you miss your activation email?

 
Advanced search

18639 Posts in 5526 Topics- by 9327 Members - Latest Member: Yannis

May 19, 2013, 08:09:45 PM
JOOM::GALLERY::FORUMJoomGallery 1.5 MVC - ExtensionsModulesModule JoomImages test version 1.5.3
Pages: 1 [2] 3
Print
Author Topic: Module JoomImages test version 1.5.3  (Read 13733 times)
0 Members and 1 Guest are viewing this topic.
Joshua
Sr. Member
****
Offline Offline

Posts: 321


Ready for Adventure!


View Profile WWW
« Reply #15 on: July 28, 2009, 10:18:36 AM »

Quote
Say, do you admin manually type up the php code, or do you use a program? Just wondering.
What do you mean? Inserting the changes of Arjan?

Quote
As for pagination, you guys pulled it off on the joomgallery cb tab, would it be similar logic to create?
No, sorry. It's another technique. Please show me a module with a working pagination. I have a first idea,
but i'm not sure that it can be a solution....

Example... you can use dream weaver, or Microsoft Front page which is software that helps generate html or php. When I say manually, I mean open up a txt file and start typing away the code...

As for a working module, I do not have one. As for your possible idea, let me know if you make it, anything is better than nothing... Wink
I attempted taking out bits of code from the cb tab of pagination, as you said, not the same idea. Hope to see this in the future. Mostly what I want is on the main gallery page, I want it to display photos, and the menu item with joomgallery would acually be hidden, but I would have menu links at the top. By default it displays catigories which has pagination after the number of catigorys you have set to per page.
Logged

jolmeda
Newbie
*
Offline Offline

Posts: 2


View Profile
« Reply #16 on: July 30, 2009, 03:24:58 AM »

On my end this module is not displaying pictures on any page.  It only shows the No Images message and the gallery have images.  We have JoomGallery's latest build and JoomImages submitted on this topic.

Please help!
Logged
Oby
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #17 on: July 30, 2009, 08:01:10 PM »

Attached a norwegian translation of the module
Logged
aHa
Developer-Team
Hero Member
*****
Offline Offline

Posts: 990


View Profile WWW
« Reply #18 on: July 31, 2009, 12:03:23 PM »

@Joshua:
Quote
Example... you can use dream weaver, or Microsoft Front page which is software that helps generate html or php. When I say manually, I mean open up a txt file and start typing away the code...
I don't use this tools. In this case i will compare the original code with the one including the new features.
I use BeyondCompare for this task.
Then i try to add the new lines to the original code. In best case with automated methods of the compare tool.

Quote
As for your possible idea, let me know if you make it, anything is better than nothing...
I will do my very best... Smile At the moment i have not so much time for it, sorry.

@jolmeda
Deinstall and install the module new. Don't change any settings, just publish the module. Are there any pictures now?

@Oby:
Thank you, i will integrate it.

Logged
aHa
Developer-Team
Hero Member
*****
Offline Offline

Posts: 990


View Profile WWW
« Reply #19 on: August 02, 2009, 01:36:43 PM »

New version in first post, from now on in RC Status.

You can find the new features in the changelog.php

There will be no more features in this version except bugfixes.

@Arjan: I have included your solution as a more common approach. The new parameter Timespan will work independent from any sorting settings.
As your solution it will add a 'AND p.imgdate....' to any query.

I'm not sure that your solution works as you expect:
Quote
Added a new option to sort the p.imgcounter and p.imgvotes by day, week or year ...
Or I'm just too stupid to understand... Wink

@Joshua: No pagination, sorry.
Logged
avdstelt
Newbie
*
Offline Offline

Posts: 26


View Profile
« Reply #20 on: August 02, 2009, 08:47:48 PM »

Nice job aHa, think your solution is a cleaner approach the only thing I am missing is when the result is empty it doesn't shows me the all time result.

Greetings Arjan
Logged
dwizer
Jr. Member
**
Offline Offline

Posts: 83



View Profile WWW
« Reply #21 on: August 03, 2009, 11:50:53 AM »

The new RC looks and work perfect ;)

Can you please add 1 more option (simple one i think) to show popup (eg Slimbox) direct from thumbnail in default view?

EDIT:

Forgot to tell you.. The 2 options for "Show Default view or slideshow?" maybe should be "Default or Slideshow" instead of "Standard or Slideshow". Just to make it look 100% :)

Thank you!
« Last Edit: August 03, 2009, 11:58:44 AM by dwizer » Logged
dimmer
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #22 on: August 03, 2009, 06:46:57 PM »

Could you please tell me how to centre images?
Logged
dwizer
Jr. Member
**
Offline Offline

Posts: 83



View Profile WWW
« Reply #23 on: August 04, 2009, 11:37:40 AM »

Could you please tell me how to centre images?

Dimmer!

Go to Module Parameters and scroll down to just before the "More parameters for slideshow" settings. There you will find "Horiziontal orientation" .. Just set it to "Middle" and you have the thumbnails + text where you want!



Make sure you to use the latest version presented in the first post..
Logged
aHa
Developer-Team
Hero Member
*****
Offline Offline

Posts: 990


View Profile WWW
« Reply #24 on: August 04, 2009, 11:45:58 AM »

@dwizer: Thank you. You can do a little hack in mod_joomimages.xml
Lines 42-45
Code
<param name="slideshowthis" type="radio" default="0" label="JICHOOSEVIEW" description="JICHOOSEVIEWDESC">
 <option value="0">Default</option>
 <option value="1">Slideshow</option>
</param>
 
Hope it works....

Logged
dimmer
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #25 on: August 04, 2009, 12:12:13 PM »

Dwizer, I need to centre images not in Slideshow but in Standart view.
Logged
aHa
Developer-Team
Hero Member
*****
Offline Offline

Posts: 990


View Profile WWW
« Reply #26 on: August 04, 2009, 12:19:19 PM »

@Arjan: When there is no picture eg. in the week uploaded the module should show all pictures without time restrictions?
Yes, i know your code, but is this understandable for the users expecting pictures per week/month and so on and then see all pictures because there are no pictures in this timespan?
I don't understand this automatism really. I would expect as user that the module should show a text like 'No pictures in this week uploaded' or something else....

In addition this needs two queries each time the module is called.
So, i think there should be a additional 'fallback' parameter to control this behaviour by the admin. Like 'when no pictures found in timespan, ignore any time restrictions: YES/NO'
Ok?

Logged
aHa
Developer-Team
Hero Member
*****
Offline Offline

Posts: 990


View Profile WWW
« Reply #27 on: August 04, 2009, 12:25:41 PM »

@Dwizer:
Quote
Can you please add 1 more option (simple one i think) to show popup (eg Slimbox) direct from thumbnail in default view?
The Slimbox view in the module depends on the setting in JoomGallery how to open the detail view from category view:
Configuration Manager->Category View->General Settings->Entering Detail View->Slimbox

and in module:
More parameters for default view->Picture link->Detail view
Logged
dwizer
Jr. Member
**
Offline Offline

Posts: 83



View Profile WWW
« Reply #28 on: August 05, 2009, 01:18:49 PM »

aHa..

Yeah i know that, but i need people to see the Detail View when browsing the album, but when they click on the thumbs from the JoomIMG module they should get the full picture presented in slimbox :)

Well, nothing really important but it would be a nice option to have if it isn't to much work for you guys ;) I'll add it to the request section for upcoming versions.

Thank you,
Mats
Logged
dwizer
Jr. Member
**
Offline Offline

Posts: 83



View Profile WWW
« Reply #29 on: August 05, 2009, 01:31:02 PM »

Dwizer, I need to centre images not in Slideshow but in Standart view.

You will have your images in the middle if you do what i told you :) You just have to try USE that function, not just suppose that it's not going to work, because it WORKS..

Just take a look at the snapshot i made for youin my other post to you.. If it's not working after you set the value to "middle" then i don't know!

Trial and error!
, Mats
Logged
Pages: 1 [2] 3
Print
Jump to:  

Theme orange-lt created by panic

Bad Behavior has blocked 790 access attempts in the last 7 days.

maternal