WebsiteBaker Logo
  • *
  • Templates
  • Help
  • Add-ons
  • Download
  • Home
*
Welcome, Guest. Please login or register.

Login with username, password and session length
 

News


WebsiteBaker 2.13.6 is now available!


Will it continue with WB? It goes on! | Geht es mit WB weiter? Es geht weiter!
https://forum.websitebaker.org/index.php/topic,32340.msg226702.html#msg226702


The forum email address board@websitebaker.org is working again
https://forum.websitebaker.org/index.php/topic,32358.0.html


R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WB
https://forum.websitebaker.org/index.php/topic,32355.0.html


* Support WebsiteBaker

Your donations will help to:

  • Pay for our dedicated server
  • Pay for domain registration
  • and much more!

You can donate by clicking on the button below.


  • Home
  • Help
  • Search
  • Login
  • Register

  • WebsiteBaker Community Forum »
  • General Community »
  • WebsiteBaker Website Showcase »
  • TOTA's Website
  • Print
Pages: [1]   Go Down

Author Topic: TOTA's Website  (Read 14092 times)

Offline leron

  • Posts: 79
TOTA's Website
« on: October 01, 2006, 08:45:37 PM »
http://www.tota.rebalton.com/pages/chi-sono.php

It's the site of my friend Carlotta :)

I've made the template from my site http://top.rebalton.com

any impression? :)
Logged

Offline kweitzel

  • WebsiteBaker Org e.V.
  • **
  • Posts: 6983
  • Gender: Male
Re: TOTA's Website
« Reply #1 on: October 01, 2006, 08:57:22 PM »
does look very nice ... but one thing, on larger screen resolutions the layout breaks a bit (below te footer).

Have a look at the screenshot. It is taken with a 1280 by 1024 resolution on my testmachine.

[edit] Ahh ... and you have a charset issue ... [/edit]

cheers

Klaus

[gelöscht durch Administrator]
« Last Edit: October 01, 2006, 08:59:12 PM by kweitzel »
Logged

Offline leron

  • Posts: 79
Re: TOTA's Website
« Reply #2 on: October 02, 2006, 11:27:27 AM »
Quote from: kweitzel on October 01, 2006, 08:57:22 PM
does look very nice ... but one thing, on larger screen resolutions the layout breaks a bit (below te footer).

Have a look at the screenshot. It is taken with a 1280 by 1024 resolution on my testmachine.

[edit] Ahh ... and you have a charset issue ... [/edit]

cheers

Klaus

now I see... mmm I don't know how i can fix it  :?
Logged

Offline kweitzel

  • WebsiteBaker Org e.V.
  • **
  • Posts: 6983
  • Gender: Male
Re: TOTA's Website
« Reply #3 on: October 02, 2006, 12:19:11 PM »
had just a "piccolo" look at it, I think the reason for this is the general layout.

You have a quite elaborate footersetup. That's where I would look for the reason of this. Try putting a bottom margin in which is smaller than the gray bar under the footer.

cheers

Klaus
Logged

Offline burki

  • Posts: 136
  • Gender: Male
  • bake...bake...
Re: TOTA's Website
« Reply #4 on: October 02, 2006, 08:31:58 PM »
ciao francesco

just "abused" your template "templeron"for my site...
http://www.screensolution.ch/_media/pages/screensolution.php  :mrgreen:
there is a little bug in your css like kweitzel told you.. i've fixed that one!
get rit of the:
Quote
   background: #444444 url(images/sfondo.gif) repeat-y 50% 0
in your base css / body#pagetop
it works :-D


cheers, chris
Logged
CHEERS

Offline burki

  • Posts: 136
  • Gender: Male
  • bake...bake...
Re: TOTA's Website
« Reply #5 on: October 02, 2006, 08:40:57 PM »
by the way... i like the way you work / design pages... go ahead and spread the code :-D
Logged
CHEERS

Offline ruebenwurzel

  • Betatester
  • **
  • Posts: 8544
  • Gender: Male
  • Keep on Rockin
    • Familie Gallas Online
Re: TOTA's Website
« Reply #6 on: October 03, 2006, 12:30:14 PM »
Hello,

i like the template too, but it needs to have a few fixes:

1.) Changing in base.css at body#pagetop:
Code: [Select]
background: #444444 url(images/sfondo.gif) repeat-y 50% 0to only:
Code: [Select]
background: #444444to get rid off the issue klaus described and burki solved.

2.) The header logo is in base.css included in h3. If you have now in your content a h3 you always get the header logo behind h3. To get rid of this changed in index.php:
Code: [Select]
h3to:
Code: [Select]
<div id="header">and:
Code: [Select]
/h3to:
Code: [Select]
</div>and in base.css:
Code: [Select]
h3 { to:
Code: [Select]
div#header {
3.) The "Login" word on the right site is always present, no matter if login is enabled or disabled.  Changed in index.php:
Code: [Select]
<div id="risorse" class="section">
<h2>Login</h2>
to
Code: [Select]
<div id="risorse" class="section">
<?php if(FRONTEND_LOGIN == &#39;enabled&#39; AND VISIBILITY != &#39;private&#39; AND $wb->get_session(&#39;USER_ID&#39;) == &#39;&#39;) { ?>
<h2>Login</h2>
<?php } ?>

4.) Added to the header the charset support for WB and deleted some lines wich points hardcoded to not present pages.

Attached you find this fixed version. Changed also the version at the Add-ons Repository to this fixed one.

Have fun

Matthias

[gelöscht durch Administrator]
« Last Edit: October 05, 2006, 11:05:09 PM by ruebenwurzel »
Logged

Offline leron

  • Posts: 79
Re: TOTA's Website
« Reply #7 on: October 04, 2006, 11:53:42 AM »
I'm back :)

thanks for the tips kweitzel burki and ruebenwurzel :)

If you want, I can release also the graphic project in fireworks ;)

the same template (the code) is used for www.materiaprima.tn .it and www.luciogardin.it
Logged

Offline burki

  • Posts: 136
  • Gender: Male
  • bake...bake...
Re: TOTA's Website
« Reply #8 on: October 05, 2006, 07:33:49 PM »
if you share the grafic project, i will share the template in wb-blue!   :-D
« Last Edit: October 10, 2006, 04:59:48 PM by burki »
Logged
CHEERS

Offline leron

  • Posts: 79
Re: TOTA's Website
« Reply #9 on: October 05, 2006, 08:28:53 PM »
this is the Firefox PNG file of a clean version of my template

it isn't the same template becausa i've forget the original (made in photoshop)

http://top.rebalton.com/media/lerontpl.png
Logged

Offline burki

  • Posts: 136
  • Gender: Male
  • bake...bake...
Re: TOTA's Website
« Reply #10 on: November 03, 2006, 10:19:16 PM »
i know, i promised the template... but i stil find bugs in it... share some time, please.. wb_blue is coming soon :roll:
Logged
CHEERS

Offline leron

  • Posts: 79
Re: TOTA's Website
« Reply #11 on: November 04, 2006, 02:00:50 PM »
Quote from: burki on November 03, 2006, 10:19:16 PM
i know, i promised the template... but i stil find bugs in it... share some time, please.. wb_blue is coming soon :roll:
don't worry :)

PS: I have made another WB template, Lerontpl v4

It's based on the same code: on Tota's template and LERONTEMPLATE

It's a "glass", clean template

you can see it here

http://top.rebalton.com/

it's not tested on IE6 at this time, I have to install Xp
Logged

Erik

  • Guest
Re: TOTA's Website
« Reply #12 on: December 09, 2006, 01:59:28 PM »
Could you guys please help me out and tell me how to put logos on the right hand side like leron did here http://top.rebalton.com/ On a few of his other sites also in the right are a news ticker and some other things. Also is there a way to put like a "block" in there through the admin panel? Any help would be greatly appreciated.

Erik
« Last Edit: December 09, 2006, 02:13:42 PM by Erik »
Logged

Offline ruebenwurzel

  • Betatester
  • **
  • Posts: 8544
  • Gender: Male
  • Keep on Rockin
    • Familie Gallas Online
Re: TOTA's Website
« Reply #13 on: December 09, 2006, 03:07:41 PM »
Hello,

look here:

http://projects.WebsiteBaker.org/websitebaker2/wiki/Docs-EN-Advanced-Howtos-Create-additional-editable-content-blocks

Matthias
Logged

Erik

  • Guest
Re: TOTA's Website
« Reply #14 on: December 10, 2006, 03:44:27 PM »
Ok.. I have a really hard time with code. But it looks like there is already a center and right side. Is there anything i need to add to this and if so could you please tell me what. thanks

EDIT: I got it working. Thanks for all the help :)
« Last Edit: December 10, 2006, 05:44:50 PM by Erik »
Logged

Offline leron

  • Posts: 79
Re: TOTA's Website
« Reply #15 on: January 03, 2007, 10:06:55 PM »
Just another site, based on my template

www.freegamesitalia .com/sito

now is a "work in progress" site

the site is a community that users can read and review, collect and describe all the free and open source games that they have tried

we use a custom WB module built by lnessuno from hadware upgrade, wrote for this site

with this module an user can:

post a review
edit a review
update a review
post screenshots of the game

the posts from  the users are stored in a list before the publish and an admin can "approve" the new entry

in other words, this module have the object to be a "mini-wiki" for freeware and open source videogames, with the function of a supervision from the admin on the contents (before the publication of a content on the site, the administrator can approve or not the changes on an old content or a new content)
Logged

tomhung

  • Guest
Re: TOTA's Website
« Reply #16 on: January 05, 2007, 04:16:25 PM »
I haven't seen this Module before???  Can you post the module .zip???
Logged

Offline leron

  • Posts: 79
Re: TOTA's Website
« Reply #17 on: January 06, 2007, 09:38:05 PM »
Quote from: tomhung on January 05, 2007, 04:16:25 PM
I haven't seen this Module before???  Can you post the module .zip???
the module is created for freegamesitalia by lnessuno from hwupgrade

at this moment it's under developement :)
« Last Edit: January 06, 2007, 09:43:42 PM by leron »
Logged

tomhung

  • Guest
Re: TOTA's Website
« Reply #18 on: January 09, 2007, 04:17:20 PM »
leron,

this module would be nice for my friend's beer rating site.  if you hook me up with the code... i'll give you all my bug fixes! :)

Greg
Logged

  • Print
Pages: [1]   Go Up
  • WebsiteBaker Community Forum »
  • General Community »
  • WebsiteBaker Website Showcase »
  • TOTA's Website
 

  • SMF 2.0.19 | SMF © 2017, Simple Machines
  • XHTML
  • RSS
  • WAP2