Author |
Message |
Dustin B
|
|

Site Admin

Joined: Sun Mar 13, 2011 4:39 pm Posts: 39 Location: Renton, WA US
|
_________________ 
|
|
|
|
|
Goemoe
|
|
Pawn

Joined: Tue Sep 27, 2011 8:26 pm Posts: 6
|
I should have come back here earlier  Great, thanks!
|
|
|
|
|
jape
|
|
Pawn

Joined: Thu Nov 03, 2011 8:11 am Posts: 1
|
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.
|
|
|
|
|
Dustin B
|
|

Site Admin

Joined: Sun Mar 13, 2011 4:39 pm Posts: 39 Location: Renton, WA US
|
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 
_________________ 
|
|
|
|
|
Al3xx
|
|
Pawn

Joined: Sat Dec 03, 2011 11:45 pm Posts: 6
|
after changing the line they do?I did everything written in the tutorial and not go portalu not installed?
|
|
|
|
|
Dustin B
|
|

Site Admin

Joined: Sun Mar 13, 2011 4:39 pm Posts: 39 Location: Renton, WA US
|
? Sounds like you just made the style changes... You need to install Board3 Portal 1.0.6 from Board3.de first.
_________________ 
|
|
|
|
|
TheNova
|
|
Pawn

Joined: Tue Dec 20, 2011 6:07 pm Posts: 1
|
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.
|
|
|
|
|
Dustin B
|
|

Site Admin

Joined: Sun Mar 13, 2011 4:39 pm Posts: 39 Location: Renton, WA US
|
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.
_________________ 
|
|
|
|
|
Dustin B
|
|

Site Admin

Joined: Sun Mar 13, 2011 4:39 pm Posts: 39 Location: Renton, WA US
|
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
Attachments:
icon-post-quickedit.gif [ 2.28 KiB | Viewed 367038 times ]
|
|
_________________ 
|
|
|
|
|
Al3xx
|
|
Pawn

Joined: Sat Dec 03, 2011 11:45 pm Posts: 6
|
How can I add icons to child boards? Exemple: 
|
|
|
|
|
Dustin B
|
|

Site Admin

Joined: Sun Mar 13, 2011 4:39 pm Posts: 39 Location: Renton, WA US
|
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>
_________________ 
|
|
|
|
|
Al3xx
|
|
Pawn

Joined: Sat Dec 03, 2011 11:45 pm Posts: 6
|
result: 
|
|
|
|
|
Dustin B
|
|

Site Admin

Joined: Sun Mar 13, 2011 4:39 pm Posts: 39 Location: Renton, WA US
|
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 
_________________ 
|
|
|
|
|
Al3xx
|
|
Pawn

Joined: Sat Dec 03, 2011 11:45 pm Posts: 6
|
works only  
|
|
|
|
|
Dustin B
|
|

Site Admin

Joined: Sun Mar 13, 2011 4:39 pm Posts: 39 Location: Renton, WA US
|
hmm I've tried it on a demo board and it works fine. Did you refresh your imageset and theme in the ACP?
_________________ 
|
|
|
|
|
Dustin B
|
|

Site Admin

Joined: Sun Mar 13, 2011 4:39 pm Posts: 39 Location: Renton, WA US
|
Check the first post for phpBB 3.0.10 code changes.
_________________ 
|
|
|
|
|
Al3xx
|
|
Pawn

Joined: Sat Dec 03, 2011 11:45 pm Posts: 6
|
|
|
|
|
Al3xx
|
|
Pawn

Joined: Sat Dec 03, 2011 11:45 pm Posts: 6
|
can install on phpbb seo?
|
|
|
|
|
Goemoe
|
|
Pawn

Joined: Tue Sep 27, 2011 8:26 pm Posts: 6
|
Thank you for the updates 
|
|
|
|
|
Goemoe
|
|
Pawn

Joined: Tue Sep 27, 2011 8:26 pm Posts: 6
|
Hi Dustin,
I just installed 1.0.2 for phpBB 3.0.10, works fine. Then I tried to get board3 but it told me, for 3.0.10 I should use the new version board3 2.0.0. I modified everything according to your 1.0.6 script, but as you can imagine, it does not work. I only get the following(s.b.). Any idea what went wrong or is this version not supposed to work anyhow?
Thanks
Goemoe
Attachments:
klapptnicht.png [ 28.05 KiB | Viewed 363620 times ]
|
|
|
|
|
|
|
Dustin B
|
|

Site Admin

Joined: Sun Mar 13, 2011 4:39 pm Posts: 39 Location: Renton, WA US
|
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.
_________________ 
|
|
|
|
|
Aegis
|
|
Pawn

Joined: Fri Jun 29, 2012 12:02 am Posts: 1
|
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 ?
|
|
|
|
|
|