View Full Version : PLease REVIEW MY SITE!!!
cbosdell
10-16-02, 07:24 PM
http://www.informationalot.com
thanks!
muijefr
10-17-02, 02:18 AM
I see your a PSP group member and a goldenwebaward winner. I think listening to you about your site would be much more interesting than anything I could say.
Next Day:
Your cross navigation scheme was not immediately obvious to me. That is, having the banner nav bar supported by the left margin/frame links. Would you be kind enough to explain why you use this method rather than some others that might be applicable.
cortese21
10-17-02, 03:01 PM
I love your site design... What did you make it with? Nice Layout! :) :)
cortese21
10-17-02, 03:04 PM
I love your site design... What did you make it with? We well desgined!!:) :) :)
cbosdell
10-17-02, 05:36 PM
Originally posted by muijefr
I see your a PSP group member and a goldenwebaward winner. I think listening to you about your site would be much more interesting than anything I could say.
Next Day:
Your cross navigation scheme was not immediately obvious to me. That is, having the banner nav bar supported by the left margin/frame links. Would you be kind enough to explain why you use this method rather than some others that might be applicable.
I use that method because it looks simple and good. i wasnt planning on having the left one until i needed more nav room. So i just added it.
cbosdell
10-17-02, 05:36 PM
Originally posted by cortese21
I love your site design... What did you make it with? We well desgined!!:) :) :)
i orgionally bought a templete and modified it for my own needs.
ComandoSupremo
10-18-02, 08:54 PM
What Mod did you use to show your most recent posts on your index page? That is what I am looking for and can't seem to find one.
cbosdell
10-19-02, 09:04 AM
Originally posted by ComandoSupremo
What Mod did you use to show your most recent posts on your index page? That is what I am looking for and can't seem to find one.
A freidne of mine gave it to me and i modified it for invisionbaord. since you have phpbb here is the origonal code he gave me which wa made for phpbb:
<?php
$database = "database";
$user = "user";
$pass = "pass";
$host = "localhost";
$dblink = mysql_connect($host, $user, $pass);
mysql_select_db($database);
$sql = "SELECT topic_title,topic_last_post_id FROM `phpbb_topics` ORDER BY
`topic_time` DESC LIMIT 0, 10";
$query = mysql_db_query($database, $sql);
while ($row=mysql_fetch_array($query)) {
echo "<li> <a
href=\"http://yoursite.com/forums/viewtopic.php?p=$row[topic_last_post_id]#$row[topic_last_post_id]\">$row[topic_title]</a><br
/>\n";
}
?>
for some reason when i post a space is added between viewtopic.php? and p=$row. you need to remove this space.
btw nice site.
zeroseven
10-21-02, 03:43 PM
I like the Shoutbox idea.. where did yah find that script??
Hmmm... a CGI one for that matter.
cbosdell
10-21-02, 05:38 PM
http://www.englishsun.org/index.php?x=tut_tagboard.php
:)
zeroseven
10-21-02, 07:54 PM
cool thanks :)
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.