Warning: The author of this contribution does not provide support for it anymore.

phpBB Gallery

Using GALLERY in SubSilverPlus. LINK HELP PLEASE - phpBB Gallery

Using GALLERY in SubSilverPlus. LINK HELP PLEASE

by Toy Maker » Wed May 12, 2010 7:51 pm

I hope I am posting this in the correct area... if not, please feel free to move this topic to the correct forum.


Ok here's my problem.
I installed the Gallery mod a few years ago, and it is working perfectly.
http://www.CarverAudio.com/phpBB3/gallery
I recently changed my theme over to SubSilverPlus, because of an error in the SubSilver theme.

How do I get the Gallery Button, and text to show up in the overall header in this theme now??
Going by the install instructions, the code does not match at all when you try to (find) in the files to (add after)

It looks like the code is ALOT different from the old SubSilver themes code.

Can someone please explain what files I have to go into, and where to add the GALLERY icon, GALLERY text link, and GALLERY URL to get TO the /gallery/ directory on my site?

I want the overall_header to show... FAQ - SEARCH - MEMBERS - GALLERY - USER CP
How do i get the Gallery in the middle, and get the link to work ??

Thanks for any help !!!
James
Toy Maker
Registered User
Posts: 87
Joined: Tue Jun 10, 2003 9:33 pm
Contact:

Re: Using GALLERY in SubSilverPlus. LINK HELP PLEASE

by nickvergessen » Fri May 14, 2010 12:55 pm

You need to upload the images which are uploaded on installation to styles/subsilver2/* to your style as well.
Modify the styles/your_style/imageset/en/imageset.cfg and afterwards refresh your Template/Theme/Imageset in ACP > Styles >
No Support via PM
User avatar
nickvergessen
Former Team Member
Posts: 4397
Joined: Mon Apr 30, 2007 5:33 pm
Location: Stuttgart, Germany
Name: Joas Schilling
Contact:

Re: Using GALLERY in SubSilverPlus. LINK HELP PLEASE

by Toy Maker » Fri May 14, 2010 11:18 pm

Here is the code from the overall_header I think something is screwed up in here.
Please advise.

Also, how do I find out which version of Gallery I am using ??
in Gallery>Overview, it says, "phpBB Gallery Overview - Gallery Admin Overview. In the next Version there will be some statistics etc. here."


Code: Select all

<div id="menubar">
         <table width="100%" cellspacing="0">
         <tr>
            <td class="genmed">
               <a href="{U_FAQ}"><img src="{T_THEME_PATH}/images/icon_mini_faq.gif" width="12" height="13" alt="*" /> {L_FAQ}</a>
               <!-- IF S_DISPLAY_SEARCH --> &nbsp;<a href="{U_SEARCH}"><img src="{T_THEME_PATH}/images/icon_mini_search.gif" width="12" height="13" alt="*" /> {L_SEARCH}</a><!-- ENDIF -->
               <!-- IF not S_IS_BOT -->
                  <!-- IF S_DISPLAY_MEMBERLIST --> &nbsp;<a href="{U_MEMBERLIST}"><img src="{T_THEME_PATH}/images/icon_mini_members.gif" width="12" height="13" alt="*" /> {L_MEMBERLIST}</a><!-- ENDIF -->
                  <!-- IF S_DISPLAY_GALLERY --> &nbsp;<a href="{U_GALLERY}"><img src="{T_THEME_PATH}/images/icon_gallery.gif" width="12" height="13" alt="*" /> {L_GALLERY}</a><!-- ENDIF -->
                  <!-- IF S_USER_LOGGED_IN --> &nbsp;<a href="{U_PROFILE}"><img src="{T_THEME_PATH}/images/icon_mini_profile.gif" width="12" height="13" alt="*" /> {L_PROFILE}</a><!-- ENDIF -->
               <!-- ENDIF -->
            </td>
            <td class="genmed" align="{S_CONTENT_FLOW_END}">
               <!-- IF U_RESTORE_PERMISSIONS --> &nbsp;<a href="{U_RESTORE_PERMISSIONS}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_RESTORE_PERMISSIONS}</a><!-- ENDIF -->
               <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &nbsp;<span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF -->
               <!-- IF not S_IS_BOT -->
                  <!-- IF S_USER_LOGGED_IN -->
                     <!-- IF S_DISPLAY_PM --> &nbsp;<a href="{U_PRIVATEMSGS}"><img src="{T_THEME_PATH}/images/icon_mini_message.gif" width="12" height="13" alt="*" /> {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a><!-- ENDIF -->
                     <!-- ELSEIF S_REGISTER_ENABLED --> &nbsp;<a href="{U_REGISTER}"><img src="{T_THEME_PATH}/images/icon_mini_register.gif" width="12" height="13" alt="*" /> {L_REGISTER}</a><!-- ENDIF -->
               <!-- ENDIF -->
               <!-- IF not S_IS_BOT --> &nbsp;<a href="{U_LOGIN_LOGOUT}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_LOGIN_LOGOUT}</a>&nbsp;<!-- ENDIF -->
            </td>
Toy Maker
Registered User
Posts: 87
Joined: Tue Jun 10, 2003 9:33 pm
Contact:

Re: Using GALLERY in SubSilverPlus. LINK HELP PLEASE

by Toy Maker » Thu Jun 03, 2010 10:48 am

bump ???
Toy Maker
Registered User
Posts: 87
Joined: Tue Jun 10, 2003 9:33 pm
Contact: