[REL] Gallery Block 1.4.1

Forum rules
This forum is not for support requests.

Only post Modifications for Board3 Portal 1.0.x in this forum.
Locked
User avatar

Redbull254
Former Team Member
Posts: 693
Joined: 19. January 2006 22:50
Location: Kamen
Contact:

Re: [Erweiterung][Final] Gallery Block v1.0.2

Post by Redbull254 »

adrianomath wrote:Schaut mal bitte auf http://www.turtleforum.at/index.php


Rechts der Link zur Galerie. Wie bekomme ich das Icon für die galerie daneben hin. Und die Schrift ist auch nicht so wie die beiden links und rechts davon.

DANKE
Kontrolliere noch einmal den Einbau des Link in der overall_header.html, das ist ein reiner Einbaufehler, das Icon hast Du nicht in den richtigen Ordner geladen.

Code: Select all

Open: styles/prosilver/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.

Code:Select All
<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code:Select All
<li class="icon-gallery"><a href="{U_GALLERY_MOD}" title="{L_GALLERY_EXPLAIN}">{L_GALLERY}</a></li>

Der Autor ist "nickvergessen", deshalb geht es hier weiter:

http://www.phpbb.de/viewtopic.php?t=158871
LG
Walter

"Klug ist nicht, wer keine Fehler macht. Klug ist der, der es versteht, sie zu korrigieren."

adrianomath
Active Member
Posts: 41
Joined: 21. April 2008 11:16

Re: [Erweiterung][Final] Gallery Block v1.0.2

Post by adrianomath »

Der html code stimmt. Habs schon 5 mal kontrolliert

und die grafik liegt in ....styles/prosilver/theme/images/icon_gallery.gif
User avatar

Topic author
Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: [Erweiterung][Final] Gallery Block v1.0.3

Post by Christian_N »

So 1.0.3 veröffentlich, ein wichtiger Punkt ist u.a es wird erstmal eigene Sprachfiles genutzt, desweitere hätte Benutzer mit MSSQL DB fehler enthalten bei zufälligen Bilder anzeigen, dieses wurde gefixt u.a.

Die Sprachfiles wurde auch noch mal von thomas.d überarbeitet, danke noch mal an dieser stelle hierfür. :)

Gruß Chris
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!
User avatar

Topic author
Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: [Erweiterung][Final] Gallery Block v1.0.3

Post by Christian_N »

Sorry alle die schon die Version runtergeladen haben und ein Update statt Installation machen haben im ACP einen Fehler statt Galerie steht dort dann ACP_PORTAL_GALLERY_INFO, damit dort wieder Galerie steht muss noch folgendes gemacht werden:

Öffnen: adm/index.php

Finden:

Code: Select all

$user->add_lang('mods/lang_portal_acp_logs');
Danach einfügen:

Code: Select all

$user->add_lang('mods/gallery_block');
Paket wird gleich daruaf hin aktualisiert, sorry nochmals :oops:

Gruß Chris
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!

begemont
Active Member
Posts: 20
Joined: 6. June 2008 01:30

Re: [Erweiterung][Final] Gallery Block v1.0.3

Post by begemont »

hello
when I running install file, have error

Code: Select all

SQL ERROR [ mysql4 ]

Duplicate entry 'portal_gallery' for key 1 [1062]

SQL

INSERT INTO phpbb_portal_config (config_name, config_value) VALUES ('portal_gallery', '1'), ('portal_gallery_center', '0'), ('portal_album_id', ''), ('portal_album_id_center', ''), ('portal_images_sort', '0'), ('portal_images_sort_center', '0'), ('portal_images_number', '1'), ('portal_images_number_center', '3'), ('portal_allow_pers_gallery', '0'), ('portal_allow_pers_gallery_ct', '0'), ('portal_allow_name', '1'), ('portal_allow_poster', '1'), ('portal_allow_time', '1'), ('portal_allow_views', '1'), ('portal_allow_ratings', '1'), ('portal_allow_comments', '1'), ('portal_allow_album', '1'), ('portal_gallery_version', '1.0.3')

BACKTRACE


FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()

FILE: install_gb/install.php
LINE: 45
CALL: dbal_mysql->sql_query()

Klaus Heberer
Active Member
Posts: 20
Joined: 20. June 2008 11:59

Re: [Erweiterung][Final] Gallery Block v1.0.3

Post by Klaus Heberer »

ich habe das selbe problem :|
Allgemeiner Fehler
SQL ERROR [ mysql4 ]

Duplicate entry 'portal_gallery' for key 1 [1062]

Beim Laden der Seite ist ein SQL-Fehler aufgetreten. Bitte kontaktiere die Board-Administration, falls dieses Problem fortlaufend auftritt.
hab ausversehen "Gallery Block v1.0.3" zuerst installiert
danach 'phpBB Gallery' Version 0.3.1 installiert mit allen Dateiänderungen, die Installation ausgeführt --> klappt
wollte "Gallery Block v1.0.3" nochmal drüber installieren --> Instalation bricht mit dem o.g. Fehler ab.

Danke im Voraus für Euren Support
Euer Klaus
User avatar

Topic author
Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: [Erweiterung][Final] Gallery Block v1.0.3

Post by Christian_N »

Hallo, kein Wunder, den Duplicate entry heißt so gut wie bereits vorhanden, also da schon mal die install.php ausgeführt hattest, sind die nötige Einträge bereits in der DB enthalten.

Ich schaue mal das ich beim nächste Update ein anderes ggf. besseres Installations-Script hin bekommen, so das falls bereits installiert ist der Link "Installieren" nicht zum klicken ist bzw. das ein Informationtext bei klick drauf kommt ala "Installation bereits ausgeführt." oder so, mal schauen.
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!

Klaus Heberer
Active Member
Posts: 20
Joined: 20. June 2008 11:59

Re: [Erweiterung][Final] Gallery Block v1.0.3

Post by Klaus Heberer »

ja stimmt. die installation hat trotzdem geklappt, obwohl die fehlermeldung kam.
Wie gesagt klappt super.

begemont
Active Member
Posts: 20
Joined: 6. June 2008 01:30

Re: [Erweiterung][Final] Gallery Block v1.0.3

Post by begemont »

I don't know german :( Can You explane in english?
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: [Erweiterung][Final] Gallery Block v1.0.3

Post by thomas.d »

begemont wrote:I don't know german :( Can You explane in english?
All 98 posts? ;)
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |

begemont
Active Member
Posts: 20
Joined: 6. June 2008 01:30

Re: [Erweiterung][Final] Gallery Block v1.0.3

Post by begemont »

thomas.d
no ;) only about my problem with install)
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: [Erweiterung][Final] Gallery Block v1.0.3

Post by thomas.d »

Hi begemont (sorry, I didn't notice, that you have a 4 weeks old unanswered post) ...
Klaus Heberer wrote:I have the same problem
Allgemeiner Fehler
SQL ERROR [ mysql4 ]

Duplicate entry 'portal_gallery' for key 1 [1062]

Beim Laden der Seite ist ein SQL-Fehler aufgetreten. Bitte kontaktiere die Board-Administration, falls dieses Problem fortlaufend auftritt.
I accidently installed "Gallery Block v1.0.3" first
then installed "phpBB Gallery Version 0.3.1" with all file edits, startet install-script --> worked
intended to install "Gallery Block v1.0.3" on top of it --> installation fails with the error message above.

Thanks for your support in advance
Klaus
--------------------------------------------------------------------------------------
Christian_N wrote:Hello, of course, "Duplicate entry" means that the database entries are already present since you already have executed install.php before.

I will have a look to create another or improved install-script with the next update, maybe with a grayed-out "Install"-button in case the script has been executed before and/or an information message like "Installation has been done already" or so, we'll see ...
--------------------------------------------------------------------------------------
Klaus Heberer wrote:Yes right. But installation went good although it displayed the error message.
As said before, works fine.
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |

begemont
Active Member
Posts: 20
Joined: 6. June 2008 01:30

Re: [Erweiterung][Final] Gallery Block v1.0.3

Post by begemont »

thomas.d t U very much)
User avatar

Topic author
Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: [Erweiterung][Final] Gallery Block v1.1.0

Post by Christian_N »

So damit auch diese Erweiterung unter die aktuelle Gallery 0.4.0-RC1 Version funktioniert, habe ich die mal aktualisiert, es wird das neue Berechtigungsystem berücksichtigt etc.

Hatte mir erst überlegt ob ich die mittleren Block entfernen soll, da nun nickvergessen jetzt auch ein Addon für das board3 Portal für den mittlere Teil hinzugefügt hat und nur noch die smallen anbieten soll?
Aber dann habe ich mir gedacht warum eigentlich, so gibt es die Möglichkeit die schlanke Version ohne Verwaltung via ACP von NV oder die größere mit Verwaltung via ACP von mir zu nutzen. :D

Download-Link siehen ersten Beitrag hier.

Gruß Chris
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!

dv-design
Active Member
Posts: 25
Joined: 22. October 2008 21:02

Re: [Erweiterung][Final] Gallery Block v1.1.0

Post by dv-design »

Sorry i dont speak german, only english, maybe someone could answer my question.

I installed portal3 and it works great. Id like to have a image block like on the http://www.board3-styles.de/portal.php page.

My assumption is that i need this mod and the gallery mod, or is this mod stand alone? (or do i require the gallery mod too?)

I tried installing portal3, gallery, then this mod...everything seemed fine but when i goto ACP<MODS<ACP_PORTAL_GALLERY_INFO i get an error reading "No mode specified."

I also do not have block showing up. Once installed how do i setup the block? Did i get this error because i made a mistake or because i have to set the mode in some other area?

Thanks.
Locked

Return to “board3 Portal v1.0.x - Modifications”