Page 7 of 26

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

Posted: 24. April 2008 18:37
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

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

Posted: 24. April 2008 18:49
by adrianomath
Der html code stimmt. Habs schon 5 mal kontrolliert

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

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

Posted: 23. May 2008 14:45
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

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

Posted: 24. May 2008 03:29
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

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

Posted: 6. June 2008 01:44
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()

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

Posted: 23. June 2008 17:12
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

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

Posted: 23. June 2008 17:54
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.

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

Posted: 25. June 2008 16:42
by Klaus Heberer
ja stimmt. die installation hat trotzdem geklappt, obwohl die fehlermeldung kam.
Wie gesagt klappt super.

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

Posted: 8. July 2008 16:23
by begemont
I don't know german :( Can You explane in english?

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

Posted: 8. July 2008 23:12
by thomas.d
begemont wrote:I don't know german :( Can You explane in english?
All 98 posts? ;)

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

Posted: 9. July 2008 23:47
by begemont
thomas.d
no ;) only about my problem with install)

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

Posted: 10. July 2008 00:33
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.

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

Posted: 11. July 2008 21:38
by begemont
thomas.d t U very much)

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

Posted: 10. August 2008 22:49
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

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

Posted: 23. October 2008 21:59
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.