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
With the Duende theme creator (iAndrew) authorization
here u go the Duende V2 theme
A nice theme with some transparency for gaming related sites/forums

all modifications by myself ,reading some guides and tutorials
 Features:
  • Background Changer
  • Portal with costum and default block on left/middle/right
  • Tabbed profile page
  • Costum postbit
  • Costum 4 column footer
  • Font Awesome Icons
Previews:
Background changer
Footer
Index
Portal
Postbit
profile page

DEMO


Download:
http://community.mybb.com/mods.php?action=view&pid=339
Enjoy
where can i edit the layout to make it more wider? Its a bit small for me.

I do love the layout but then i want to change the forums as the sub forums from Duende1, how i can make that possible?
and there is a space between menu and background, how i can fix that problem?
(2014-12-27, 12:04 PM)Wazzyl Wrote: [ -> ]where can i edit the layout to make it more wider? Its a bit small for me.

I do love the layout but then i want to change the forums as the sub forums from Duende1, how i can make that possible?
and there is a space between menu and background, how i can fix that problem?

to make it wider go to global.css and search for #mbox
there change the width to ur liking
u can change the layout by replacing the templates from V1 to V2
templates are:
forumbit_depth1_cat
forumbit_depth2_forum
forumbit_depth2_forum_lastpost
forumbit_subforums
forumdisplay_subforums

the small space above wasnt meant to be there Smile
my bad but go to glocal.css
on #topwrap change:
margin-top: -3.1%;
to
margin-top: -3.2%;

thats all
Oke i did it, but then i got a white background, how i can fix it like the other colors?
[Image: websitewhnew.png]
i want the same background effect as the menu on the right side from the forum! a bit transparent!
And how i can bring the colors back as you made them?
for the bg effect:
go to global.css and search for :

.tborder2 {

	background: #fff;
	width: 100%;
	margin: auto auto;
  	border: 2px solid #e4e6e9;
	padding: 1px;
  	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
replace by:
.tborder2 {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4) !important;
-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.6) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255,255,255,0.1);
width: 100%;
margin: auto auto;
padding: 1px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
that should do it
as for the top bar i dont see any problem at all
except that u have the margin on -5px
but im not looged in so it could be the reason i cant see it
on my demo localhost i see it perfectly fine
In your portal boxes, you have "tittles" instead of "titles".

Great theme mod Smile
i do?? well im sorry but english its not my main language, fell free to edit on portal templates
It's ok, just letting you know. Not trying to be a jerk Toungue
Classic work, brother! Keep it up!
I was wondering if you could help me make inferno shoutbox fit this?

Its over lapping to the sidebars.

[Image: 7e38edf3c1.png]

In my /memberlist.php this is how the text and background shows up.. Its white, can i change the background transparent, and the text grey. (Basically like the rest of the theme)

[Image: 1e9e768dc3.jpg]
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