Last 24 hours and the widgets
4 posters
Page 1 of 1
Last 24 hours and the widgets
Hey, I'm trying to convert a theme I bought for mybb to use on forumotion. I was wondering how to make the usersonline panel at the bottom of the page fill out the space that is left over by the widget panel. Duelacademy did it, but I'm not sure how.
My forum:
http://twatheme.forumotion.com/
Duel Academy:
http://duelacademy.net
If you look at the bottom of the forum index you'll notice that the users online list is taking up all of the space at the bottom.
Audentio Dark Series:
http://www.audentio.com/preview/mybb/darkseries
Thanks in advance for any help
My forum:
http://twatheme.forumotion.com/
Duel Academy:
http://duelacademy.net
If you look at the bottom of the forum index you'll notice that the users online list is taking up all of the space at the bottom.
Audentio Dark Series:
http://www.audentio.com/preview/mybb/darkseries
Thanks in advance for any help
Last edited by Dex♥ on November 25th 2012, 9:51 am; edited 3 times in total
Re: Last 24 hours and the widgets
Hi,
The way you're explaining things are bit hard to understand. Do you mean the right? Please provide a screenshot to see or understand better your ideas or issues.
The way you're explaining things are bit hard to understand. Do you mean the right? Please provide a screenshot to see or understand better your ideas or issues.
Re: Last 24 hours and the widgets
Here is the screenshot of would I would like to do.
Last edited by Dex♥ on November 20th 2012, 4:18 am; edited 1 time in total (Reason for editing : forgot to add the image lol)
Re: Last 24 hours and the widgets
You'll want the same way everything is set up? That'll be template editing.
Re: Last 24 hours and the widgets
The admin that did it on Duel Academy didn't edit any templates.
I know that you can edit the templates. However, I tried that and couldn't get it to work the way I wanted it too. I have limited knowledge of html and css and came here because I wanted some help.
I know that you can edit the templates. However, I tried that and couldn't get it to work the way I wanted it too. I have limited knowledge of html and css and came here because I wanted some help.
Re: Last 24 hours and the widgets
I'm not sure if I'm right, but I think the Homepage you see now isn't the real homepage of the academy. The one who made that might've hidden the original home page and then made an HTML page which she could easily modify so that it would look to her liking.
Re: Last 24 hours and the widgets
Figure out the ID. And try to put CSS codes like position: absolute left: 10x; that kinda stuff. See if it'll work. Not sure myself too.
Re: Last 24 hours and the widgets
You don't need to do any positions. As you gave a link to your forum that is punBB ( http://twatheme.forumotion.com/ ) all you need to do is pull out this part (delete it) from index_body::
And add it in overall_footer_begin just after: <div id="pun-foot"> so it's out of it's original div.
Example of it working on punBB::
http://tikitiki.forumcroatian.com/
http://tikitiki.forumcroatian.com/
http://tikitiki.forumcroatian.com/
Hope that's what you wanted. Don't forget to publish the templates. Thanks! (:
LP
- Code:
<!-- BEGIN disable_viewonline -->
<div id="pun-info" class="main">
<div class="te">
<div id="stats">
<p class="right">{TOTAL_POSTS}</p>
<p>{TOTAL_USERS}</p>
<p>{NEWEST_USER}</p>
</div>
<div id="onlinelist">
<img src="{L_ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" />
<p class="right">
<!-- BEGIN switch_viewonline_link -->
<a href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
{L_WHO_IS_ONLINE}
<!-- END switch_viewonline_nolink -->
</p>
<p>{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}
<br />
{LOGGED_IN_USER_LIST}
{L_ONLINE_USERS}
{L_CONNECTED_MEMBERS}<br />
{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
<div class="clear"></div>
<p>{LEGEND} : {GROUP_LEGEND}</p>
</div>
<!-- BEGIN switch_chatbox_activate -->
<div id="onlinechat">
<p class="page-bottom">
{TOTAL_CHATTERS_ONLINE} :
{CHATTERS_LIST}<br />
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
</script>
<!-- END switch_chatbox_popup -->
</p>
</div>
<!-- END switch_chatbox_activate -->
</div>
</div>
<!-- END disable_viewonline -->
And add it in overall_footer_begin just after: <div id="pun-foot"> so it's out of it's original div.
Example of it working on punBB::
http://tikitiki.forumcroatian.com/
http://tikitiki.forumcroatian.com/
http://tikitiki.forumcroatian.com/
Hope that's what you wanted. Don't forget to publish the templates. Thanks! (:
LP
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Last 24 hours and the widgets
Thank you, I will try this when I get home. Nera, you are by far my favourite
Re: Last 24 hours and the widgets
Template editing was involved, I try doing this once, but failed several times. Due to the fact that (s)he used <div=id> to play or mess around with CSS, but yes it does involve CSS & Template editing.
Re: Last 24 hours and the widgets
Also, how do I get the avatar to show on the index? Like you did in the tiki forum.
Re: Last 24 hours and the widgets
Dex♥ wrote:Also, how do I get the avatar to show on the index? Like you did in the tiki forum.
Use the last post here http://www.avacweb.com/t534-avatar-shown-on-index (:
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Similar topics
» Renewel of domain received confirmation would be within hours almost 48 hours and still not available
» MORE than 24 hours maintanance
» Members connected during last 12 hours
» How can i make a url changes every 24 hours for 7 days?
» Show time (hours) - viewcomments_body
» MORE than 24 hours maintanance
» Members connected during last 12 hours
» How can i make a url changes every 24 hours for 7 days?
» Show time (hours) - viewcomments_body
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum