PDA

View Full Version : News


Hialls
10-17-2004, 02:26 PM
While remaking my website due to major server problems *sigh*
i realised that news posting use's the users avatar as the image, so i have added categories and category images to the news. so now a news image is displayed rather than an avatar. Just wondering if anyone else would be intrested if so ill release it here.

Bambi
10-17-2004, 03:37 PM
I'm interested

Our Sponsors
 

ttnb
10-17-2004, 08:02 PM
I am interested too!

C_P
10-20-2004, 09:06 AM
ME ME ME!
We have a Free PC Assistance site and post news articles almost daily!
Would love this!

Our Sponsors
 

hani
11-01-2004, 12:21 PM
Me too
Please please please

hani
11-03-2004, 02:13 PM
Any news about the News? :)

Artayick
11-23-2004, 12:37 PM
simple way to do this would be to turn off the avs and use an image in the post.. just get you a format you like and poof news icons.. yes it is ghetto but it works..

C_P
11-23-2004, 12:42 PM
I use this method and it does the trick. However, selecting topic categories with images that correspond with them is how you "manage your content" of a Content Management System.

hani
12-18-2004, 07:06 PM
Any news about the News???

Darax The Good
12-27-2004, 04:37 AM
what I did was made a directory and put .gif files in it with the forum id for my news forums-then hacked cmps to use that instead of the avatar. Not elegant but it did the trick for me.

Nathan
01-30-2005, 10:27 AM
I need this, too. The old vbportal software did tis and I need it if I'm going to make the switch.

Blue Moose Aaron
01-31-2005, 02:15 AM
I just did IF statements with the forum ID in the HTML

<if condition="$news[forumid] == '52'">
<img src="/images/newspictures/smallvilleepisodes.jpg" align="$stylevar[left]" vspace="3" hspace="3" border="1" style="border: $stylevar[cellspacing]px solid <bordercolor>" />
</if>

theMusicMan
01-31-2005, 02:57 AM
Hey Ted - in which template did you put that conditional...? I currently use a left-aligned image and would be interested to see this in action.

Blue Moose Aaron
01-31-2005, 08:40 AM
adv_portal_newsbits

Nathan
02-04-2005, 12:16 AM
but this requires a different forum for every category, right?

Blue Moose Aaron
02-04-2005, 04:34 AM
Yes, so you could either do sub categories in one forum or install my mark thread as news hack and have every forum be pretty much a news forum.