The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
HELP: display images from a post in FORUMHOME
I'm running a photos forum. Here's what I'd like to do:
- display thumb of the first photo posted in a specified forum in my FORUMHOME - all photos posted were using the [ img ] bbcode Anyone know how to do? Danny anyone can help? I'm looking for a coder to help to implement some modules for my site (can be also very useful for some others). here's my site: http://DearPhotos.com |
#2
|
|||
|
|||
anyone can help?
Can anyone shed some light on this? I do have a field called "goodnees" added in the table 'thread'. If goodnees = 6, then it should be shown in SHOWTHREAD (category best) If goodnees = 7, then it should be shown in FORUMHOME (best selected) If goodnees = 8, then it should be also shown in FORUMHOME in a special block (Site Best) Here's a SQL command I'm trying to compose: Code:
SELECT `title`, `postusername`, `threadid`,`forumid`,`goodnees` FROM `thread` WHERE `forumid` IN ('8','9','10','11','12','33') AND `goodnees` >=6 ORDER BY `thread`.`forumid` ASC LIMIT 0 , 6 |
#3
|
|||
|
|||
bump
|
#4
|
|||
|
|||
Anyone?
|
#5
|
|||
|
|||
bump
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|