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 1 of 6 • 1, 2, 3, 4, 5, 6

[REL] Gallery Block 1.4.1 - 1.0.3

Postby Christian_N » Fri Dec 12, 2008 3:58 am

Addon: Gallery Block
Addon-Version: [REL] 1.4.1
Addon-Description:
Gallery block for your board3 Portal.
  • Recent and random images in small block viewable
  • Recent, random, contest images and comments in center block viewable
  • Recent, random, contest images and comments on board index viewable
Addon-Requirements: board3 Portal v1.0.4 (to download) and Gallery by nickvergessen v1.0.3 (to download)

Addon-Authors: Christian_N

phpBB-Version: 3.0.5
phpBB-Styles: prosilver, subsilver2
phpBB-Languages: English, German

Addon-Demo (Portal): prosilver | subsilver2
Addon-Demo (Index): prosilver | subsilver2
BugTracker: http://www.phpbb-projekt.de/tracker.php?p=1

Please don't upload the mod anywhere (to offer it as a download), without asking me before, thanks.
Attachments
Gallery Block.zip
(597.29 KiB) Downloaded 345 times
Last edited by Christian_N on Thu Dec 18, 2008 3:51 pm, edited 2 times in total.
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: [Final] Gallery Block v1.2.1 (for board3 Portal)

Postby bce » Sat Dec 13, 2008 4:46 pm

feine sache der gallery block :!:

ist es möglich, den block für den style "aeroblue" anzupassen :?:
bce
Posts > 50
Posts > 50
 
Posts: 89
Topics: 25
Images: 18
Joined: Wed Oct 08, 2008 6:07 pm
phpBB.de: bce
  • E-mail bce
  • Personal album
Top

Re: [Final] Gallery Block v1.2.1 (for board3 Portal)

Postby Christian_N » Sat Dec 13, 2008 4:59 pm

Benutze die beide Dateien aus dem subsilver2 Verzeichnis und kopieren dieses anstelle von subsilver2 in das Verzeichnis AeroBlue hoch, dann und mach die Änderung in der portal_body.html wie in subsilver2 beschrieben in deinem AeroBlue Style dann werden die zumindesten schon mal angezeigt (allerdings ohne den Rahmen).

Um den Rahmen zu bekommen, laden dir das Paket runter: http://www.board3-styles.de/downloads.p ... l&df_id=35 und schaue am beste in eine andere Block Datei wie der definiert wurden ist an z.B. in der attachments.html oder clock.html oder oder oder und definieren die beide Dateien nach dem selben Muster. :D

Gruß Chris
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: [Final] Gallery Block v1.2.1 (for board3 Portal)

Postby bce » Sat Dec 13, 2008 5:31 pm

danke... funzt

für alle interessierten:
Code: Select all
<!--version $Id: album_small.html 39 2008-11-21 05:49:22Z Christian_N $ //-->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/tl.png" width="18" height="18" alt="" /></td>
    <td height="18" style="background:url('{T_THEME_PATH}/images/tm.png');"></td>
    <td width="18" height="18"><img src="{T_THEME_PATH}/images/tr.png" width="18" height="18" alt="" /></td>
  </tr>
  <tr>
    <td width="18" style="background:url('{T_THEME_PATH}/images/ml.png');"></td>
    <td>
   
        <table class="tablebg" border="1" cellspacing="1" width="100%">
            <tr>
                <th><span style="float: left"><img src="{T_THEME_PATH}/images/portal/portal_gallery.gif" width="18px" height="14px" alt=""/>&nbsp;{L_RANDOM_OR_RECENT}</span></th>
            </tr>
            <tr class="row1">
                <td style="text-align:center;">
                    <div style="text-align: center;">
         <!-- IF .small -->
         <!-- BEGIN small -->
         <!-- BEGIN image -->
         <!-- IF small.image.S_VIEW -->
            {small.image.UC_THUMBNAIL}<br />
            <div style="text-align: left; margin: 5px 0 0 0">
               <span class="gensmall">
                  <!-- IF small.image.UC_IMAGE_NAME -->{L_IMAGE_NAME}: {small.image.UC_IMAGE_NAME}<br /><!-- ENDIF -->
                  <!-- IF small.image.U_ALBUM -->{L_ALBUM_NAME}: <a href="{small.image.U_ALBUM}" style="font-weight: bold;">{small.image.ALBUM_NAME}</a><br /><!-- ENDIF -->
                  <!-- IF small.image.POSTER -->{L_POSTER}: {small.image.POSTER}<br /><!-- ENDIF -->
                  <!-- IF small.image.TIME -->{L_POSTED}: {small.image.TIME}<br /><!-- ENDIF -->
                  <!-- IF small.image.VIEW > -1 -->{L_VIEWS}: {small.image.VIEW}<br /><!-- ENDIF -->
                  <!-- IF small.image.S_RATINGS -->{L_RATING}: <a href="{small.image.U_RATINGS}">{small.image.S_RATINGS}</a><br /><!-- ENDIF -->
                  <!-- IF small.image.S_COMMENTS -->{small.image.L_COMMENTS}: <a href="{small.image.U_COMMENTS}">{small.image.S_COMMENTS}</a><br /><!-- ENDIF -->                  
               </span>
            </div>
            <!-- IF small.image.S_NOT_LAST --><hr /><br /><!-- ENDIF -->
         <!-- ELSE -->
            <span style="color: red; font-weight: bold; font-size: 20px;">{L_NO_PERMISSIONS}</span>
         <!-- IF small.image.S_NOT_LAST --><hr /><br /><!-- ENDIF -->
         <!-- ENDIF -->
         <!-- END image -->
         <!-- END small -->
         <!-- ELSE -->
            <span class="gensmall">{L_NO_IMAGES}</span>
         <!-- ENDIF -->
         <br /><hr />
         <span class="genmed">[ <a href="{U_GALLERY_MOD}">{L_GALLERY}</a> ]</span>
         <div style="text-align: right"><a href="http://www.phpbb-projekt.de">&copy;</a></div>
         </div>
                </td>
            </tr>
        </table>
       
    </td>
        <td width="18" style="background:url('{T_THEME_PATH}/images/mr.png');"></td>
      </tr>
      <tr>
        <td width="18" height="18" align="right"><img src="{T_THEME_PATH}/images/bl.png" width="18" height="18" alt="" /></td>
        <td height="18" style="background:url('{T_THEME_PATH}/images/bm.png');"></td>
        <td width="18" height="18"><img src="{T_THEME_PATH}/images/br.png" width="18" height="18" alt="" /></td>
      </tr>
    </table>

<!-- Gallery Block by www.phpbb-projekt.de -->
<br style="clear:both" />
musste danach noch die datei
styles\prosilver\theme\images\portal\portal_gallery.gif nach styles\AeroBlue\theme\images\portal\portal_gallery.gif kopieren.. fertig 8-)
bce
Posts > 50
Posts > 50
 
Posts: 89
Topics: 25
Images: 18
Joined: Wed Oct 08, 2008 6:07 pm
phpBB.de: bce
  • E-mail bce
  • Personal album
Top

Re: [REL] Gallery Block 1.2.2 - 0.4.1

Postby Christian_N » Thu Dec 18, 2008 3:31 pm

Version 1.2.2 released.

This release is compatible with the Gallery 0.4.1
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.2 - 0.4.1

Postby uk_martin » Wed Feb 25, 2009 8:16 pm

Hi

I installed the Gallery Block, and there were no errors in the installation process. However when I went into the ACP to configure the Gallery Block, the link to it seemed to be missing something. In the ACP>.MOD>Portal menu list, It stated "ACP_PORTAL_GALLERY_INFO" as if it was looking for a language file for its proper name in the menu.

Worse still, even though I configured it to look for a) 2 x latest images in the side column and 5 x random images in the centre column, neither displays - www.brummiesfans.com/test

HELP?

Thanks

Martin
uk_martin
Posts < 10
Posts < 10
 
Posts: 4
Topics: 1
Joined: Tue Feb 03, 2009 10:51 pm
  • E-mail uk_martin
Top

Re: [REL] Gallery Block 1.2.2 - 0.4.1

Postby Christian_N » Thu Feb 26, 2009 3:19 pm

Sorry my English is not so good.
uk_martin wrote:However when I went into the ACP to configure the Gallery Block, the link to it seemed to be missing something. In the ACP>.MOD>Portal menu list, It stated "ACP_PORTAL_GALLERY_INFO" as if it was looking for a language file for its proper name in the menu.

Hmm, did the changes in the adm/index.php done?
Find:
Code: Select all
$user->add_lang('mods/lang_portal_acp_logs');

Add after:
Code: Select all
$user->add_lang('mods/gallery_block');


Where appropriate, sometimes the cache in ACP empty, then there should be "Gallery" instead of "ACP_PORTAL_GALLERY_INFO" are used.
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 Christian_N » Sun Mar 29, 2009 5:42 pm

Version 1.2.3 released...

History:
  • Unreported: Compatible with board3 Portal 1.0.3
  • Unreported: Clean up language-files
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 rebirth » Mon Mar 30, 2009 9:53 pm

I installed this, but after installing, I noticed I have a newer version from the gallery, 0.5, and the block doesn't work with it. Is there some way I can get it working with my version?
rebirth
Posts < 10
Posts < 10
 
Posts: 3
Topics: 1
Joined: Tue Mar 17, 2009 11:56 pm
  • E-mail rebirth
Top

Re: [REL] Gallery Block 1.2.3 - 0.4.1

Postby nickvergessen » Mon Mar 30, 2009 10:12 pm

As 0.5.x is unsupported, the answer is no!
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

Next

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

Return to Supported Addons

Who is online

Users browsing this forum: No registered users and 2 guests

  • 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.078s | 15 Queries | GZIP : Off