shervin2 Posted October 7, 2004 Posted October 7, 2004 You know on the main site? on the left bar which has all the hot topics in the forum? Where can I download that script, cause the only one i could find was "topics anywhere" and that only worked for phpBB forums, I want one to work with IPB. Quote Share this post Link to post Share on other sites More sharing options...
d3bruts1d Posted October 7, 2004 Posted October 7, 2004 I'm sure you could find a script that does it on the IBF support forums or google... Though it's really nothing more than a SQL statement grabbing the topics from the DB, and a php loop displaying the information... <?php /* Some PHP/MySQL stuff to define the query, connect to the DB, execute the query, get the info from the DB, count the number of records, and close the connection. */ while ($i < $value){ //Where $value = number of records from the DB stuff above echo "<A HREF=\"http://forums.overclockersclub.com/?showtopic=".$topicid."\" target=\"_blank\">".$topictitle."</A><BR />"; $i++ } ?> Quote Share this post Link to post Share on other sites More sharing options...
shervin2 Posted October 11, 2004 Posted October 11, 2004 Ive searched google but cant find anythin, ive tried numerous keywords and everythin, i even tried posting in VO.... Quote Share this post Link to post Share on other sites More sharing options...
henbenley Posted October 11, 2004 Posted October 11, 2004 You could ask LP for the code that he's using for this site, and he might give it to you. Or look at what d3 posted and just try to modify that for it to work. Quote Share this post Link to post Share on other sites More sharing options...
asus Posted October 11, 2004 Posted October 11, 2004 head on over to www.dark2k1.com this site is run by a friend.. and he does alot of coding.. so you may want to try his site "he made his entire webpage in php and notepad." Quote Share this post Link to post Share on other sites More sharing options...
d3bruts1d Posted October 11, 2004 Posted October 11, 2004 I don't know what your looking for... I gave you what you asked for.... Youl select what you want from your database (i.e. Title, Last post, i, etc.) and you can limit it to 5, or select everything... up to you. After it's selected, you'll run a loop like what was posted. "he made his entire webpage in php and notepad." So have I.... so has Matt... so have a million other people who do PHP. Quote Share this post Link to post Share on other sites More sharing options...
Muddy Posted October 12, 2004 Posted October 12, 2004 "he made his entire webpage in php and notepad." lots of people can do that lol Quote Share this post Link to post Share on other sites More sharing options...
Vampire Posted October 12, 2004 Posted October 12, 2004 "he made his entire webpage in php and notepad." lots of people can do that lol Hence he put it in quotation marks..... lol. Hes just trying to say the guy isnt a complete noob I think. Quote Share this post Link to post Share on other sites More sharing options...
suchuwato Posted October 12, 2004 Posted October 12, 2004 yeah, so you can do it, but what's the point. it's easier and quicker to do it in, say dreamweaver. - then use notepad to 'tune' it Quote Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.