Murnulogs.Com http://murnulogs.com/styles/ |
|
DAJ Glass 2 (Version 1.0.4) for phpBB 3.0.12 http://murnulogs.com/styles/viewtopic.php?f=2&t=476 |
Page 1 of 1 |
Author: | Dustin B [ Sun Oct 23, 2011 4:57 pm ] |
Post subject: | DAJ Glass 2 (Version 1.0.4) for phpBB 3.0.12 |
Latest version :: 1.0.4 DAJ_Glass_2_1.0.4.zip Code changes DAJ_Glass_2_-_Update_1.0.3_to_1.0.4.zip !Update for phpBB 3.0.12! DAJ_Glass_2_-_Update_1.0.2_to_1.0.3.zip !Update for phpBB 3.0.11! DAJ_Glass_2_-_Update_1.0.1_to_1.0.2.zip DAJ_Glass_2_-_Update_1.0.0_to_1.0.1.zip Extras DAJ_Glass_2_Board_3_Portal-1.0.1.zip DAJ_Glass_GDK.psd MOD support jQuery Quick Edit 1.0.0 Previous versions DAJ_Glass_2_1.0.3.zip DAJ_Glass_2_1.0.2.zip DAJ_Glass_2_1.0.1.zip DAJ_Glass_2_1.0.0.zip |
Author: | Goemoe [ Tue Nov 01, 2011 11:43 am ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.1) for phpBB 3.0.9 |
I should have come back here earlier ![]() Great, thanks! |
Author: | jape [ Thu Nov 03, 2011 9:20 am ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.1) for phpBB 3.0.9 |
Thank you so much for releasing DAJ Glass 2! I used you theme in my forum for more than 5 years already on phpBB2. I always checked for updates on DAJ Glass 2 back in 2008 and a year or two passed and i figured you stopped the development, which was very sad. So thank you again for releasing this beautiful theme! I hope that you will continue the development and release updates and keep up the good work. Also I hope that you will release the templates for Board 3 Portal, that would be nice. |
Author: | Dustin B [ Thu Nov 03, 2011 3:29 pm ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.1) for phpBB 3.0.9 |
Yup gonna try my best to keep it updated for you guys. I've got a day job and other sites to work on too so sometimes might be hard to find the time. Board 3 template is coming, probably by the end of this coming weekend when I have time to work on it ![]() |
Author: | Al3xx [ Sat Dec 03, 2011 11:58 pm ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.1) for phpBB 3.0.9 |
after changing the line they do?I did everything written in the tutorial and not go portalu not installed? |
Author: | Dustin B [ Sun Dec 04, 2011 5:34 pm ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.1) for phpBB 3.0.9 |
? Sounds like you just made the style changes... You need to install Board3 Portal 1.0.6 from Board3.de first. |
Author: | TheNova [ Tue Dec 20, 2011 6:11 pm ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.1) for phpBB 3.0.9 |
I tried installing this quick edit mod: http://www.phpbb.com/customise/db/mod/j ... uick_edit/ I did all the required edits, but cannot for the life of me get the button to show in the view topic page. I had a struggle trying to find a lot of the lines in the css files as it's quite customized. Could you have a look at the mod and tell me what should go where so I know how to make the button appear. Thanks. |
Author: | Dustin B [ Tue Dec 20, 2011 8:22 pm ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.1) for phpBB 3.0.9 |
Checked it out. I'll install the mod on my test board. Looks like it might need custom html and css files. I'll whip up a matching button for ya too. *Edit... Pretty cool mod, got it working. Just gonna play with the style a little, will try to have it released tomorrow some time. |
Author: | Dustin B [ Wed Dec 21, 2011 6:42 pm ] | ||
Post subject: | Re: DAJ Glass 2 (Version 1.0.1) for phpBB 3.0.9 | ||
Here's the edits you'll need to make for jQuery Quick Edit 1.0.0. I've attached a matching button, remember to upload it to styles/DAJ_Glass_2/imageset/en Code: #
#-----[ OPEN ]--------------------------------------------- # styles/DAJ_Glass_2/imageset/en/imageset.cfg # #-----[ FIND ]--------------------------------------------- # img_icon_post_edit = icon-post-edit.gif*20*56 # #-----[ AFTER ADD ]--------------------------------------------- # img_icon_post_quickedit = icon-post-quickedit.gif*20*74 # #-----[ OPEN ]--------------------------------------------- # styles/DAJ_Glass_2/template/overall_header.html # #-----[ FIND ]--------------------------------------------- # </head> # #-----[ BEFORE ADD ]--------------------------------------------- # <!-- IF S_VIEWTOPIC --> <!-- INCLUDE quickedit/quickedit_header.html --> <!-- ENDIF --> # #-----[ OPEN ]--------------------------------------------- # styles/DAJ_Glass_2/template/overall_footer.html # #-----[ FIND ]--------------------------------------------- # </body> # #-----[ BEFORE ADD ]--------------------------------------------- # <!-- JQuery Quickedit Pop Up --> <!-- IF S_VIEWTOPIC --> <div id="popupQuickedit"></div> <div id="quickeditBackground"></div> <!-- ENDIF --> <!-- JQuery Quickedit Pop Up END --> # #-----[ OPEN ]--------------------------------------------- # styles/DAJ_Glass_2/template/viewtopic_body.html # #-----[ FIND ]--------------------------------------------- # <div class="postbody" # #-----[ IN LINE AFTER ADD ]--------------------------------------------- # id="post{postrow.POST_ID}" # #-----[ FIND ]--------------------------------------------- # <!-- IF postrow.U_EDIT --> <div class="button-edit"> <a href="{postrow.U_EDIT}"><span></span></a> </div> <!-- ENDIF --> # #-----[ AFTER ADD ]--------------------------------------------- # <!-- IF postrow.U_EDIT --> <div class="button-quickedit"> <a href="#" class="qe-icon" onclick="return false;" id="quickedit{postrow.POST_ID}"><span></span></a></a> </div> <!-- ENDIF --> # #-----[ OPEN ]--------------------------------------------- # styles/DAJ_Glass_2/template/quickedit/quickedit.html # #-----[ FIND ]--------------------------------------------- # Basically highlight and replace everything in the file. # <form id="jqe-adv-form" action="{U_ADVANCED_EDIT}" method="post"> <table class="tablebg" width="100%"> <!-- IF S_BBCODE_ALLOWED --> <tr id="quickedit-buttons" style="font-family:Verdana,Helvetica,Arial,sans-serif; font-size: 1.1 em;"> <td class="row2"> <input type="button" value=" B " id="bbcode0" class="btnbbcode" accesskey="b" style="width: 30px; font-size:0.85em; font-weight:bold;" title="{L_BBCODE_B_HELP}" /> <input type="button" value=" i " id="bbcode2" class="btnbbcode" accesskey="i" style="width: 30px; font-size:0.85em; font-style: italic;" title="{L_BBCODE_I_HELP}" /> <input type="button" value=" u " id="bbcode4" class="btnbbcode" accesskey="u" style="width: 30px; font-size:0.85em; text-decoration: underline;" title="{L_BBCODE_U_HELP}" /> <!-- IF S_BBCODE_QUOTE --> <input type="button" value="Quote" id="bbcode6" class="btnbbcode" accesskey="q" style="width: 50px; font-size:0.85em;" title="{L_BBCODE_Q_HELP}" /> <!-- ENDIF --> <input type="button" value="Code" id="bbcode8" class="btnbbcode" accesskey="c" style="width: 40px; font-size:0.85em;" title="{L_BBCODE_C_HELP}" /> <input type="button" value="List" id="bbcode10" class="btnbbcode" accesskey="l" style="width: 40px; font-size:0.85em;" title="{L_BBCODE_L_HELP}" /> <input type="button" value="List=" id="bbcode12" class="btnbbcode" accesskey="o" style="width: 40px; font-size:0.85em;" title="{L_BBCODE_O_HELP}" /> <input type="button" value="[*]" id="bbcode-1" class="btnbbcode" accesskey="t" style="width: 40px; font-size:0.85em;" title="{L_BBCODE_LISTITEM_HELP}" /> <!-- IF S_BBCODE_IMG --> <input type="button" value="Img" id="bbcode14" class="btnbbcode" accesskey="p" style="width: 40px; font-size:0.85em;" title="{L_BBCODE_P_HELP}" /> <!-- ENDIF --> <!-- IF S_LINKS_ALLOWED --> <input type="button" value="URL" id="bbcode16" class="btnbbcode" accesskey="w" style="width: 40px; font-size:0.85em;" title="{L_BBCODE_W_HELP}" /> <!-- ENDIF --> <!-- IF S_BBCODE_FLASH --> <input type="button" value="Flash" id="bbcode18" class="btnbbcode" accesskey="d" style="width: 40px; font-size:0.85em;" title="{L_BBCODE_D_HELP}" /> <!-- ENDIF --> <select id="addbbcode202" name="addbbcode202" title="{L_BBCODE_F_HELP}"> <option value="50">{L_FONT_TINY}</option> <option value="85">{L_FONT_SMALL}</option> <option value="100" selected="selected">{L_FONT_NORMAL}</option> <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 --> <option value="150">{L_FONT_LARGE}</option> <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 --> <option value="200">{L_FONT_HUGE}</option> <!-- ENDIF --> <!-- ENDIF --> </select> <!-- BEGIN custom_tags --> <input type="button" class="btnbbcode" value="{custom_tags.BBCODE_TAG}" id="bbcode{custom_tags.BBCODE_ID}" title="{custom_tags.BBCODE_HELPLINE}" style="width: auto; font-size:0.85em;" /> <!-- END custom_tags --> </td> </tr> <!-- ENDIF --> <tr id="jqe-message-box"> <td class="row2"> <textarea name="message" id="jqe-message" class="inputbox" rows="15" cols="76" onselect="qe_storeCaret(this);" onclick="qe_storeCaret(this);" onkeyup="qe_storeCaret(this);" onfocus="qe_initInsertions();" style="font-size: 1.0em;" >{POST_TEXT}</textarea><br /> </td> </tr> <tr> <td class="cat" colspan="2" align="center"> {S_HIDDEN_FIELDS} <input class="btnmain" type="button" id="submit_jqe" value="{L_SUBMIT}" style="font-size: 0.9em;" /> <input class="button2" type="button" id="cancel_jqe" value="{L_CANCEL}" style="font-size: 0.9em;" /> <input class="button2" type="submit" id="adv_jqe" value="{L_ADVANCED_EDIT}" style="font-size: 0.9em;" /> {S_FORM_TOKEN} </td> </tr> </table> </form> <div id="quickeditErrorBG"></div> <div id="quickeditError">{QE_ERROR}</div> <div id="quickeditAction">{QE_ERROR_ACTION}</div> <script type="text/javascript"> // <![CDATA[ /* * This is needed in order to have a correct listing of the custom bbcodes */ bbcode = new Array(); qe_bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[flash=]', '[/flash]','[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->); // ]]> </script> # #-----[ REPLACE WITH ]------------------------------------- # <form id="jqe-adv-form" action="{U_ADVANCED_EDIT}" method="post"> <table class="forum-table" width="100%" cellspacing="0"> <!-- IF S_BBCODE_ALLOWED --> <tr id="quickedit-buttons"> <td class="row2-e" align="center"> <input type="button" value=" B " id="bbcode0" class="button" accesskey="b" style="width: 30px;" title="{L_BBCODE_B_HELP}" /> <input type="button" value=" i " id="bbcode2" class="button" accesskey="i" style="width: 30px;" title="{L_BBCODE_I_HELP}" /> <input type="button" value=" u " id="bbcode4" class="button" accesskey="u" style="width: 30px;" title="{L_BBCODE_U_HELP}" /> <!-- IF S_BBCODE_QUOTE --> <input type="button" value="Quote" id="bbcode6" class="button" accesskey="q" style="width: 50px;" title="{L_BBCODE_Q_HELP}" /> <!-- ENDIF --> <input type="button" value="Code" id="bbcode8" class="button" accesskey="c" style="width: 40px;" title="{L_BBCODE_C_HELP}" /> <input type="button" value="List" id="bbcode10" class="button" accesskey="l" style="width: 40px;" title="{L_BBCODE_L_HELP}" /> <input type="button" value="List=" id="bbcode12" class="button" accesskey="o" style="width: 40px;" title="{L_BBCODE_O_HELP}" /> <input type="button" value="[*]" id="bbcode-1" class="button" accesskey="t" style="width: 40px;" title="{L_BBCODE_LISTITEM_HELP}" /> <!-- IF S_BBCODE_IMG --> <input type="button" value="Img" id="bbcode14" class="button" accesskey="p" style="width: 40px;" title="{L_BBCODE_P_HELP}" /> <!-- ENDIF --> <!-- IF S_LINKS_ALLOWED --> <input type="button" value="URL" id="bbcode16" class="button" accesskey="w" style="width: 40px;" title="{L_BBCODE_W_HELP}" /> <!-- ENDIF --> <!-- IF S_BBCODE_FLASH --> <input type="button" value="Flash" id="bbcode18" class="button" accesskey="d" style="width: 40px;" title="{L_BBCODE_D_HELP}" /> <!-- ENDIF --> <select id="addbbcode202" name="addbbcode202" title="{L_BBCODE_F_HELP}"> <option value="50">{L_FONT_TINY}</option> <option value="85">{L_FONT_SMALL}</option> <option value="100" selected="selected">{L_FONT_NORMAL}</option> <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 --> <option value="150">{L_FONT_LARGE}</option> <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 --> <option value="200">{L_FONT_HUGE}</option> <!-- ENDIF --> <!-- ENDIF --> </select> <!-- BEGIN custom_tags --> <input type="button" class="button" value="{custom_tags.BBCODE_TAG}" id="bbcode{custom_tags.BBCODE_ID}" title="{custom_tags.BBCODE_HELPLINE}" style="width: auto;" /> <!-- END custom_tags --> </td> </tr> <!-- ENDIF --> <tr id="jqe-message-box"> <td class="row2-e"><textarea name="message" id="jqe-message" class="post" rows="15" cols="76" onselect="qe_storeCaret(this);" onclick="qe_storeCaret(this);" onkeyup="qe_storeCaret(this);" onfocus="qe_initInsertions();">{POST_TEXT}</textarea></td> </tr> <tr> <td class="picRow" colspan="2"> {S_HIDDEN_FIELDS} <input class="button" type="button" id="submit_jqe" value="{L_SUBMIT}" /> <input class="button" type="button" id="cancel_jqe" value="{L_CANCEL}" /> <input class="button" type="submit" id="adv_jqe" value="{L_ADVANCED_EDIT}" /> {S_FORM_TOKEN} </td> </tr> </table> </form> <div id="quickeditErrorBG"></div> <div id="quickeditError">{QE_ERROR}</div> <div id="quickeditAction">{QE_ERROR_ACTION}</div> <script type="text/javascript"> // <![CDATA[ /* * This is needed in order to have a correct listing of the custom bbcodes */ bbcode = new Array(); qe_bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[flash=]', '[/flash]','[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->); // ]]> </script> # #-----[ OPEN ]--------------------------------------------- # styles/DAJ_Glass_2/theme/buttons.css # #-----[ FIND ]--------------------------------------------- # /* Edit button */ .button-edit span { background: transparent none 0 0 no-repeat; background-image: url('{T_IMAGESET_LANG_PATH}/icon-post-edit.gif'); } # #-----[ AFTER ADD ]--------------------------------------------- # /* Quick Edit button */ .button-quickedit span { background: transparent none 0 0 no-repeat; background-image: url('{T_IMAGESET_LANG_PATH}/icon-post-quickedit.gif'); } # #-----[ FIND ]--------------------------------------------- # .hover-buttons-right div.button-edit { width: {IMG_ICON_POST_EDIT_WIDTH}px; height: {IMG_ICON_POST_EDIT_HEIGHT}px; padding: 2px; } # #-----[ AFTER ADD ]--------------------------------------------- # .hover-buttons-right div.button-quickedit { width: {IMG_ICON_POST_QUICKEDIT_WIDTH}px; height: {IMG_ICON_POST_QUICKEDIT_HEIGHT}px; padding: 2px; } # #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ # # EoM
|
Author: | Al3xx [ Sat Dec 31, 2011 10:27 am ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.1) for phpBB 3.0.9 |
How can I add icons to child boards? Exemple: ![]() |
Author: | Dustin B [ Mon Jan 02, 2012 5:58 pm ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.1) for phpBB 3.0.9 |
hmm try this open styles/DAJ_Glass_2/template/forumlist_body.html find Code: </b> {forumrow.SUBFORUMS}</span> replace with Code: </b> <a href="{forumrow.subforum.U_SUBFORUM}">{LAST_POST_IMG}</a> {forumrow.SUBFORUMS}</span>
|
Author: | Al3xx [ Tue Jan 03, 2012 3:09 pm ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.1) for phpBB 3.0.9 |
result: ![]() |
Author: | Dustin B [ Tue Jan 03, 2012 5:08 pm ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.1) for phpBB 3.0.9 |
Ok did a little digging and figured it out. Undo the changes to forumlist_body.html. open styles/DAJ_Glass_2/imageset/imageset.cfg find Code: img_subforum_read = img_subforum_unread = replace with Code: img_subforum_read = icon-post-target.gif*9*12 img_subforum_unread = icon-post-target-unread.gif*9*12 open styles/DAJ_Glass_2/theme/misc.css find Code: .pm_foe_colour { background-color: #DD0000; } after add Code: /*-------------------------------------------------------*/ /* Subforum read icons */ /*-------------------------------------------------------*/ a.subforum.read { background-image: url("{T_IMAGESET_PATH}/icon-post-target.gif"); background-repeat: no-repeat; background-position: 0 50%; position: relative; white-space: nowrap; padding: 2px 0px 0px 12px; } a.subforum.unread { background-image: url("{T_IMAGESET_PATH}/icon-post-target-unread.gif"); background-repeat: no-repeat; background-position: 0 50%; position: relative; white-space: nowrap; padding: 2px 0px 0px 12px; } I'm glad you asked about this, I would have never payed attention to this before ![]() |
Author: | Al3xx [ Wed Jan 04, 2012 3:45 am ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.1) for phpBB 3.0.9 |
works only ![]() ![]() |
Author: | Dustin B [ Wed Jan 04, 2012 4:28 pm ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.1) for phpBB 3.0.9 |
hmm I've tried it on a demo board and it works fine. Did you refresh your imageset and theme in the ACP? |
Author: | Dustin B [ Wed Jan 04, 2012 8:36 pm ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.1) for phpBB 3.0.9 |
Check the first post for phpBB 3.0.10 code changes. |
Author: | Al3xx [ Thu Jan 05, 2012 12:29 pm ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.2) for phpBB 3.0.10 |
I installed phpBB 3.0.10 http://www.youtube.com/watch?v=P6RdV5v4 ... e=youtu.be |
Author: | Al3xx [ Fri Feb 03, 2012 2:04 pm ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.2) for phpBB 3.0.10 |
can install on phpbb seo? |
Author: | Goemoe [ Tue Feb 07, 2012 1:03 am ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.2) for phpBB 3.0.10 |
Thank you for the updates ![]() |
Author: | Dustin B [ Sun Jun 17, 2012 5:07 pm ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.2) for phpBB 3.0.10 |
Sorry I haven't been on in a while. I haven't checked out Board3 2 yet. I imagine the coding is quite different. I'll download it and dig around a little. I'll probably have to release a whole new version. |
Author: | Aegis [ Fri Jun 29, 2012 12:23 am ] |
Post subject: | Re: DAJ Glass 2 (Version 1.0.2) for phpBB 3.0.10 |
hey dude, just wanted to say good job on the style it totally kicks ass.. and btw the caption is a bit disorienting : it asks the middle five characters of this f@(%e\s? , but in reality looks like this f@(%e\s?: which is more logical since it makes it 9 characters so the middle ones would be (%e\s... litterally spent days trying and giving up. Anyway i made a french translation of the style for my board using your pdfs , plus i would like to make some modifications to the background but i don't know how, what i means is i want to : Remove the (using layer names) Body - 1 and background and add a background image instead. Change gloss -1 and 2 to black Oh and final question once i've changed everything in the pdf what do i need to do for it to apply to the forum ? |
Page 1 of 1 | All times are UTC - 8 hours |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |