News
Board index
Downloads
Search
Tracker
Gallery
RRC-Configurator
Paypal donation

Skip to content


Advanced search
  • Board index ‹ phpBB Gallery ‹ Supported Addons & Language-Packages ‹ Supported Addons
  • Change font size
  • Print view
  • FAQ
  • Members
  • Register
  • Login

[REL] Gallery Block 1.4.1 - 1.0.3

Moderator: Addon Devs

Post a reply
59 posts • Page 3 of 6 • 1, 2, 3, 4, 5, 6

Re: [REL] Gallery Block 1.2.3 - 0.4.1

Postby Christian_N » Sun May 24, 2009 11:01 am

highwaycop wrote:Kann ich jetzt das Addon recent_random_images für die Portalansicht löschen und wie geht das fehlerfrei?

Einfach die Zeilen die in der Dateien wie in der install.xml stande eingefügt hast wieder rückgängig machen (löschen) also in prinzip die install.xml rückwärts abarbeiten. *gg*

highwaycop wrote:Das Addon recent_random_images für die Forenansicht wird ja noch für diese Ansicht benötigt.

Jep wird es, wobei ich mir überlege es nicht auch noch mit in diesen Addon rein zubauen so das nur noch ein Addon gibt, welches ich dann anpassen müssten etc.
Meine Projekte: Biancas - Fanpage .::. Chantals - Fanpage .::. phpBB Projekt
User avatar
Christian_N
Addon Dev
Addon Dev
 
Posts: 180
Topics: 13
Joined: Tue Mar 04, 2008 7:14 pm
phpBB.de: Christian_N
phpBB.com: Christian_N
  • E-mail Christian_N
  • Website
Top

Re: [REL] Gallery Block 1.2.3 - 0.4.1

Postby highwaycop » Sun May 24, 2009 9:10 pm

Super, Danke, hat alles prima geklappt.

Christian_N wrote:Jep wird es, wobei ich mir überlege es nicht auch noch mit in diesen Addon rein zubauen so das nur noch ein Addon gibt, welches ich dann anpassen müssten etc.

Du meinst, die Funktion des Addon recent_images mit in den GalleryBlock einzubauen, so dass der GalleryBlock auf der Portal als auch auf der Index zu sehen ist und kein recent_images-Addon mehr extra für die Index erforderlich ist?
Da wäre nicht schlecht ... :P
Image
... zur Homepage highwaycop.de
highwaycop
Posts 30 - 40
Posts 30 - 40
 
Posts: 32
Topics: 6
Joined: Mon Aug 18, 2008 11:33 am
  • E-mail highwaycop
Top

Re: [REL] Gallery Block 1.2.3 - 0.4.1

Postby Christian_N » Sun May 24, 2009 9:36 pm

Jep so ist es gemeint, selbstverständlich im ACP verwaltbar. :D
Meine Projekte: Biancas - Fanpage .::. Chantals - Fanpage .::. phpBB Projekt
User avatar
Christian_N
Addon Dev
Addon Dev
 
Posts: 180
Topics: 13
Joined: Tue Mar 04, 2008 7:14 pm
phpBB.de: Christian_N
phpBB.com: Christian_N
  • E-mail Christian_N
  • Website
Top

Re: [REL] Gallery Block 1.4.0 - 1.0.0

Postby Christian_N » Thu Jun 04, 2009 12:56 am

Version 1.4.0 released..
Meine Projekte: Biancas - Fanpage .::. Chantals - Fanpage .::. phpBB Projekt
User avatar
Christian_N
Addon Dev
Addon Dev
 
Posts: 180
Topics: 13
Joined: Tue Mar 04, 2008 7:14 pm
phpBB.de: Christian_N
phpBB.com: Christian_N
  • E-mail Christian_N
  • Website
Top

Re: [REL] Gallery Block 1.4.0 - 1.0.0

Postby parkstee » Sun Jun 07, 2009 3:14 pm

I dont use a portal but was using an old addon to display recent images on my home page but this no longer works with the gallery update, is there away of getting this to work for me?
The whole of life is just like watching a film. Only it's as though you always get in ten minutes after the big picture has started, and no-one will tell you the plot, so you have to work it out all yourself from the clues.
User avatar
parkstee
Posts > 50
Posts > 50
 
Posts: 55
Topics: 22
Joined: Sun Jan 11, 2009 10:20 pm
Location: Deepcar, UK
phpBB.com: Parkstee
  • E-mail parkstee
  • Website
Top

Re: [REL] Gallery Block 1.4.0 - 1.0.0

Postby Christian_N » Mon Jun 08, 2009 1:04 pm

A litte Bug fixed: http://www.phpbb-projekt.de/tracker.php?p=1&t=39
Kleiner schönheitsfehler behoben: http://www.phpbb-projekt.de/tracker.php?p=1&t=39
Meine Projekte: Biancas - Fanpage .::. Chantals - Fanpage .::. phpBB Projekt
User avatar
Christian_N
Addon Dev
Addon Dev
 
Posts: 180
Topics: 13
Joined: Tue Mar 04, 2008 7:14 pm
phpBB.de: Christian_N
phpBB.com: Christian_N
  • E-mail Christian_N
  • Website
Top

Re: [REL] Gallery Block 1.4.0 - 1.0.0

Postby 40kforums » Thu Jun 11, 2009 5:26 pm

parkstee wrote:I dont use a portal but was using an old addon to display recent images on my home page but this no longer works with the gallery update, is there away of getting this to work for me?


Same - this would be very useful. I used to display random images in a separate area, but this no longer works with the new version.
User avatar
40kforums
Posts 10 - 20
Posts 10 - 20
 
Posts: 16
Topics: 3
Joined: Wed Jun 10, 2009 4:40 pm
  • E-mail 40kforums
Top

Re: [REL] Gallery Block 1.4.0 - 1.0.0

Postby Laurent » Thu Jun 11, 2009 6:32 pm

same I have tried to find it on install.xml as you say on your description it is "Recent, random, contest images and comments on board index viewable"

to do it before i was using this code in my php file but now I dont know and this official add on is abandonned :(

Code: Select all
$gallery_root_path = GALLERY_ROOT_PATH;
include($phpbb_root_path . $gallery_root_path . 'includes/functions_recent.' . $phpEx);
$display = array(
   'name'      => true,
   'poster'   => true,
   'time'      => true,
   'views'      => true,
   'ratings'   => false,
   'comments'   => false,
   'album'      => true,
);
/**
* rows      numeric default 1,
* columns   numeric default 4,
* display   array,
* modes      string(recent|random|both),
*/
recent_gallery_images(1,3, $display, 'both');
Laurent
Posts > 50
Posts > 50
 
Posts: 105
Topics: 24
Images: 0
Joined: Tue Aug 12, 2008 11:19 pm
  • E-mail Laurent
Top

Re: [REL] Gallery Block 1.4.0 - 1.0.0

Postby Yeti » Fri Jun 12, 2009 12:27 am

parkstee wrote:I dont use a portal but was using an old addon to display recent images on my home page but this no longer works with the gallery update, is there away of getting this to work for me?

Same thing.- I don´t like to use a portal but I Want to show recent/random Images on Index-page as I did in the old 0.4.1 Version of the gallery. But I don`t know how to do it.
User avatar
Yeti
Posts 20 - 30
Posts 20 - 30
 
Posts: 28
Topics: 9
Joined: Sun Nov 02, 2008 5:50 pm
  • E-mail Yeti
Top

Re: [REL] Gallery Block 1.4.0 - 1.0.0

Postby nickvergessen » Fri Jun 12, 2009 10:55 am

For all having Problems to find the right parameters, I build a little helper:
rrc_configurator.php
cheers nickvergessen

No Support through pm and mail!
German Support Team Member, MOD Author, Developer
User avatar
nickvergessen
Administrator
Administrator
 
Posts: 3770
Topics: 169
Images: 131
Joined: Mon Oct 15, 2007 3:15 pm
phpBB.de: nickvergessen
phpBB.com: nickvergessen
  • E-mail nickvergessen
  • Website
  • Personal album
Top

PreviousNext

Post a reply
59 posts • Page 3 of 6 • 1, 2, 3, 4, 5, 6

Return to Supported Addons

Who is online

Users browsing this forum: No registered users and 1 guest

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Time : 0.076s | 14 Queries | GZIP : Off