Frost*ies

Frost* => Any Other Business => Topic started by: Ecosse on November 04, 2009, 09:24:07 PM

Title: Website Feedback
Post by: Ecosse on November 04, 2009, 09:24:07 PM
Right, I've been playing about with this idea, the site is currently like this:
http://www.thelost-boys.co.uk (http://www.thelost-boys.co.uk)

But I've been looking at another design to freshen it up a bit, thoughts?

http://www.sm-motorsport.co.uk/stuff/tl ... e_site.jpg (http://www.sm-motorsport.co.uk/stuff/tlb_possible_site.jpg)

With the signpost at the side being the navigation buttons (kinda all ties in with "Lost" theme too, no? :D )

Also, if anyone is a proper gent (or lady!), and knows of how I could get a piece of coding that will show up the latest forum post on the website, it would be HUGELY appreciated :D
Title: Re: Website Feedback
Post by: Sean on November 05, 2009, 12:43:08 AM
Why can't we have biscuit feedback?
Title: Re: Website Feedback
Post by: Ecosse on November 05, 2009, 08:25:46 AM
Quote from: "Sean"Why can't we have biscuit feedback?


Cause they are usually all eaten before they get in front of a speaker :lol:
Title: Re: Website Feedback
Post by: RacingHippo on November 05, 2009, 10:35:14 AM
Love the signpost idea.

To get phpbb posts onto another page, you're best using a portal system. Although this does mean you may be rebuilding your home page....
Have a look at http://www.phpbbhacks.com (http://www.phpbbhacks.com) under portals for either phpbb 2 or 3 - I can't tell which version you're using.
Title: Re: Website Feedback
Post by: johninblack on November 05, 2009, 11:05:42 AM
Like the signposts too! Would prefer if the coloured part of the page filled my screen. To my mind it looks incomplete with a white border below and to the right. Just nit-picking.........
Title: Re: Website Feedback
Post by: Drarok on November 05, 2009, 05:49:20 PM
I think the new one is a bit wide for a lot of people's browsers, and I prefer a sans-serif font myself, but that's just taste.

Narrower columns are easier to read though, that's a known fact.

If you want to grab the latest topic from a phpbb install, you'd need a little snippet of PHP code, something like:
<?php
$conn 
mysql_connect('server_name''username''password');
mysql_select_db('database_name'$conn);
$res mysql_query('SELECT `post_topic` FROM `phpbb3_posts`ORDER BY `post_id` DESC LIMIT 1');
$row mysql_fetch_row($res);
echo 
$row[0&#93;;
?>

That's from memory, so some names might not be right, but gimme a shout if it doesn't work. :)
Title: Re: Website Feedback
Post by: Ecosse on November 05, 2009, 05:59:01 PM
Thats fantastic Drarok, thanks alot mate, will have a go when I get home.

I really dont know any PHP coding, so at which points am I filling in my forums info, and which parts have I to leave? Sorry if I'm being a pain.

The layout there was a liquid one, but think I'm gonna go for a fixed width one instead.
Title: Re: Website Feedback
Post by: Ecosse on November 05, 2009, 08:42:51 PM
Well, next go, and I'm very happy with how things are sitting:

(//http://www.sm-motorsport.co.uk/stuff/tlb_possible_site2.jpg)

Text etc is all to be sorted.

I want the random site advert to do as it says, and the forum text part to show what the latest forum post is.

I'll get there in time and with help :D