Displaying image for Newly Added/Recently Updated

More
13 years 1 month ago #32572 by brandonking
Hello,

Please consider displaying Newly Added/Recently Updated images on top corner of both item list view and item view.
Also it could be nice if we can display different images by Type.

Maybe settings in Global configuration, Category and Type
OR
Global configuration, Templates

Regards,
Brandon

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #32573 by ggppdk
Recently added images?

you mean recently added to an item or to FLEXIcontent filemanager ?


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #32574 by brandonking
Sorry about poor guide.
I mean images for Newly Added/Recently Updated Item(Article).

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #32575 by ggppdk
I am not sure of your suggestion

the recently added images are displayed INSIDE the field that were added in


e.g. an FLEXIcontent image/gallery field will display the images in the order that the user sets


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #32576 by brandonking
I want to display "New" or "Updated" image on top of corner for each item list view and item view if author added new item or updated item. :oops:

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #32577 by ggppdk
Added the images where? i guess added them to image/gallery field,

but the images are displayed by the field itself, so you need to use the field to display them


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #32578 by brandonking
Sorry, I will post it with snapshot soon.

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #32579 by brandonking
Hello ggppdk,

I want a feature like below snapshot.
[attachment=0:3lurmf9i]<!-- ia0 -->snapshot4.png<!-- ia0 -->[/attachment:3lurmf9i]

Regards,
Brandon

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #32643 by brandonking
Hello,

What do you think about this feature?
It would be nice if we could set the period of displaying lable(?) next to Title or top corner of Item list/Item view.

For example, period of displaying Just Added Label : within 30days or 3months.

Regards,

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #32644 by ggppdk
aaa , i see now , you mean "recently added Content Items"

this is very easy to do at a custom template
by editing category_items.php of your template
Code:
$new_item_img = 'your image code'; $itemdate = strtotime($items[$i]->created) + 30*24*60*60; $nowdate = time(); if ($nowdate <= $itemdate) { echo $new_item_img; }

But i guess having a category parameter for this will make it easier to use !!


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save