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
subzr1 have you got an idea of how I can get the "Who's online link" like on the default theme to work on the "Board Statistics" section on this theme?

I would like that working so I can see guest Ip's
\ Wrote:)RAG()N' pid='1222398' dateline='1463529057']
subzr1 have you got an idea of how I can get the "Who's online link" like on the default theme to work on the "Board Statistics" section on this theme?

I would like that working so I can see guest Ip's

hi
go to index_whosonline template and replace all by this:

<tr>
<td class="trow1"><span class="smalltext">{$lang->online_note} [<a href="online.php">{$lang->complete_list}</a>]<br />{$onlinemembers} </span></td>
</tr>
Thanks again,, +reps Smile
back again Blush

anyone know where I can change the thread page buttons color ?

[Image: zxEmcCM.jpg]
on global.css search for "pagination"
(2016-06-06, 07:10 PM)subzr1 Wrote: [ -> ]on global.css search for "pagination"

I don't think its there Subzr1 Huh  
I have gone though all the items with "pagination" in it and I can not find the one for them page buttons.

All the ones that I tried to change was for these buttons


[Image: mry7WN4.jpg]
i apologise
yes you are correct
its on mypress.css stylesheet around line 95
.pagination2 a:link, .pagination2 a:visited {
   background: #160F0B;
   color: #4f6023;
   text-align: center;
   padding: 8px 18px;
   margin-bottom: 15px;
   border: 1px solid #b3cc7c;
   text-shadow: 1px 1px 0px #e9ffa4;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   -webkit-box-shadow: inset 0 0 1px 1px #e9ffa4;
   -moz-box-shadow: inset 0 0 1px 1px #e9ffa4;
   box-shadow: inset 0 0 1px 1px #e9ffa4;
   font-size: 12px;
   cursor: pointer;
   padding: 2px 6px;
   transition: all 0.5s ease;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
Thanks again Subzr1,  Wink

I changed the colors and size a little

Normal
[Image: zxEmcCM.jpg]

New
[Image: q9nHu9L.jpg]
i like to add twitch logo instead of twitter on the navigation, i know i need to update something but i forgot, can you maybe help?

check it here, you will see the problem www.orangeheartguild.com
link its broken to me
maybe a screenshot or something
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