Welcome to Geeklog, Anonymous Saturday, December 21 2024 @ 08:54 am EST
Geeklog Forums
Going horizontal - one column - any ideas?
Hello everyone,
I am trying to plan another geeklog site project which will spread over the next few months. This site would be sparse without too many topics initially. I was planning to modify the TabularDynamics or Clean theme to just have the relevant topics and options on horizontal bars. For now I have the following questions:
Cheers!
Ajay
I am trying to plan another geeklog site project which will spread over the next few months. This site would be sparse without too many topics initially. I was planning to modify the TabularDynamics or Clean theme to just have the relevant topics and options on horizontal bars. For now I have the following questions:
- Although there is support for the two-column format, would something like a 1-column format be possible without messing with the core code?
- The login boxes would be on the top bar above the site logo (like the first toolbar on this site) with user functions showing there after login (somewhat like gmail account parameters). Do I need to worry about anything other than putting the right function calls in header.thtml possibly based on the core block? After that point, would it be possible to control the showing of that bar by adjusting the login-block options?
- I would like to do the same for the topics menu (or use the Menu plugin) appearing as a bar below the site logo with the possibility (if using the menu plugin) of a topic based sub-bar. I guess the topics part requires playing with the topicoption.thtml (see this thread)? How about that sub-bar?
- Does anyone have a theme that already does this?
- Any smarter way about this? (Details pls)
Cheers!
Ajay
10
8
Quote
mach
Anonymous
this is all possible without touching the core. you just need to modify the typical 2 or 3 column design into a 1 column (the outermost table wouldn't even be necessary) design having, what would normally be for example, a left column appear as a top row within that column. The only concern would be to ensure that the typically vertical lists would appear horizontal--not a problem for CSS.
<!-- begin header.thtml -->
<body>
<table>
<tr>
<td>{properly formatted left blocks}</td>
</tr>
<tr>
<td>{header logo etc}</td>
</tr>
<tr>
<td>
<!-- end header.thtml -->
{main content}
<!-- begin footer.thtml -->
</td>
</tr>
<tr>
<td>{properly formatted right blocks}</td>
</tr>
<tr>
<td>{footer}</td>
</tr>
</table>
</body>
<!-- end footer.thtml -->
something like that
Text Formatted Code
<!-- begin header.thtml -->
<body>
<table>
<tr>
<td>{properly formatted left blocks}</td>
</tr>
<tr>
<td>{header logo etc}</td>
</tr>
<tr>
<td>
<!-- end header.thtml -->
{main content}
<!-- begin footer.thtml -->
</td>
</tr>
<tr>
<td>{properly formatted right blocks}</td>
</tr>
<tr>
<td>{footer}</td>
</tr>
</table>
</body>
<!-- end footer.thtml -->
8
9
Quote
mach
Anonymous
Text Formatted Code
<!-- begin header.thtml --><body>
<table>
<tr>
<td>{login block called separately from left blocks}</td>
</tr>
<tr>
<td>{header logo etc}</td>
</tr>
<tr>
<td>{properly formatted left blocks}</td>
</tr>
<tr>
<td>
<!-- end header.thtml -->
6
9
Quote
All times are EST. The time is now 08:54 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content