Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 2:
image or Icon for featured articles

 

 


dimeco
User

Dec 30, 2009, 10:11 AM

Post #1 of 3 (1809 views)
Shortcut
image or Icon for featured articles Can't Post

I was reading the tutorial for the featured category (and will be implementing it).

Is there a way to put a "featured" image beside the article title for all that are and have been marked featured?

-- edit --

Actually there's a better way to do this - but I would need a tweak of advice:

The featured authors will have accounts. Guests do NOT have their own account.

Basically, I'd like to do this but am not useful for if statements:

"if" user = 6 or higher, then show the "featured image" beside their name?

(accounts under 6 are admin, guest and a couple others who I don't want listed as featured, they're basically testing accounts I had).

Amber






Amber


(This post was edited by dimeco on Dec 30, 2009, 11:59 AM)


Donna
Staff / Moderator


Dec 30, 2009, 4:21 PM

Post #2 of 3 (1802 views)
Shortcut
Re: [dimeco] image or Icon for featured articles [In reply to] Can't Post

Hi Amber,

How about something like this?

<!-- templateIf : $article.createdbyusernum$ >= "6" -->
your image content here
<!-- /templateIf -->

Donna

--
support@interactivetools.com


dimeco
User

Dec 30, 2009, 4:26 PM

Post #3 of 3 (1801 views)
Shortcut
Re: [Donna] image or Icon for featured articles [In reply to] Can't Post

Perfect! Thanks!

Amber