|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
devarticles discuss in forums
hi,
i am running vbulletin and a php site i was hoping someone could help me add a disucuss in forums button. i have a comments system in place but it does not really do exactly what i want www.wickedcolors.com basically i want to do what devarticles do. please help!! Cheers, nick |
|
#2
|
|||
|
|||
|
This feature is available in SiteWorksPro. devArticles is running this software and it's developed by the staff.
If you would like to implement this without SiteWorksPro... *looks around for help* ![]()
__________________
![]() ![]() "Only Linux users see the end of crashes." - Pl4t0 |
|
#3
|
|||
|
|||
|
you need to query the table that contains the post data. grab the id and the title of each one, order it by the ID/desc and limit the rows returned
something like this SELECT * id, title FROM posts ORDER BY id DESC LIMIT 10, it should look something like this, just need to change around the names a bit |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > devarticles discuss in forums |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|