PDA


View Full Version : attatched images display on main page?


sugar
07-28-2004, 04:12 PM
i know attatched images should display in the newsbit on the main page (or where ever you have it), but mine doesnt for some reason.

can anyone point me in the direction to check to make sure its enabled?


i feel like such a moron...such easy questions today lol

sugar
07-31-2004, 05:33 PM
hmmm

sugar
07-31-2004, 09:13 PM
anyone??

Lats
08-01-2004, 12:48 AM
ACP -> vBa CMPS -> Default Settings -> Enable News Attachments -> 'Yes'

sugar
08-01-2004, 01:12 PM
It is set to yes, that's why I'm a bit confused as to why it isn't showing up.

Brian
08-02-2004, 02:02 PM
In your forum/modules/news.php file look for:

if ($news['thumbnail'] AND $vboptions['attachthumbs'] AND ($newsforumperms & CANGETATTACHMENT))

Replace that with:

if ($vboptions['attachthumbs'] AND ($newsforumperms & CANGETATTACHMENT))

And let me know if that helps. :)

sugar
08-03-2004, 11:36 AM
nopers, same thing

PtP
08-18-2004, 08:54 AM
This worked for me, thanks brian ;)

socals
08-26-2004, 10:38 PM
Very cool, it worked for me also.

Thanks!

Brian
08-27-2004, 01:08 AM
Thanks. I was looking for this earlier when I realized I had forgotten to move it to the bugs forum. :)
*Moves thread*