Portal Themes, PHPnuke Themes and PostNuke themes Themes Home Page Profile Free Nuke theme Downloads Nuke theme Support Forums Nuke Themes Store
spacer image spacer image
Featured
Call of Duty 4 Nuke Theme

Call of Duty 4 Nuke Theme

Call of Duty 4 PHPNuke Theme, Call of Duty 4 PostNuke Theme, Call of Duty 4 Evo Theme, Call of Duty ...

$15.00
Enter Store ]
spacer image
Main Menu
spacer image
Site Status
spacer image Welcome Guest
Join us!
spacer image
spacer imagespacer imagespacer image
spacer image
Registration is free and gives full access to site
spacer image
spacer image Register
spacer image Login:
User:

spacer image
Password:

spacer image
Remember me
spacer image
spacer imageMembers:
Last: Today New:0
Last: Yesterday:0
Last: Total:7536
Last: Last:
maxfoot
Members: Online
Members: Members:0
Guests: Guests:36
Total: Total:36
spacer image Online Members
No online members
spacer image
Past News
Older articles
spacer image


Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
FtroopSonOffline
Post subject: 3 Blocks Across the Top of News Section  PostPosted: Mar 21, 2007 - 11:39 PM



Joined: Mar 21, 2007
Posts: 7

Status: Offline
So I have bought SteelDawn and I love the theme. However I was searching through the other themes, and I noticed that "wow5" has 3 blocks across the top of the news area. Amazing Idea something I have wanted to do in Nuke for a long time, however I am stumped on how this was acomplished. Would you mind telling me how I can create the same effect in steeldawn?
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject: RE: 3 Blocks Across the Top of News Section  PostPosted: Mar 22, 2007 - 01:43 AM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
You would basically have to make copies of centerblock.html and call them area1block.html, area2block.html, and area3block.html

Then you would go into:
Autotheme admin
Themes
Edit Steeldawn
custom pages
*HomePage
Set Area1 through 3 to Visible
Save
Then repeat steps 1 to 5 but then go to Block Control
And assign the blocks to area1, area2, and area3
 
 View user's profile Send private message  
Reply with quote
FtroopSonOffline
Post subject: RE: 3 Blocks Across the Top of News Section  PostPosted: Mar 23, 2007 - 03:44 PM



Joined: Mar 21, 2007
Posts: 7

Status: Offline
I must be missing something here, I copied centerblock.html and renamed it to area1block.html, area2block.html, and area3block.html. I uploaded these to the server. I edited steeldawn homepage and added the three areas there and clicked save, I tell blocks to go into the areas but they do not show up. Does this have to be specifically written into the theme.php or where?
 
 View user's profile Send private message  
Reply with quote
FtroopSonOffline
Post subject: RE: 3 Blocks Across the Top of News Section  PostPosted: Mar 27, 2007 - 03:53 PM



Joined: Mar 21, 2007
Posts: 7

Status: Offline
Ok, I was finally able to make sense out of what you were saying, just having layout issues now, trying to do this with out having 3 tables in the master table.
 
 View user's profile Send private message  
Reply with quote
FtroopSonOffline
Post subject: RE: 3 Blocks Across the Top of News Section  PostPosted: Mar 27, 2007 - 03:54 PM



Joined: Mar 21, 2007
Posts: 7

Status: Offline
If I were to buy wow5 would I be able to copy code strat from it, to get the layout right?
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject: RE: 3 Blocks Across the Top of News Section  PostPosted: Mar 27, 2007 - 04:52 PM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
WoW 5 doesn't use actual blocks for this, they are just images in that theme.
Sorry for the late replies, I actually didn't see this thread for some reason.

What layout issues are you having?
 
 View user's profile Send private message  
Reply with quote
FtroopSonOffline
Post subject: RE: 3 Blocks Across the Top of News Section  PostPosted: Apr 02, 2007 - 05:59 AM



Joined: Mar 21, 2007
Posts: 7

Status: Offline
Well the news section keeps scrunching up to the right of my three blocks. For the life of me I can not figure out how to make the news behave and be flat like it should.

Code:
<tr>
        <td width="180" align="center" valign="top"><!-- [left-blocks] --></td>
   <td align="center" valign="top"><!-- [area1-blocks] --></td>
   <td align="center" valign="top"><!-- [area2-blocks] --></td>
   <td align="center" valign="top"><!-- [area3-blocks] --></td>
   <td align="center" valign="top"><!-- [center-blocks] --><!-- [modules] --></td>
        <td width="180" align="center" valign="top"><!-- [right-blocks] --></td>
      </tr>


http://www.anticheatguild.com/banners/acglayout.JPG
Do you think you can see where I am screwing up?
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject: RE: 3 Blocks Across the Top of News Section  PostPosted: Apr 02, 2007 - 11:36 AM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
You will have to use a table for this, try this code.

Code:

<tr>
   <td width="180" align="center" valign="top"><!-- [left-blocks] --></td>
   <td align="center" valign="top">
         <table width="100%" cellpadding="0" cellspacing="0" align="center" border="0">
         <tr>
            <td align="center" valign="top"><!-- [area1-blocks] --></td>
            <td align="center" valign="top"><!-- [area2-blocks] --></td>
            <td align="center" valign="top"><!-- [area3-blocks] --></td>
          </tr>
          <tr>
            <td align="center" valign="top" colspan="3"><!-- [center-blocks] --><!-- [modules] --></td>
          </tr>
      </table>
   </td>
        <td width="180" align="center" valign="top"><!-- [right-blocks] --></td>
      </tr>
 
 View user's profile Send private message  
Reply with quote
FtroopSonOffline
Post subject: RE: 3 Blocks Across the Top of News Section  PostPosted: Apr 03, 2007 - 03:22 AM



Joined: Mar 21, 2007
Posts: 7

Status: Offline
That gives me what I want, Thank you. I don't understand why I didn't realize to create a whole new table, but thanks now it looks right.
 
 View user's profile Send private message  
Reply with quote
Display posts from previous:     
Jump to:  
All times are GMT - 5 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2006 The PNphpBB Group
Credits
spacer image spacer image

Welcome to www.PortalThemes.com, Your #1 Source for

Zikula Themes

,

PHP-Nuke themes

,

MD-Pro Themes

,

Nuke Evolution Themes

,

Platinum Nuke Themes

,

Xanthia Themes

,

AutoThemes and

Joomla Templates
World of Warcraft and Blizzard Entertainment are all trademarks or registered trademarks of Blizzard Entertainment in the United States and/or other countries. These terms and all related materials, logos, and images are copyright Blizzard Entertainment. This site is in no way associated with or endorsed by Blizzard Entertainment
SiteMap SiteMap 2 SiteMap 3