[AddOn] Subalbum Display Options 0.0.1

Forum rules
Support ended: 31.12.2011

Re: [AddOn] Subalbum Display Options 0.0.1

Postby exploreberlin » Mon Feb 22, 2010 1:55 pm

hallo, ich es möglich das gleiche auch für das Forum zu machen mit den unterforen??? finde es echt klasse mit dem das untereinander und nebeneinander. Habe es bis her nur untereinander aber das ist immer so eine lange Liste :P
http://www.explorethedarkness.de | Urban Explore Community
exploreberlin
Posts < 10
Posts < 10
 
Posts: 4
Topics: 2
Joined: Mon Feb 22, 2010 1:26 am

Re: [AddOn] Subalbum Display Options 0.0.1

Postby mj1985 » Sat Mar 06, 2010 1:10 am

mj1985
Posts 10 - 20
Posts 10 - 20
 
Posts: 16
Topics: 6
Joined: Fri Nov 27, 2009 12:13 am
phpBB.de: mj1985
phpBB.com: mj1985

Re: [AddOn] Subalbum Display Options 0.0.1

Postby Galaxy21 » Sun Jun 27, 2010 1:45 am

exploreberlin wrote:hallo, ich es möglich das gleiche auch für das Forum zu machen mit den unterforen??? finde es echt klasse mit dem das untereinander und nebeneinander. Habe es bis her nur untereinander aber das ist immer so eine lange Liste :P

Galaxy21 wrote:Nun, das ganze basierte ursprünglich auf deinem Code-Snippet für's 2-Spalten Layout. ;)
Hab das ganze auch für Subforen gemacht: siehe phpBB.com

Also ja. ;)
Ich bin nicht die Signatur - ich putz hier nur! Image
Galaxy21
Posts 20 - 30
Posts 20 - 30
 
Posts: 29
Topics: 5
Images: 0
Joined: Thu Jun 18, 2009 2:28 pm
Location: Dresden
phpBB.com: Galaxy21

Re: [AddOn] Subalbum Display Options 0.0.1

Postby Nashra » Sat Aug 21, 2010 2:13 pm

Hallo,

bei mir kommt folgende Fehlermeldung im ACP wenn ich die Konfiguration aufrufen möchte
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gallery_config.php on line 525: Use of undefined constant SUBALBUM_DISPLAY_NORM - assumed 'SUBALBUM_DISPLAY_NORM'
[phpBB Debug] PHP Notice: in file /adm/index.php on line 254: Undefined index: NORMAL
[phpBB Debug] PHP Notice: in file /adm/index.php on line 155: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3518)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 157: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3518)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 158: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3518)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 159: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3518)


Gruß
Ralf
User avatar
Nashra
Posts 40 - 50
Posts 40 - 50
 
Posts: 43
Topics: 9
Images: 0
Joined: Sun Sep 13, 2009 9:03 am
Location: Geldern
phpBB.de: FRvN
phpBB.com: Nashra

Re: [AddOn] Subalbum Display Options 0.0.1

Postby Nashra » Mon Aug 23, 2010 1:35 pm

Fehler gefunden und behoben :)

Im install.xml sind folgende Einträge falsch d.h.
in gallery/includes/constants.php steht
Code: Select all
// Subalbum template display options
define('SUBALBUM_DISPLAY_DEFAULT', 0);

in includes/acp/acp_gallery_config.php steht aber
Code: Select all
   {
      $radio_ary = array(SUBALBUM_DISPLAY_NORM => 'NORMAL', SUBALBUM_DISPLAY_CLOUMN => 'COLUMN', SUBALBUM_DISPLAY_NEWROW => 'NEWROW');

also 'SUBALBUM_DISPLAY_NORM' anstatt 'SUBALBUM_DISPLAY_DEFAULT'
des weiteren steht hier auch noch 'NORMAL' aber in der language/de/mods/gallery_acp.php steht wiederum 'DEFAULT'.

Also die NORM und NORMAl jeweils in DEFAULT geändert und schon ist der Fehler weg.

Gruß
Ralf
User avatar
Nashra
Posts 40 - 50
Posts 40 - 50
 
Posts: 43
Topics: 9
Images: 0
Joined: Sun Sep 13, 2009 9:03 am
Location: Geldern
phpBB.de: FRvN
phpBB.com: Nashra

Re: [AddOn] Subalbum Display Options 0.0.1

Postby dan filipi » Mon Nov 15, 2010 12:42 am

I just installed this on my Forum. Much cleaner look although it would be nice to have the subsilver2 edits to support 2 rows.
Has anyone done this? 2 rows would be perfect!

Here's a shot before and after. Thanks for the MOD!

Image


Image
dan filipi
Posts > 50
Posts > 50
 
Posts: 80
Topics: 19
Images: 4
Joined: Mon Jul 05, 2010 8:28 pm

Re: [AddOn] Subalbum Display Options 0.0.1

Postby Galaxy21 » Tue Nov 16, 2010 4:06 pm

2 columns are supported, not 2 rows.
Ich bin nicht die Signatur - ich putz hier nur! Image
Galaxy21
Posts 20 - 30
Posts 20 - 30
 
Posts: 29
Topics: 5
Images: 0
Joined: Thu Jun 18, 2009 2:28 pm
Location: Dresden
phpBB.com: Galaxy21

Re: [AddOn] Subalbum Display Options 0.0.1

Postby dan filipi » Tue Nov 16, 2010 4:29 pm

Right, 2 columns my mistake except that when I tick 2 columns the subalbum list goes back to the original display :idea:

Could there be something else wrong?
dan filipi
Posts > 50
Posts > 50
 
Posts: 80
Topics: 19
Images: 4
Joined: Mon Jul 05, 2010 8:28 pm

Re: [AddOn] Subalbum Display Options 0.0.1

Postby dan filipi » Mon Sep 05, 2011 7:13 pm

Gallery update from version 1_0_6 broke this mod.

Will there be an update?
dan filipi
Posts > 50
Posts > 50
 
Posts: 80
Topics: 19
Images: 4
Joined: Mon Jul 05, 2010 8:28 pm

Re: [AddOn] Subalbum Display Options 0.0.1

Postby Galaxy21 » Tue Sep 06, 2011 4:19 pm

Nickvergessen changed the code dramatically. I already looked into it, but haven't found a solution yet.

What you can do is, hard code it. This way you have the desired layout, but you can't change it in ACP.
Ich bin nicht die Signatur - ich putz hier nur! Image
Galaxy21
Posts 20 - 30
Posts 20 - 30
 
Posts: 29
Topics: 5
Images: 0
Joined: Thu Jun 18, 2009 2:28 pm
Location: Dresden
phpBB.com: Galaxy21

PreviousNext

Return to Supported Addons

Who is online

Users browsing this forum: No registered users and 1 guest

 

cron