MyBB Community Forums

Full Version: Duende V2 Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Hello, Subzr1! Thank you for the incredible theme! I was just wondering how I add more content boxes on the right side bar I'm not sure how to actually add another content area there.
hi
just need to copy, paste the code already there
paste and paste this in index template after </table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong style="background: #111 url(images/duende2/topic_button.png)  repeat-x top;  border: 1px solid #212121;  border-width: 1px 1px 0 1px;  -moz-border-radius: 3px;  -webkit-border-radius: 3px;  border-radius: 3px;  background: -moz-linear-gradient(top, #111 0%, #111 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111111), color-stop(100%,111));  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 0 0 1px rgba(255, 255, 255, 0.02), 0 1px 0 rgba(255, 255, 255, 0.1);  -moz-border-radius: 3px;  -webkit-border-radius: 3px;  border-radius: 3px;        white-space: nowrap;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  color: #fff;  text-shadow: 0 -1px 0 #191919;  font: 300 12px/1.3 Helvetica, Arial, sans-serif;  line-height: 30px;  height: 30px;  padding: 0 10px;  text-align: center;  min-width: 125px;  display: inline-block;">
Latest News
</strong></td>
</tr>
<tr>
<td class="trow1">
You can put some news stuff here
</td>
</tr>
</table>
then edit as you like
Very nice looking style, subzr1
Hey subzr1 where i can find the files to edit the thread status icons to change it to my custom images the same for forum status icon wanna change the bubbles with star wars icons and the folder-o with a starwars icon

or other change wanna use this addon: https://www.mybb.de/erweiterungen/18x/pl...rum-icons/

and other forum icon addons dont overwirte your thread icons.. how i can hide your icons?
(2016-09-12, 12:20 PM)sodak Wrote: [ -> ]Hey subzr1 where i can find the files to edit the thread status icons to change it to my custom images the same for forum status icon wanna change the bubbles with star wars icons and the folder-o with a starwars icon

or other change wanna use this addon:  https://www.mybb.de/erweiterungen/18x/pl...rum-icons/

and other forum icon addons dont overwirte your thread icons..  how i can hide your icons?

hello
for changing the thread status icons its on forumdisplay_thread templates
that addon not sure but you have it here also
https://community.mybb.com/mods.php?action=view&pid=457

never used it before but i believe that its a simple install and then configurate to suit your needs(icon choose)
(2016-09-12, 04:49 PM)subzr1 Wrote: [ -> ]
(2016-09-12, 12:20 PM)sodak Wrote: [ -> ]Hey subzr1 where i can find the files to edit the thread status icons to change it to my custom images the same for forum status icon wanna change the bubbles with star wars icons and the folder-o with a starwars icon

or other change wanna use this addon:  https://www.mybb.de/erweiterungen/18x/pl...rum-icons/

and other forum icon addons dont overwirte your thread icons..  how i can hide your icons?

hello
for changing the thread status icons its on forumdisplay_thread templates
that addon not sure but you have it here also
https://community.mybb.com/mods.php?action=view&pid=457

never used it before but i believe that its a simple install and then configurate to suit your needs(icon choose)

Hey thank u for the fast answer. The Problem with the icons... if u uses this addon it adds the icons but the icons from the normal duende dont hides.. but doesnt matter. I just wanted to change the normal ones :Smilehank u man



Anothrt Question:

How i can change the speech bubbles to another icon?
the icons are fontawsome icons
u can use this guide
http://fontawesome.io/examples/
and in which css file i find this icons?
most of them are in "thread_status.css"
HEy wanna ask Something Other. How i can add the function that when i close or mark as important a thread add on the forum thread the icons for the closed and pinned?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32