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
(2015-07-01, 05:09 PM)subzr1 Wrote: [ -> ]
(2015-07-01, 01:19 PM)ShaneR82 Wrote: [ -> ]Hey Guys ,
Wondering if any body can help , i use the dvz shoutbox , ive used this shoutbox on a lot of themes , im very familiar with the way of setting this up , however on this theme duende v2 , it just wont work , it wont even display .
Please help me set this shoutbox up , i know i insert the code in the index but ive placed it everywhere it it just wont display .
Thanks in advanced

hello
dont know hy it doesnt do the template edit  when installing itg but just go to ur index template
find:
{$forums}

and make it this:
{$dvz_shoutbox} {$forums}
it should work proper
cumps
SubzR
Thanks for the reply , after lots of edits , turns out there was an issue with the my host , so i changed a lot of stuff for nothing , so i am now fixing all the changes i made trying to fix the issue i thought i had ( SMH ) 
Althought.. if possible can you tell me which templates i must change to ADD more background images ? i saw a post here somewhere but i couldnt find the .js file (i think )
so just a quick step by step would be appreciated , also my latest threads is displaying {1} as the time of last post , showing that for all my recent threads , you know how to fix that ?
Anyways GREAT THEME !
Thankyou
hello again
to add more bg pls see this post and answer
http://community.mybb.com/thread-164690-...pid1148494

for the latest posts
im not sure, but its not theme related i guess
what are you using for it? the plugin??code??

also pls send me a link so i can have a proper look
(2015-07-01, 05:54 PM)subzr1 Wrote: [ -> ]hello again
to add more bg pls see this post and answer
http://community.mybb.com/thread-164690-...pid1148494

for the latest posts
im not sure, but its not theme related i guess
what are you using for it? the plugin??code??

also pls send me a link so i can have a proper look

yeh i used the plugin you suggested by DanielM , my site is theeditorscorner.com/forum 

here is my index.php 
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}

<br class="clear" />
<div class="sidebar" style="float: right;width: 22%;">
	
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

</tr>
</table></br>{$sidebar} 
</div>	
<div class="forums" style="float: left;width: 77%;">{$dvz_shoutbox}
{$forums}</div>
<br class="clear" />
{$boardstats} 
<br style="clear: both" />{$theme_select}
{$footer}
</body>
</html>
also where is  . jorgu.js to make the required edits ?
 thanks

UPDATE : I fixed the issue where the last post time was displaying incorrectly .
(2015-07-01, 06:02 PM)ShaneR82 Wrote: [ -> ]
(2015-07-01, 05:54 PM)subzr1 Wrote: [ -> ]hello again
to add more bg pls see this post and answer
http://community.mybb.com/thread-164690-...pid1148494

for the latest posts
im not sure, but its not theme related i guess
what are you using for it? the plugin??code??

also pls send me a link so i can have a proper look

yeh i used the plugin you suggested by DanielM , my site is theeditorscorner.com/forum 

here is my index.php 
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
    lang.no_new_posts = "{$lang->no_new_posts}";
    lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}

<br class="clear" />
<div class="sidebar" style="float: right;width: 22%;">
	
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>

</tr>
</table></br>{$sidebar} 
</div>	
<div class="forums" style="float: left;width: 77%;">{$dvz_shoutbox}
{$forums}</div>
<br class="clear" />
{$boardstats} 
<br style="clear: both" />{$theme_select}
{$footer}
</body>
</html>
also where is  . jorgu.js to make the required edits ?
 thanks

UPDATE : I fixed the issue where the last post time was displaying incorrectly .
well,looks like u solved the latestposts issue
ive tested on my test board and worked fine and was going to suggest you some template edits to show latest posts without plugin but nvmSmile

the js file its duende2image folder
like this:
root/images/duende2/bg/jorgu1.js
Thanks subzr1 ,
All those issues have been solved , but i now have another issue , the subject titles are not displaying in the threads , how do i fix this ? I have some fantasy league guys who rely on those subject titles for each new post they make with in the thread, thanks

update : I have solved this issue , thanks.
glad you solved it by your own Wink

cheers
SubzR
(2015-05-14, 02:57 PM)subzr1 Wrote: [ -> ]
(2015-05-14, 02:16 PM)Monkeys Wrote: [ -> ]
(2015-05-13, 01:40 PM)subzr1 Wrote: [ -> ]maybe because you have edited the header template a bit
try disable the steam login and set it back like it was
you can also insert the steam login in modal login box

Thank you for your suggestion, unfortunately I can't disable Steam login, it's necessary for our website.

you can include it on the modal login box
never used it beforte but will give it a go and will update you how to do it 

I was having this same issue, it's nothing to do with Steam login, as your demo does the same thing. 

Mine's working now, you can see it here.

I fixed it by editing the following CSS in foot.css

.span-25, div.span-25 {
display: inline; //Was "inline-block"
margin: 2px 10px;
}

div.span-25 {
display: inline; //Was "inline-block"
margin-left: 25px;
}

.span-25 {
width: 100%;
}

.span-25, div.span-25 {
display: inline; //Was "inline-block"
margin: 2px 10px;
}
Hello Again.

can someonce please tell me, why only 3 background shows up on my selector?
i already uploaded 2 more in FTP and path is right, it must be 5 now.
already cached and still nothing.
My theme is duende2.
Please see attached image.

http://forum.legendarymu.net/index.php
Test Account:

User: test
Pass: 123456

Thank you.
^ see this post and its next post
Found it, thanks again .m.
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