Forum: PHP Jul 8th, 2006 |
| Replies: 2 Views: 1,152 Just do a search on G for Your OS +mail server, replaceing Your OS with the OS you use :) |
Forum: PHP Jul 8th, 2006 |
| Replies: 3 Views: 955 |
Forum: PHP Jul 8th, 2006 |
| Replies: 2 Views: 1,316 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.
<form name="sitesearch"... |
Forum: PHP Jul 8th, 2006 |
| Replies: 3 Views: 955 Do you know how to retrieve the Y or N value from the database? |
Forum: PHP Dec 15th, 2004 |
| Replies: 131 Views: 44,463 Glad to hear it's working for you :) |
Forum: PHP Dec 11th, 2004 |
| Replies: 131 Views: 44,463 Contact your host and ask them :) |
Forum: PHP Oct 22nd, 2004 |
| Replies: 131 Views: 44,463 No problem. Hope it works ok for everyone :) |
Forum: PHP Oct 21st, 2004 |
| Replies: 131 Views: 44,463 There are two things that need mentioning:
1. In the includes/functions_forumlist.php file where I mention to find
$forumperms = $bbuserinfo['forumpermissions']["$forumid"]; and and above it... |
Forum: PHP Oct 21st, 2004 |
| Replies: 131 Views: 44,463 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,... |
Forum: PHP Oct 16th, 2004 |
| Replies: 238 Views: 91,005 There is a slight error in the code above.
Where it reads:
$userinfo['where'] = "<a href=\"t$forumid-" . mod_rewrite_title($threadtitle) . ".html\" title=\"$threadpreview\">$threadtitle</a>";it... |
Forum: PHP Oct 16th, 2004 |
| Replies: 238 Views: 91,005 Hi,
For those of you having problems displaying sub-forums on your homepage here is the fix.
Open includes/functions_forumlist.php
Look for the line that reads (around line 527):
$forum =... |