We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ C ] Latest News inside announcement box
Topic Started: Aug 19 2012, 11:14 AM (430 Views)
silvercrow27
Member
[ * ]
Board Address: http://w11.zetaboards.com/mvagtest/index/
Board Software: Zetaboards
Description: Hello there, I want to put this Latest News script Code inside the announcement box, in Box 3 2nd table row..
Spoiler: click to toggle


Here is the announcement box code:

Spoiler: click to toggle


is it possible? here is my test page http://w11.zetaboards.com/mvagtest/index/
Edited by silvercrow27, Aug 19 2012, 11:19 AM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code:
 
<td colspan="3">Box 3</td>
Change that to this:
Code:
 
<td colspan="3" id="latest_posts">Box 3</td>
Code:
 
$('#main').before
Change that to this:
Code:
 
$('#latest_posts').append
Code:
 
; position: absolute
Remove that.
Offline Profile Goto Top
 
silvercrow27
Member
[ * ]
Cory
Aug 19 2012, 04:42 PM
Code:
 
<td colspan="3">Box 3</td>
Change that to this:
Code:
 
<td colspan="3" id="latest_posts">Box 3</td>
Code:
 
$('#main').before
Change that to this:
Code:
 
$('#latest_posts').append
Code:
 
; position: absolute
Remove that.
thanks! but how can i remove this space? and give the other box space? like the first column(Box1) is 25% the second column(Box2) is 50% and the last column (box3) where the latest post box is 25%..

here is the screenshot of the space i'm talking about
Spoiler: click to toggle
Edited by silvercrow27, Aug 20 2012, 01:40 AM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
In the code, see what removing the sidebar DIV around the HTML does, so it will only end up looking like this:
Code:
 
<div id="portal"><div id="latest" class="portal_box"><h2>Latest Posts</h2></div><div>
Offline Profile Goto Top
 
Steve
Member Avatar
patriot
[ *  *  *  *  *  *  *  *  *  * ]
Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic