You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 80 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - phpBB Forum Modification [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
Cody
Premium
Premium


Joined: Jun 12, 2003
Posts: 58


PostPosted: Sun Jun 29, 2003 7:40 pm Reply with quoteBack to top

Hello,

On my site, everything is in "sync" with the header except for when a user clicks on "Forums". The tables(?) with the phpbb forum are much larger than the header, it is really messing things up quite a bit. Is there a way that I can decress the entire width of the phpbb forums module?

http://www.codydecker.com

u/p= phpbb/ilovephpbb


Thanks!
Cody
Find all posts by CodyView user's profileSend private message
disgruntledtech
Site Admin
Site Admin


Joined: Apr 14, 2003
Posts: 991

Location: Tulsa, OK

PostPosted: Sun Jun 29, 2003 10:28 pm Reply with quoteBack to top

the problem is in you theme.php in the themeheader function

looks like after it calls blocks(left) it closes the td then the table -thats bad
Find all posts by disgruntledtechView user's profileSend private messageSend e-mailVisit poster's website
Crazycono
Nuke Soldier
Nuke Soldier


Joined: Jun 30, 2003
Posts: 10


PostPosted: Tue Jul 01, 2003 5:43 pm Reply with quoteBack to top

how do you fix it?
Find all posts by CrazyconoView user's profileSend private message
Cody
Premium
Premium


Joined: Jun 12, 2003
Posts: 58


PostPosted: Tue Jul 01, 2003 7:26 pm Reply with quoteBack to top

Hello,

Sorry, but I am still not quite for sure what part of the theme header I should chang.e When I change anything, I seem to completely lose (literally) the forum.

Code:
function themeheader() {
    global $user, $banners, $sitename, $slogan, $cookie, $prefix;
    cookiedecode($user);
    $username = $cookie[1];
    if ($username == "") {
        $username = "Anonymous";
    }
    echo "<body bgcolor=\"#CCCCCC\" text=\"#000000\" link=\"#363636\" vlink=\"#363636\" alink=\"#d5ae83\">\n"
   ."<br>\n";
    if ($banners) {
   include("banners.php");
    }
    echo "<br>\n"
   ."<table cellpadding=\"0\" cellspacing=\"0\" width=\"750\" border=\"0\" align=\"center\" bgcolor=\"#CCCCCC\">\n"
   ."<tr>\n"
   ."<td bgcolor=\"#CCCCCC\" width=\"306\">\n"
   ."<a href=\"index.php\"><img src=\"themes/Milo/images/logo.gif\" align=\"center\" alt=\""._WELCOMETO." $sitename\" border=\"0\"></a></td>\n"
   ."</tr>\n"
   ."</table><br>\n"
   ."<table cellpadding=\"0\" cellspacing=\"0\" width=\"750\" border=\"0\" align=\"center\" bgcolor=\"#CCCCCC\">\n"
   ."<tr>\n"
   ."<td bgcolor=\"#808080\">\n"
   ."<img src=\"themes/Milo/images/tophighlight.gif\"></td>\n"
   ."</tr>\n"
   ."</table>\n"
   ."<table cellpadding=\"0\" cellspacing=\"0\" width=\"750\" border=\"0\" align=\"center\" bgcolor=\"#CCCCCC\">\n"
   ."<tr valign=\"middle\">\n"
   ."<td width=\"400\" bgcolor=\"#C0C0C0\" align=\"left\">\n"
   ."&</td>\n"
   ."<td bgcolor=\"#C0C0C0\" align=\"right\">\n"
   ."<form action=\"modules.php?name=Search\" method=\"post\"><font class=\"content\" color=\"#000000\"><b>"._SEARCH." </b>\n"
   ."<input type=\"text\" name=\"query\" size=\"14\"></font></form></td>\n"
   ."<td bgcolor=\"#C0C0C0\" align=\"right\">\n";
   
    echo "</select></font></form></td>\n"
   ."</tr></table>\n"
   ."<table cellpadding=\"0\" cellspacing=\"0\" width=\"750\" border=\"0\" align=\"center\" bgcolor=\"#fefefe\">\n"
   ."<tr>\n"
   ."<td bgcolor=\"#000000\" colspan=\"4\"><IMG src=\"themes/Milo/images/pixel.gif\" width=\"1\" height=1 alt=\"\" border=\"0\" hspace=\"0\"></td>\n"
   ."</tr>\n"
   ."<tr valign=\"middle\" bgcolor=\"#808080\">\n"
   ."<td width=\"15%\" nowrap><font class=\"content\" color=\"#363636\">\n";
    if ($username == "Anonymous") {
echo "&&<font color=\"#363636\"><a href=\"modules.php?name=Your_Account\">Create</a></font> an account\n";
    } else {
   echo "&&"._HELLO." $username! &&[ <a href=\"modules.php?name=Your_Account&op=logout\">Logout</a> ]";
    }
    echo "</font></td>\n"
   ."<td align=\"center\" height=\"20\" width=\"60%\"><font class=\"content\">\n"
        ."&\n"
        ."</td>\n"
        ."<td align=\"right\" width=\"25%\"><font class=\"content\">\n"
        ."<script type=\"text/javascript\">\n\n"
        ."<!--   // Array ofmonth Names\n"
        ."var monthNames = new Array( \"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\");\n"
        ."var now = new Date();\n"
        ."thisYear = now.getYear();\n"
        ."if(thisYear < 1900) {thisYear += 1900}; // corrections if Y2K display problem\n"
        ."document.write(monthNames[now.getMonth()] + \" \" + now.getDate() + \", \" + thisYear);\n"
        ."// -->\n\n"
        ."</script></font></td>\n"
        ."<td>&</td>\n"
        ."</tr>\n"
        ."<tr>\n"
        ."<td bgcolor=\"#000000\" colspan=\"4\"><IMG src=\"themes/Milo/images/pixel.gif\" width=\"1\" height=\"1\" alt=\"\" border=\"0\" hspace=\"0\"></td>\n"
        ."</tr>\n"
        ."</table>\n"
   ."<!-- FIN DEL TITULO -->\n"
   ."<table width=\"750\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" bgcolor=\"#CCCCCC\" align=\"center\">\n"
   ."<tr valign=\"top\">\n"
   ."<td bgcolor=\"#C0C0C0\"><img src=\"themes/Milo/images/pixel.gif\" width=\"1\" height=\"3\" border=\"0\" alt=\"\"></td>\n"
   ."</tr>\n"
   ."<tr valign=\"top\">\n"
   ."<td bgcolor=\"#CCCCCC\"><img src=\"themes/Milo/images/pixel.gif\" width=\"1\" height=\"5\" border=\"0\" alt=\"\"></td>\n"
   ."</tr>\n"
   ."</table>\n"
;
   $public_msg = public_message();
        echo "$public_msg<br>";
   echo "<table width=\"750\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" bgcolor=\"#CCCCCC\" align=\"center\"><tr valign=\"top\">\n"
   ."<td bgcolor=\"#eeeeee\" width=\"150\" valign=\"top\">\n";
    blocks(left);
    echo "</td><td><img src=\"themes/Milo/images/pixel.gif\" width=\"15\" height=\"1\" border=\"0\" alt=\"\"></td><td width=\"100%\">\n";
}


Any ideas as to what I should change to decrease the forum width?

Thanks,
Cody
Find all posts by CodyView user's profileSend private message
disgruntledtech
Site Admin
Site Admin


Joined: Apr 14, 2003
Posts: 991

Location: Tulsa, OK

PostPosted: Tue Jul 01, 2003 11:42 pm Reply with quoteBack to top

i just looked at the code for the milo theme(i normally just delete it) and im sorry but i could rewrite that theme easier than i could fix the problems with it. but i think its ugly so im not gonna rewrite it Smile

save yourself some time and go get a better theme from http://www.nukemods.com -i even have a few of my own on there

preview:
check out this one im porting from phpBB (with permission of course)
http://pointseven.voicesinmyhead.net/modules.php?name=Forums
Find all posts by disgruntledtechView user's profileSend private messageSend e-mailVisit poster's website
Mighty_Y
Sergeant
Sergeant


Joined: Feb 27, 2003
Posts: 94


PostPosted: Wed Jul 02, 2003 5:56 am Reply with quoteBack to top

Actually the problem lies in the overall_header.tpl from subSilver,
find the part where the menu is written, then add a break somewhere so your menu takes up 2 lines and then your problem will be fixed
Find all posts by Mighty_YView user's profileSend private messageVisit poster's website
Cody
Premium
Premium


Joined: Jun 12, 2003
Posts: 58


PostPosted: Fri Jul 04, 2003 6:02 pm Reply with quoteBack to top

Mighty_Y wrote:
Actually the problem lies in the overall_header.tpl from subSilver,
find the part where the menu is written, then add a break somewhere so your menu takes up 2 lines and then your problem will be fixed


Hello,

I am not for quite where I should add the ( br /). Could you be more specific?

Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html dir="{S_CONTENT_DIRECTION}">

<head>

<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">

<meta http-equiv="Content-Style-Type" content="text/css">

{META}

{NAV_LINKS}

<title>{SITENAME} :: {PAGE_TITLE}</title>

<!-- link rel="stylesheet" href="modules/Forums/templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->

<style type="text/css">

<!--

/*

  The original subSilver Theme for phpBB version 2+

  Created by subBlue design

  http://www.subBlue.com



  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2

  theme administration centre. When you have finalised your style you could cut the final CSS code

  and place it in an external file, deleting this section to save bandwidth.

*/



/* General page style. The scroll bar colours only visible in IE5.5+ */

body {

   background-color: {T_BODY_BGCOLOR};

   scrollbar-face-color: {T_TR_COLOR2};

   scrollbar-highlight-color: {T_TD_COLOR2};

   scrollbar-shadow-color: {T_TR_COLOR2};

   scrollbar-3dlight-color: {T_TR_COLOR3};

   scrollbar-arrow-color:  {T_BODY_LINK};

   scrollbar-track-color: {T_TR_COLOR1};

   scrollbar-darkshadow-color: {T_TH_COLOR1};

}



/* General font families for common tags */

font,th,td,p { font-family: {T_FONTFACE1} }

a:link,a:active,a:visited { color : {T_BODY_LINK}; }

a:hover      { text-decoration: underline; color : {T_BODY_HLINK}; }

hr   { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}



/* This is the border line & background colour round the entire page */

.bodyline   { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }



/* This is the outline round the main forum tables */

.forumline   { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }



/* Main table cell colours and backgrounds */

td.row1   { background-color: {T_TR_COLOR1}; }

td.row2   { background-color: {T_TR_COLOR2}; }

td.row3   { background-color: {T_TR_COLOR3}; }



/*

  This is for the table cell above the Topics, Post & Last posts on the index.php page

  By default this is the fading out gradiated silver background.

  However, you could replace this with a bitmap specific for each forum

*/

td.rowpic {

      background-color: {T_TD_COLOR2};

      background-image: url(modules/Forums/templates/subSilver/images/{T_TH_CLASS3});

      background-repeat: repeat-y;

}



/* Header cells - the blue and silver gradient backgrounds */

th   {

   color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;

   background-color: {T_BODY_LINK}; height: 25px;

   background-image: url(modules/Forums/templates/subSilver/images/{T_TH_CLASS2});

}



td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {

         background-image: url(modules/Forums/templates/subSilver/images/{T_TH_CLASS1});

         background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;

}



/*

  Setting additional nice inner borders for the main table cells.

  The names indicate which sides the border will be on.

  Don't worry if you don't understand this, just ignore it :-)

*/

td.cat,td.catHead,td.catBottom {

   height: 29px;

   border-width: 0px 0px 0px 0px;

}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {

   font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;

}

td.row3Right,td.spaceRow {

   background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;

}



th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }

th.thSides,td.catSides,td.spaceRow    { border-width: 0px 1px 0px 1px; }

th.thRight,td.catRight,td.row3Right    { border-width: 0px 1px 0px 0px; }

th.thLeft,td.catLeft     { border-width: 0px 0px 0px 1px; }

th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }

th.thTop    { border-width: 1px 0px 0px 0px; }

th.thCornerL { border-width: 1px 0px 0px 1px; }

th.thCornerR { border-width: 1px 1px 0px 0px; }



/* The largest text used in the index page title and toptic title etc. */

.maintitle   {

   font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};

   text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};

}



/* General text */

.gen { font-size : {T_FONTSIZE3}px; }

.genmed { font-size : {T_FONTSIZE2}px; }

.gensmall { font-size : {T_FONTSIZE1}px; }

.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }

a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }

a.gen:hover,a.genmed:hover,a.gensmall:hover   { color: {T_BODY_HLINK}; text-decoration: underline; }



/* The register, login, search etc links at the top of the page */

.mainmenu      { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }

a.mainmenu      { text-decoration: none; color : {T_BODY_LINK};  }

a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }



/* Forum category titles */

.cattitle      { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}

a.cattitle      { text-decoration: none; color : {T_BODY_LINK}; }

a.cattitle:hover{ text-decoration: underline; }



/* Forum title: Text and link to the forums used in: index.php */

.forumlink      { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }

a.forumlink    { text-decoration: none; color : {T_BODY_LINK}; }

a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }



/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */

.nav         { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}

a.nav         { text-decoration: none; color : {T_BODY_LINK}; }

a.nav:hover      { text-decoration: underline; }



/* titles for the topics: could specify viewed link colour too */

.topictitle,h1,h2   { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }

a.topictitle:link   { text-decoration: none; color : {T_BODY_LINK}; }

a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }

a.topictitle:hover   { text-decoration: underline; color : {T_BODY_HLINK}; }



/* Name of poster in viewmsg.php and viewtopic.php and other places */

.name         { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}



/* Location, number of posts, post date etc */

.postdetails      { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }



/* The content of the posts (body of text) */

.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}

a.postlink:link   { text-decoration: none; color : {T_BODY_LINK} }

a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }

a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}



/* Quote & Code blocks */

.code {

   font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};

   background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;

   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px

}



.quote {

   font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;

   background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;

   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px

}



/* Copyright and bottom info */

.copyright      { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}

a.copyright      { color: {T_FONTCOLOR1}; text-decoration: none;}

a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}



/* Form elements */

input,textarea, select {

   color : {T_BODY_TEXT};

   font: normal {T_FONTSIZE2}px {T_FONTFACE1};

   border-color : {T_BODY_TEXT};

}



/* The text input fields background colour */

input.post, textarea.post, select {

   background-color : {T_TD_COLOR2};

}



input { text-indent : 2px; }



/* The buttons used for bbCode styling in message post */

input.button {

   background-color : {T_TR_COLOR1};

   color : {T_BODY_TEXT};

   font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};

}



/* The main submit button option */

input.mainoption {

   background-color : {T_TD_COLOR1};

   font-weight : bold;

}



/* None-bold submit button */

input.liteoption {

   background-color : {T_TD_COLOR1};

   font-weight : normal;

}



/* This is the line in the posting page which shows the rollover

  help line. This is actually a text box, but if set to be the same

  colour as the background no one will know ;)

*/

.helpline { background-color: {T_TR_COLOR2}; border-style: none; }



/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */

@import url("modules/Forums/templates/subSilver/formIE.css");

-->

</style>

<!-- BEGIN switch_enable_pm_popup -->

<script language="Javascript" type="text/javascript">

<!--

   if ( {PRIVATE_MESSAGE_NEW_FLAG} )

   {

      window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;

   }

//-->

</script>

<!-- END switch_enable_pm_popup -->

</head>

<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">



<a name="top"></a>



<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">

   <tr>

      <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">

         <tr>

            <table cellspacing="0" cellpadding="2" border="0">

               <tr>

                  <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"><center>&<a href="{U_FAQ}" class="mainmenu"><img src="modules/Forums/templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a>& &<a href="{U_SEARCH}" class="mainmenu"><img src="modules/Forums/templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>& &<a href="{U_GROUP_CP}" class="mainmenu"><img src="modules/Forums/templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>&

                  &<a href="{U_PROFILE}" class="mainmenu"><img src="modules/Forums/templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>& &<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="modules/Forums/templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>& &<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="modules/Forums/templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&</center></span></td>

               </tr>

            </table></td>

         </tr>

      </table>



      <br />





Thanks!!
Cody

http://www.codydecker.com
u/p = phpbb/ilovephpbb
Find all posts by CodyView user's profileSend private message
Mighty_Y
Sergeant
Sergeant


Joined: Feb 27, 2003
Posts: 94


PostPosted: Sat Jul 05, 2003 4:26 am Reply with quoteBack to top

Use the one you can download here
http://www.nukecops.com/downloads-file-119-details-Forum_width_fix_for_SubSilver_template.html

That should do the trick

Link edited to the one chatserv has put in the downloads


Last edited by Mighty_Y on Sat Jul 19, 2003 8:46 am; edited 1 time in total
Find all posts by Mighty_YView user's profileSend private messageVisit poster's website
Cody
Premium
Premium


Joined: Jun 12, 2003
Posts: 58


PostPosted: Sat Jul 05, 2003 11:41 am Reply with quoteBack to top

Sorry, but the link isn't working for me.

Cody
Find all posts by CodyView user's profileSend private message
Mighty_Y
Sergeant
Sergeant


Joined: Feb 27, 2003
Posts: 94


PostPosted: Sat Jul 05, 2003 12:28 pm Reply with quoteBack to top

Sorry, i know server is down (I'll add it on another server)
Find all posts by Mighty_YView user's profileSend private messageVisit poster's website
Mighty_Y
Sergeant
Sergeant


Joined: Feb 27, 2003
Posts: 94


PostPosted: Sat Jul 05, 2003 12:33 pm Reply with quoteBack to top

Get it here
http://www.nukecops.com/downloads-file-119-details-Forum_width_fix_for_SubSilver_template.html
Follow instructions of my previous post

Link edited to the file chatserv has put in the downloads


Last edited by Mighty_Y on Sat Jul 19, 2003 8:47 am; edited 1 time in total
Find all posts by Mighty_YView user's profileSend private messageVisit poster's website
Cody
Premium
Premium


Joined: Jun 12, 2003
Posts: 58


PostPosted: Sat Jul 05, 2003 7:40 pm Reply with quoteBack to top

Thanks, it worked great!!

Cody
Find all posts by CodyView user's profileSend private message
Mighty_Y
Sergeant
Sergeant


Joined: Feb 27, 2003
Posts: 94


PostPosted: Sun Jul 06, 2003 5:29 am Reply with quoteBack to top

No Problem, cool that it got fixed
Find all posts by Mighty_YView user's profileSend private messageVisit poster's website
golfmate
Nuke Cadet
Nuke Cadet


Joined: Feb 14, 2003
Posts: 8

Location: Australia

PostPosted: Mon Jul 14, 2003 1:55 pm Reply with quoteBack to top

Thanks this fixed helped me as well.

_________________
Keep hitting them straight....
Find all posts by golfmateView user's profileSend private messageVisit poster's website
Mighty_Y
Sergeant
Sergeant


Joined: Feb 27, 2003
Posts: 94


PostPosted: Fri Jul 18, 2003 10:00 am Reply with quoteBack to top

They should upload it to this site, I'm not planning to keep this hosted untill the end of time Very Happy
Find all posts by Mighty_YView user's profileSend private messageVisit poster's website
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.651 Seconds - 449 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::