Murnulogs.Com http://murnulogs.com/styles/ |
|
Updated :: DAJ Glass 2 for Board3 Portal http://murnulogs.com/styles/viewtopic.php?f=11&t=486 |
Page 1 of 1 |
Author: | Dustin B [ Sun Nov 27, 2011 8:03 pm ] |
Post subject: | Updated :: DAJ Glass 2 for Board3 Portal |
I've reworked the design slightly for Board3 Portal. This is a more solid, hopefully bug free release. There's no update instructions, would be too much. Just replace all the files, refresh your template and theme files from the ACP and delete the following files from DAJ_Glass_2/theme/images/portal;
*Edit... There's a small fix for recent.html. Check the post under this. Updated the download. Download DAJ_Glass_2_Board_3_Portal-1.0.1.zip |
Author: | Dustin B [ Mon Nov 28, 2011 4:31 pm ] |
Post subject: | Re: Updated :: DAJ Glass 2 for Board3 Portal |
Found something screwy, sorry guys it's a small fix. Forgot I just use a simplified recent topics for my page so I had some things deleted out. Here's the fix... ![]() open DAJ_Glass_2/template/portal/block/recent.html find Code: <table width="100%" cellspacing="0" class="forum-table"> <tr> <td class="row1-e gen"> <!-- IF .latest_topics --> <!-- BEGIN latest_topics --> » <a href="{latest_topics.U_VIEW_TOPIC}" title="{latest_topics.FULL_TITLE}">{latest_topics.TITLE}</a><br /> <!-- END latest_topics --> <!-- ENDIF --> </td> </tr> </table> replace with Code: <table width="100%" cellspacing="0" class="forum-table">
<tr> <td class="row1-e"> <table width="100%" cellspacing="2" border="0"> <tr> <!-- IF .latest_announcements --><td class="gen"><strong>{L_RECENT_ANN}</strong><hr /></td><!-- ENDIF --> <!-- IF .latest_hot_topics --><td class="gen"><strong>{L_RECENT_HOT_TOPIC}</strong><hr /></td><!-- ENDIF --> <!-- IF .latest_topics --><td class="gen"><strong>{L_RECENT_TOPIC}</strong><hr /></td><!-- ENDIF --> </tr> <tr valign="top"> <!-- IF .latest_announcements --> <td class="genmed" width="33%"> <!-- BEGIN latest_announcements --> » <a href="{latest_announcements.U_VIEW_TOPIC}" title="{latest_announcements.FULL_TITLE}">{latest_announcements.TITLE}</a><br /> <!-- END latest_announcements --> </td> <!-- ENDIF --> <!-- IF .latest_hot_topics --> <td class="genmed" width="33%"> <!-- BEGIN latest_hot_topics --> » <a href="{latest_hot_topics.U_VIEW_TOPIC}" title="{latest_hot_topics.FULL_TITLE}">{latest_hot_topics.TITLE}</a><br /> <!-- END latest_hot_topics --> </td> <!-- ENDIF --> <!-- IF .latest_topics --> <td class="genmed" width="33%"> <!-- BEGIN latest_topics --> » <a href="{latest_topics.U_VIEW_TOPIC}" title="{latest_topics.FULL_TITLE}">{latest_topics.TITLE}</a><br /> <!-- END latest_topics --> </td> <!-- ENDIF --> </tr> </table> </td> </tr> </table> |
Page 1 of 1 | All times are UTC - 8 hours |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |