Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~15.0K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

13 Posted Topics

Member Avatar for Dani

Hi, For those of you having problems displaying sub-forums on your homepage here is the fix. Open [B]includes/functions_forumlist.php[/B] Look for the line that reads (around line 527): [php]$forum = $forumcache["$forumid"];[/php]And below that add [php]// added by keith $forum['url'] = strtolower(str_replace(" ", "-",str_replace("/", "-", $forum['title']))); // added by keith[/php]That should do …

Member Avatar for zuerich-finanz
1
8K
Member Avatar for KeithMcL

Hi folks, I’m planning on building a site somewhat similar to a web hosting directory and was hoping to get some input/advice on the database design from all you coding gurus :P I’d like to have two different types of users: 1) hosts 2) normal users Because of the this, …

Member Avatar for KeithMcL
0
159
Member Avatar for KeithMcL

Hi folks, The day before last my Compaq wouldn't boot up :( After much troubleshooting I believe I have found the problem; a dead graphics card. I put the graphics card from my DELL into the Compaq and it did actually boot up (albeit with a terrible display resolution). So …

Member Avatar for ScudRunner50
0
190
Member Avatar for KeithMcL

Hi folks, I need your help. A few days ago my system died. I had to reinstall WinXP. Previous to this I had installed a second (IDE) hard drive. Since the reinstall it's not showing up as a drive in explorer. If I go into Device Manager is shows the …

Member Avatar for dise652
0
296
Member Avatar for omesa

Just do a search on G for [I]Your OS +mail server[/I], replaceing Your OS with the OS you use :)

Member Avatar for Sylviana
0
336
Member Avatar for KeithMcL

Hi folks, hope you're doing well :) I need your help. I have this really annoying thing happening on my computer that I can't seem to stop. Whenever I start Windows XP, this program/spyware/virus keeps taking away the focus of the active window. Nothing appears on the screen... just the …

Member Avatar for gerbil
0
174
Member Avatar for krhelter

To search the Articles table for the user query: Create the search form giving the search field a name. You can set the form method to GET or POST. I'd use GET. [html]<form name="sitesearch" action="search.php" method="get"> <input type="text" name="userquery"> </form>[/html]Then in the searh.php file assign the value from the input …

Member Avatar for krhelter
0
162
Member Avatar for KeithMcL

Last night after I shut down my computer, it started making a clicking noise (more so than a beeping noise). Now it won't start up :( I'm not very hardware orientated, so I'm baffled as to what's wrong. The mobo fan, psu fan and graphics card fan all run when …

Member Avatar for nizzy1115
0
295
Member Avatar for KeithMcL

Hi all, I bought this [URL="http://www1.euro.dell.com/content/products/features.aspx/desktops_Q2_W8_dimen_3100c_D073C5A?c=ie&cs=iedhs1&l=en&s=dhs"]Dell Dimension 3100[/URL] last week, but it has one of those useless built in graphics cards (even though it's a 128MB one). I want to pruchase a new one. But from what I can tell from the image in the owners manual, it looks like …

Member Avatar for vicec64
0
159
Member Avatar for KeithMcL

First off, sorry if this is the wrong forum to post this. Please move if so :) I bought a second PC a week ago which I plan on using as my main PC. Now I want to play around with different OS's on the older one. I'd like to …

Member Avatar for KeithMcL
0
136
Member Avatar for Eiolon
Member Avatar for KeithMcL
0
139
Member Avatar for KeithMcL

I figured it was time that a revised edition of this tutorial be written up. So, I asked Dani if it was ok and well..... here it is :D This revised edition includes how to make your forumhome, forumdisplay, showthread and who's online sections all show search engine friendly urls …

Member Avatar for alphinho
0
5K
Member Avatar for Kamex

The End.