Rivers Tavern

It is currently Thu Sep 09, 2010 6:29 pm



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 15 posts ] 
Author Message
 Post subject: Album Mod
PostPosted: Tue Aug 15, 2006 8:22 am  
User avatar

Tavern Owner

Tavern Owner
Joined: Thu Dec 05, 2002 10:29 pm
Posts: 3826
Location: Quahog
Offline

For the album mod files, click here

_________________
Woof!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 13, 2006 2:34 am  

I'm very sorry, but i'm a complete newbie when it comes to editing phpBB, what other files from the official mod do I have to change?


Top
  
 
 Post subject:
PostPosted: Sat Sep 16, 2006 9:50 pm  
User avatar

Tavern Owner

Tavern Owner
Joined: Thu Dec 05, 2002 10:29 pm
Posts: 3826
Location: Quahog
Offline

Once you install the offical mod all you have to do is copy the files to the Cobalt directory

_________________
Woof!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 27, 2006 9:52 pm  

Hi

Do you know the FAP? (Full Album Pack)

I tried to modify the .tpl but if you dont know the basics of Cobalt, it is a hell of a job.

I'll Post 1 file, and 1 modified for example., can you take a look?

Original Album_box.tpl
Code:
<!-- BEGIN catheader -->
<table class="forumline" width="98%" align="center" cellspacing="1" cellpadding="2">
   <tr>
      <!-- BEGIN col_span -->
      <td class="catLeft" colspan="{catheader.col_span.HEADER_COL_SPAN}" height="28"><span class="cattitle">{catheader.L_PUBLIC_CATS}</span></td>
      <!-- END col_span -->
   </tr>
   <tr>
      <th class="thCornerL" width="80%" height="25" colspan="2" nowrap="nowrap">&nbsp;{catheader.L_CATEGORY}&nbsp;</th>
      <!-- BEGIN thumb -->
      <th width="5%" class="{catheader.thumb.CLASS}">&nbsp;{catheader.thumb.L_LAST_PIC_THUMB}&nbsp;</th>
      <!-- END thumb -->
      <!-- BEGIN total_pics -->
      <th width="5%" class="{catheader.total_pics.CLASS}">&nbsp;{catheader.total_pics.L_TOTAL_PICS}&nbsp;</th>
      <!-- END total_pics -->
      <!-- BEGIN total_comments -->
      <th width="5%" class="{catheader.total_comments.CLASS}">&nbsp;{catheader.total_comments.L_TOTAL_COMMENTS}&nbsp;</th>
      <!-- END total_comments -->
      <!-- BEGIN pics -->
      <th width="5%" class="{catheader.pics.CLASS}">&nbsp;{catheader.pics.L_PICS}&nbsp;</th>
      <!-- END pics -->
      <!-- BEGIN comments -->
      <th width="5%" class="{catheader.comments.CLASS}" nowrap="nowrap">&nbsp;{catheader.comments.L_COMMENTS}&nbsp;</th>
      <!-- END comments -->
      <!-- BEGIN last_comment -->
      <th width="15%" class="{catheader.last_comment.CLASS}" nowrap="nowrap">&nbsp;{catheader.last_comment.L_LAST_COMMENT_INFO}&nbsp;</th>
      <!-- END last_comment -->
      <!-- BEGIN last_pic -->
      <th class="{catheader.last_pic.CLASS}" nowrap="nowrap">&nbsp;{catheader.last_pic.L_LAST_PIC}&nbsp;</th>
      <!-- END last_pic -->
   </tr>
<!-- END catheader -->

<!-- BEGIN catmain -->
   <!-- BEGIN catrow -->
   <tr>
      <td class="row1" width="1%"><img src="{catmain.catrow.CAT_IMG}" alt="" /></td>
      <!-- <td class="row1" height="50" onMouseOver="this.style.backgroundColor='{T_TD_COLOR1}';" onMouseOut="this.style.backgroundColor='{T_TR_COLOR1}';"> -->
      <td class="row1" height="50" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';">
         <span class="forumlink">
            &nbsp;{NAV_DOT}&nbsp;<a href="{catmain.catrow.U_VIEWCAT}" class="forumlink">{catmain.catrow.CAT_TITLE}</a>
            <!-- BEGIN newpics -->
            <img src="{catmain.catrow.newpics.I_NEWEST_PICS}" border="0" alt="{catmain.catrow.newpics.L_NEWEST_PICS}" title="{catmain.catrow.newpics.L_NEWEST_PICS}">
            <!-- END newpics -->
         </span>
         <span class="genmed">{catmain.catrow.SLIDESHOW}&nbsp;</span>
         <br />
         <img src="{SPACER}" width="14" height="0" alt="" />
         <span class="genmed">{catmain.catrow.CAT_DESC}&nbsp;</span>
         <span class="gensmall">{catmain.catrow.L_MODERATORS}&nbsp;{catmain.catrow.MODERATORS}</span>
         <!-- BEGIN subcat_link -->
         <br />
         <img src="{SPACER}" width="1" height="15" alt="" />
         <span class="gensmall">{catmain.catrow.subcat_link.L_LINKS}:&nbsp;{catmain.catrow.subcat_link.LINKS}</span>
         <!-- END subcat_link -->
      </td>
      <!-- BEGIN thumb -->
      <td class="{COL0}" align="center" onMouseOver="this.style.backgroundColor='{THUMB_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{THUMB_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.thumb.LAST_PIC_URL}&nbsp;</span></td>
      <!-- END thumb -->
      <!-- BEGIN total_pics -->
      <td class="{COL1}" align="center" onMouseOver="this.style.backgroundColor='{TOTAL_PICS_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{TOTAL_PICS_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.total_pics.TOTAL_PICS}&nbsp;</span></td>
      <!-- END total_pics -->
      <!-- BEGIN total_comments -->
      <td class="{COL2}" align="center" onMouseOver="this.style.backgroundColor='{TOTAL_COMMENTS_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{TOTAL_COMMENTS_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.total_comments.TOTAL_COMMENTS}&nbsp;</span></td>
      <!-- END total_comments -->
      <!-- BEGIN pics -->
      <td class="{COL3}" align="center" onMouseOver="this.style.backgroundColor='{PICS_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{PICS_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.pics.PICS}&nbsp;</span></td>
      <!-- END pics -->
      <!-- BEGIN comments -->
      <td class="{COL4}" align="center" onMouseOver="this.style.backgroundColor='{COMMENTS_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{COMMENTS_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.comments.COMMENTS}&nbsp;</span></td>
      <!-- END comments -->
      <!-- BEGIN last_comment -->
      <td class="{COL5}" align="center" nowrap="nowrap" onMouseOver="this.style.backgroundColor='{LAST_COMMENT_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{LAST_COMMENT_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.last_comment.LAST_COMMENT_INFO}&nbsp;</span></td>
      <!-- END last_comment -->
      <!-- BEGIN last_pic -->
      <td class="{COL6}" align="center" nowrap="nowrap" onMouseOver="this.style.backgroundColor='{LAST_PIC_OVER_COLOR}';" onMouseOut="this.style.backgroundColor='{LAST_PIC_OUT_COLOR}';"><span class="gensmall">{catmain.catrow.last_pic.LAST_PIC_INFO}&nbsp;</span></td>
      <!-- END last_pic -->
   </tr>
   <!-- END catrow -->
<!-- END catmain -->

<!-- BEGIN catfooter -->
   <!-- BEGIN cat_public_footer -->
   <tr>
      <td class="row1" height="50" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';">
         <span class="forumlink">
            &nbsp;{NAV_DOT}&nbsp;<a href="{U_ALBUM_ALLPICS}" class="cattitle">{L_ALBUM_ALLPICS}</a>
         </span>
      </td>
   </tr>
   <tr>
      <td class="row1" height="50" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';">
         <span class="forumlink">
            &nbsp;{NAV_DOT}&nbsp;<a href="{U_ALBUM_OTF}" class="cattitle">{L_ALBUM_OTF}</a>
         </span>
      </td>
   </tr>
   <tr>
      <td class="row1" height="50" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';">
         <span class="forumlink">
            &nbsp;{NAV_DOT}&nbsp;<a href="{catfooter.cat_public_footer.U_USERS_PERSONAL_GALLERIES}" class="cattitle">{catfooter.cat_public_footer.L_USERS_PERSONAL_GALLERIES}</a>
         </span>
         <br />
         <img src="{SPACER}" width="5" height="15" alt="" />
         <span class="gensmall">
            &nbsp;{NAV_DOT}&nbsp;<a href="{catfooter.cat_public_footer.U_YOUR_PERSONAL_GALLERY}" class="gensmall"><b>{catfooter.cat_public_footer.L_YOUR_PERSONAL_GALLERY}</b></a>
         </span>
      </td>
   </tr>
   <tr>
      <td class="catBottom" height="28" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}">&nbsp;</td>
   </tr>
   <!-- END cat_public_footer -->
</table>
<br clear="all" />
<!-- END catfooter -->


Modified Album_box.tpl
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
         <td colspan="3">
               <table width="100%" border="0" cellspacing="0" cellpadding="0">
                       <tr>
                            <td width="0%"><img src="templates/Cobalt/images/cat_lcap.gif" width="22" height="51"></td>
                            <td width="100%" background="templates/Cobalt/images/cat_bar.jpg" valign="top">
                              <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
                                  <tr>
                                    <td class="cBarStart" valign="top">
                                       <table border="0" cellspacing="0" cellpadding="0" width="100%">
                                               <tr>
                                                        <td valign="top" width="0%"><img src="templates/Cobalt/images/cat_arrow.gif" width="25" height="39"></td>         
                                                       <td class="cattitle" width="100%"><span class="cattitle">Album</span></td>
                                                  </tr>
                                          </table>                 
                                         </td>
                                                  
                                      </tr>
                                 </table>
                             </td>
                            <td width="0%"><img src="templates/Cobalt/images/cat_rcap.gif" width="33" height="51"></td>
                      </tr>
               </table>
           </td>
        </tr>
   <tr>
         <td width="0%"><img src="templates/Cobalt/images/spacer.gif" width="16" height="22"></td>
            <td width="100%" class="foldericonbox">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                          <td width="0%" class="cboxLeft"><img src="templates/Cobalt/images/spacer.gif" width="6" height="6"></td>
                            <td width="100%" class="foldericonboxstart">
                            <!-- BEGIN catheader -->
                              <table width="100%" border="1" cellspacing="0" cellpadding="0">
                                <tr>
                              <th class="thCornerL" width="80%" height="25" colspan="2" nowrap="nowrap">&nbsp;{catheader.L_CATEGORY}&nbsp;</th>
                              <!-- BEGIN thumb -->
                              <th width="5%" class="thtop">&nbsp;{catheader.thumb.L_LAST_PIC_THUMB}&nbsp;</th>
                              <!-- END thumb -->
                              <!-- BEGIN total_pics -->
                              <th width="5%" class="thtop">&nbsp;{catheader.total_pics.L_TOTAL_PICS}&nbsp;</th>
                              <!-- END total_pics -->
                              <!-- BEGIN total_comments -->
                              <th width="5%" class="thtop">&nbsp;{catheader.total_comments.L_TOTAL_COMMENTS}&nbsp;</th>
                              <!-- END total_comments -->
                              <!-- BEGIN pics -->
                              <th width="5%" class="thtop">&nbsp;{catheader.pics.L_PICS}&nbsp;</th>
                              <!-- END pics -->
                              <!-- BEGIN comments -->
                              <th width="5%" class="thtop" nowrap="nowrap">&nbsp;{catheader.comments.L_COMMENTS}&nbsp;</th>
                              <!-- END comments -->
                              <!-- BEGIN last_comment -->
                              <th width="15%" class="thtop" nowrap="nowrap">&nbsp;{catheader.last_comment.L_LAST_COMMENT_INFO}&nbsp;</th>
                              <!-- END last_comment -->
                              <!-- BEGIN last_pic -->
                              <th class="thCornerR" nowrap="nowrap">&nbsp;{catheader.last_pic.L_LAST_PIC}&nbsp;</th>
                              <!-- END last_pic -->
                           </tr>
                             <tr>
                             <!-- BEGIN col_span -->
                                   <td class="catLeft" colspan="{catheader.col_span.HEADER_COL_SPAN}" height="28"><span class="cattitle">{catheader.L_PUBLIC_CATS}</span></td>
                             <!-- END col_span -->
                             </tr>
                             <!-- END catheader -->
      
                             <!-- BEGIN catmain -->
                             <!-- BEGIN catrow -->
                             <tr>
                              <td class="row1" width="1%"><img src="{catmain.catrow.CAT_IMG}" alt="" /></td>
                              <td class="row1" height="50"><span class="forumlink">&nbsp;{NAV_DOT}&nbsp;<a href="{catmain.catrow.U_VIEWCAT}" class="forumlink">{catmain.catrow.CAT_TITLE}</a></span>
                                 <!-- BEGIN newpics -->
                                 <img src="{catmain.catrow.newpics.I_NEWEST_PICS}" border="0" alt="{catmain.catrow.newpics.L_NEWEST_PICS}" title="{catmain.catrow.newpics.L_NEWEST_PICS}">
                                 <!-- END newpics -->
      
                                 <span class="genmed">{catmain.catrow.SLIDESHOW}&nbsp;</span>
                                 <br />
                                 <img src="{SPACER}" width="14" height="0" alt="" />
                                 <span class="genmed">{catmain.catrow.CAT_DESC}&nbsp;</span>
                                 <span class="gensmall">{catmain.catrow.L_MODERATORS}&nbsp;{catmain.catrow.MODERATORS}</span>
                                 <!-- BEGIN subcat_link -->
                                 <br />
                                 <img src="{SPACER}" width="1" height="15" alt="" />
                                 <span class="gensmall">{catmain.catrow.subcat_link.L_LINKS}:&nbsp;{catmain.catrow.subcat_link.LINKS}</span>
                                 <!-- END subcat_link -->
                              </td>
                                 <!-- BEGIN thumb -->
                                 <td class="row1" align="center"><span class="gensmall">{catmain.catrow.thumb.LAST_PIC_URL}&nbsp;</span></td>
                                 <!-- END thumb -->
                                 <!-- BEGIN total_pics -->
                                 <td class="row1" align="center"><span class="gensmall">{catmain.catrow.total_pics.TOTAL_PICS}&nbsp;</span></td>
                                 <!-- END total_pics -->
                                 <!-- BEGIN total_comments -->
                                 <td class="row1" align="center"><span class="gensmall">{catmain.catrow.total_comments.TOTAL_COMMENTS}&nbsp;</span></td>
                                 <!-- END total_comments -->
                                 <!-- BEGIN pics -->
                                 <td class="row1" align="center"><span class="gensmall">{catmain.catrow.pics.PICS}&nbsp;</span></td>
                                 <!-- END pics -->
                                 <!-- BEGIN comments -->
                                 <td class="row1" align="center"><span class="gensmall">{catmain.catrow.comments.COMMENTS}&nbsp;</span></td>
                                 <!-- END comments -->
                                 <!-- BEGIN last_comment -->
                                 <td class="row1" align="center" nowrap="nowrap"><span class="gensmall">{catmain.catrow.last_comment.LAST_COMMENT_INFO}&nbsp;</span></td>
                                 <!-- END last_comment -->
                                 <!-- BEGIN last_pic -->
                                 <td class="row1" align="center" nowrap="nowrap"><span class="gensmall">{catmain.catrow.last_pic.LAST_PIC_INFO}&nbsp;</span></td>
                                 <!-- END last_pic -->
                           </tr>
                           <!-- END catrow -->
                             <!-- END catmain -->
                            <!-- BEGIN catfooter -->
                           <!-- BEGIN cat_public_footer -->
                            <tr>
                                 <td class="row1" height="50" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}"><span class="forumlink">&nbsp;{NAV_DOT}&nbsp;<a href="{U_ALBUM_OTF}">{L_ALBUM_OTF}</a></span></td>
                             </tr>
                           <tr>
                                 <td class="row1" height="50" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}"><span class="forumlink">&nbsp;{NAV_DOT}&nbsp;<a href="{U_ALBUM_ALLPICS}">{L_ALBUM_ALLPICS}</a></span></td>
                           </tr>
                                <tr>
                                 <td class="row1" height="50" colspan="{catfooter.cat_public_footer.FOOTER_COL_SPAN}">
                                 <span class="forumlink">
                                 &nbsp;{NAV_DOT}&nbsp;<a href="{catfooter.cat_public_footer.U_USERS_PERSONAL_GALLERIES}">{catfooter.cat_public_footer.L_USERS_PERSONAL_GALLERIES}</a>
                                 </span>
                                 <br />
                                 <img src="{SPACER}" width="5" height="15" alt="" />
                                 <span class="gensmall">
                                 &nbsp;{NAV_DOT}&nbsp;<a href="{catfooter.cat_public_footer.U_YOUR_PERSONAL_GALLERY}" class="gensmall"><b>{catfooter.cat_public_footer.L_YOUR_PERSONAL_GALLERY}</b></a>
                                 </span>
                                 </td>
                           </tr>
                                <!-- END cat_public_footer -->
                             </table>     
                         
                         </td>
                        <td width="0%" class="cboxRight"><img src="templates/Cobalt/images/spacer.gif" width="6" height="6"></td>
                    </tr>
                    <tr>
                         <td width="0%" class="cboxLeftbottom"></td>
                         <td width="100%" valign="top" class="cboxBottom"><img src="templates/Cobalt/images/spacer.gif" width="6" height="6"></td>
                         <td width="0%" class="cboxRightbottom"></td>
                    </tr>
               
               </table>
</td>
      <td class="catbox_right"><img src="templates/Cobalt/images/spacer.gif" width="27" height="27"></td>
    </tr>
  </table>
<br clear="all" />
<!-- END catfooter -->


Thanks!


Top
  
 
 Post subject:
PostPosted: Thu Sep 28, 2006 5:28 pm  

anybody?


Top
  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 8:28 am  
User avatar

Tavern Owner

Tavern Owner
Joined: Thu Dec 05, 2002 10:29 pm
Posts: 3826
Location: Quahog
Offline

Hi Sander

Sorry for the delay in replying I have been busy getting ready for the new house

Have you tried dropping in the files in the link?

_________________
Woof!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 28, 2006 3:22 am  

OK make no mistake, I am very new to this.

My org has Cobalt 2.0 running and we love it. We want to be able to fit the album mod to try it out as our club members are all motorsport enthusiasts and we are proud to show off our action (lack of action) shots.

I have copied the mod files to the Cobalt folder. What do I do now? :shock:

Thanks for your help!
Barney


Top
  
 
 Post subject:
PostPosted: Tue Nov 28, 2006 6:13 am  
User avatar

Tavern Owner

Tavern Owner
Joined: Thu Dec 05, 2002 10:29 pm
Posts: 3826
Location: Quahog
Offline

Did you add the proper mod?

_________________
Woof!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 28, 2006 6:18 am  

Told you I was new...

After I posted I realised that the Cobalt mod was to convert the album mod to cobalt theme only

I have downloaded the album mod, and am currently downloaded a local copy of the forum so I can try and teach myself how to add the mod.

Any good references to show me how?


Top
  
 
 Post subject:
PostPosted: Tue Nov 28, 2006 2:10 pm  

OK

I have installed the full mod, edited files as required and created the tables. The template files are also all in place.

In the admin panel everything works, create categories etc etc

HOWEVER

No sign of any album on the forum at all

Any suggestions?


Top
  
 
 Post subject:
PostPosted: Wed Nov 29, 2006 5:11 am  
User avatar

Tavern Owner

Tavern Owner
Joined: Thu Dec 05, 2002 10:29 pm
Posts: 3826
Location: Quahog
Offline

May it is hdding behod the back of the sofa?

Did you save the admin files to the template admin directory?

_________________
Woof!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 29, 2006 12:57 pm  

Hey I worked that bit out this morning thanks :D

Got it up and showing itself, just needs some tweaking as the album icon on the navbar is in the wrong spot (needs to be centered below all the others) and I need to get the general gallery font and colour to match Cobalt.

Thanks
Barney


Top
  
 
 Post subject:
PostPosted: Fri Dec 01, 2006 5:04 am  

Gotta say, great mod!

Thanks :D


Top
  
 
 Post subject:
PostPosted: Fri Dec 01, 2006 10:08 am  
User avatar

Tavern Owner

Tavern Owner
Joined: Thu Dec 05, 2002 10:29 pm
Posts: 3826
Location: Quahog
Offline

Thanks. It took ages to create the template

_________________
Woof!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 01, 2006 11:32 am  

You can be proud of it mate it's terrific!

P.S. How do I convert the Public Gallery and Private Gallery title fonts from white to Cobalt blue?

Have a look if you don't mind:

http://www.ndscc.asn.au/forum/album.php?sid=ebfe358b070b74a74a2840d66e2ded43


Top
  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 15 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron

World of Warcraft phpBB template "WoWMaevahEmpire" created by MAËVAH (ex-MOONCLAW) for EMPIRE guild (v3.0.4) - wowcr.net : World of Warcraft styles & videos
© World of Warcraft and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries. wowcr.net is in no way associated with Blizzard Entertainment.
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group