The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Last 24 hours and the widgets

4 posters

Go down

Solved Last 24 hours and the widgets

Post by Dex♥ November 20th 2012, 2:01 am

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 Smile


Last edited by Dex♥ on November 25th 2012, 9:51 am; edited 3 times in total
Dex♥
Dex♥
Forumember

Posts : 138
Reputation : 6
Language : Calgary

http://www.toonworldacademy.net

Back to top Go down

Solved Re: Last 24 hours and the widgets

Post by Sir Chivas™ November 20th 2012, 3:56 am

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.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6980
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: Last 24 hours and the widgets

Post by Dex♥ November 20th 2012, 4:17 am

Here is the screenshot of would I would like to do.
Last 24 hours and the widgets Example_by_otakucyrus-d5lni2j


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)
Dex♥
Dex♥
Forumember

Posts : 138
Reputation : 6
Language : Calgary

http://www.toonworldacademy.net

Back to top Go down

Solved Re: Last 24 hours and the widgets

Post by Sir Chivas™ November 20th 2012, 4:33 am

You'll want the same way everything is set up? That'll be template editing.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6980
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: Last 24 hours and the widgets

Post by Dex♥ November 20th 2012, 10:46 am

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.
Dex♥
Dex♥
Forumember

Posts : 138
Reputation : 6
Language : Calgary

http://www.toonworldacademy.net

Back to top Go down

Solved Re: Last 24 hours and the widgets

Post by Kaizer Lee November 20th 2012, 8:49 pm

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.
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

Solved Re: Last 24 hours and the widgets

Post by Dex♥ November 21st 2012, 5:32 am

It's the real index, just heavily edited.
*bump
Dex♥
Dex♥
Forumember

Posts : 138
Reputation : 6
Language : Calgary

http://www.toonworldacademy.net

Back to top Go down

Solved Re: Last 24 hours and the widgets

Post by Kaizer Lee November 21st 2012, 10:48 am

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.
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

Solved Re: Last 24 hours and the widgets

Post by Nera. November 21st 2012, 11:42 am

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::

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/

Last 24 hours and the widgets MpJW

Hope that's what you wanted. Don't forget to publish the templates. Thanks! (:

LP
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Last 24 hours and the widgets

Post by Dex♥ November 21st 2012, 5:08 pm

Thank you, I will try this when I get home. Nera, you are by far my favourite Very Happy
Dex♥
Dex♥
Forumember

Posts : 138
Reputation : 6
Language : Calgary

http://www.toonworldacademy.net

Back to top Go down

Solved Re: Last 24 hours and the widgets

Post by Sir Chivas™ November 21st 2012, 5:12 pm

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.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6980
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: Last 24 hours and the widgets

Post by Dex♥ November 21st 2012, 5:57 pm

Also, how do I get the avatar to show on the index? Like you did in the tiki forum.
Dex♥
Dex♥
Forumember

Posts : 138
Reputation : 6
Language : Calgary

http://www.toonworldacademy.net

Back to top Go down

Solved Re: Last 24 hours and the widgets

Post by Nera. November 21st 2012, 7:13 pm

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.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum