Development after Release of v0.4.1

Forum rules
Support ended: 31.12.2011

Re: Diashow "übergreifend" Bilder anzeigen

Postby nickvergessen » Wed Jan 14, 2009 1:46 am

Meiner Meinung noch die als reviewed markierten:
tracker.php?p=7
cheers nickvergessen :geek:

Member of phpBB Development-Team
No Support via PM
User avatar
nickvergessen
Administrator
Administrator
 
Posts: 5748
Topics: 217
Images: 139
Joined: Mon Oct 15, 2007 4:15 pm
phpBB.de: nickvergessen
phpBB.com: nickvergessen

Re: Diashow "übergreifend" Bilder anzeigen

Postby Christian_N » Wed Jan 14, 2009 3:50 am

Also den #395 "recent/random pics in profile" finde ich zwar jetzt nicht so wichtig als Funktion, aber die andere 3 OK die solltten noch mit rein auf jeden Fall. :)

Alle andere Funktionwünschen könnte ja notfalls als Add-ON dann released werden.
Aber das genug jetzt, wird sonst so sehr OT hier. :lol:

EDIT: Danke fürs splitten. :)
User avatar
Christian_N
Posts > 50
Posts > 50
 
Posts: 181
Topics: 14
Joined: Tue Mar 04, 2008 8:14 pm
phpBB.de: Christian_N
phpBB.com: Christian_N

Re: Development after Release of v0.4.1

Postby Rodolphe » Wed Jan 14, 2009 11:22 pm

Hello,

First, thank's for all, gallery is great !

Will it be possible to add categorys / albums from gallery on forum ? The best way would be to add forum types like cat_gal and forum_gal. It would be really great I think to be able to add albums directly on the forum list.

Hope my English is not too bad :oops:

Rodolphe
Rodolphe
Posts < 10
Posts < 10
 
Posts: 4
Joined: Mon Jan 12, 2009 5:19 pm

Re: Development after Release of v0.4.1

Postby nickvergessen » Thu Jan 15, 2009 12:55 am

No, that will never happen.
cheers nickvergessen :geek:

Member of phpBB Development-Team
No Support via PM
User avatar
nickvergessen
Administrator
Administrator
 
Posts: 5748
Topics: 217
Images: 139
Joined: Mon Oct 15, 2007 4:15 pm
phpBB.de: nickvergessen
phpBB.com: nickvergessen

Re: Development after Release of v0.4.1

Postby Rodolphe » Thu Jan 15, 2009 2:36 am

nickvergessen wrote:No, that will never happen.


It would be really fantastic :oops:

But it's ok, you're the boss ;)

Rodolphe
Rodolphe
Posts < 10
Posts < 10
 
Posts: 4
Joined: Mon Jan 12, 2009 5:19 pm

Re: Development after Release of v0.4.1

Postby nickvergessen » Thu Jan 15, 2009 9:59 am

That would just need really to much edits to the code that's why ;)
Otherwise I would have liked that aswell.
cheers nickvergessen :geek:

Member of phpBB Development-Team
No Support via PM
User avatar
nickvergessen
Administrator
Administrator
 
Posts: 5748
Topics: 217
Images: 139
Joined: Mon Oct 15, 2007 4:15 pm
phpBB.de: nickvergessen
phpBB.com: nickvergessen

Re: Development after Release of v0.4.1

Postby renier » Thu Jan 15, 2009 2:06 pm

Hi
Is there a way to make the comments on the gallery count for the user posts

Thanks for the great gallery
renier
Posts 10 - 20
Posts 10 - 20
 
Posts: 14
Topics: 5
Joined: Sun Jan 04, 2009 6:12 pm

Re: Development after Release of v0.4.1

Postby Christian_N » Thu Jan 15, 2009 8:59 pm

Zwar kein Bug, aber denk mal es sollte sicher Add after heißen statt Add before in der install.xml. :roll:
install.xml wrote:Open: includes/functions.php
Find
'L_ONLINE_EXPLAIN' => $l_online_time,

Add before
'U_GALLERY_MOD' => append_sid("{$phpbb_root_path}{$gallery_root_path}index.$phpEx"),

Aussehen würde es dann so:

Code: Select all
      'L_INDEX'         => $user->lang['FORUM_INDEX'],
      'U_GALLERY_MOD'         => append_sid("{$phpbb_root_path}{$gallery_root_path}index.$phpEx"),
      'L_ONLINE_EXPLAIN'   => $l_online_time,

      'U_PRIVATEMSGS'         => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&amp;folder=inbox'),
      'U_RETURN_INBOX'      => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&amp;folder=inbox'),


Deshalb denk ich mal das es wohl Add after heißen sollte damit es dann so ausschaut:
Code: Select all
      'L_INDEX'         => $user->lang['FORUM_INDEX'],
      'L_ONLINE_EXPLAIN'   => $l_online_time,
      'U_GALLERY_MOD'         => append_sid("{$phpbb_root_path}{$gallery_root_path}index.$phpEx"),

      'U_PRIVATEMSGS'         => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&amp;folder=inbox'),
      'U_RETURN_INBOX'      => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&amp;folder=inbox'),
      'U_POPUP_PM'         => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&amp;mode=popup'),


Gruß Chris
User avatar
Christian_N
Posts > 50
Posts > 50
 
Posts: 181
Topics: 14
Joined: Tue Mar 04, 2008 8:14 pm
phpBB.de: Christian_N
phpBB.com: Christian_N

Re: Development after Release of v0.4.1

Postby brandon » Sat Jan 17, 2009 7:13 pm

A little mistake in image_page.php :

$exif_data['exif_whitebalance'] = $user->lang['EXIF_WHITEB_' . (($exif["EXIF"]["WhiteBalance"]) ? 'MANU' : 'AUTO')];

should be

$exif_data['exif_whiteb'] = $user->lang['EXIF_WHITEB_' . (($exif["EXIF"]["WhiteBalance"]) ? 'MANU' : 'AUTO')];

regarding the language keys exif_data.php

;)
brandon
Posts < 10
Posts < 10
 
Posts: 3
Joined: Sat Jan 17, 2009 7:00 pm

Re: Development after Release of v0.4.1

Postby nickvergessen » Sat Jan 17, 2009 7:25 pm

cheers nickvergessen :geek:

Member of phpBB Development-Team
No Support via PM
User avatar
nickvergessen
Administrator
Administrator
 
Posts: 5748
Topics: 217
Images: 139
Joined: Mon Oct 15, 2007 4:15 pm
phpBB.de: nickvergessen
phpBB.com: nickvergessen

PreviousNext

Return to Archive

Who is online

Users browsing this forum: No registered users and 1 guest