Displaying image for Newly Added/Recently Updated

More
11 years 11 months ago #32578 by brandonking
Sorry, I will post it with snapshot soon.

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

More
11 years 11 months ago #32579 by brandonking
Hello ggppdk,

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

Regards,
Brandon
Attachments:

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

More
11 years 11 months 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
11 years 11 months 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...

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

More
11 years 11 months ago #32647 by brandonking
Yes, :D Please consider adding params for Category and Type as well.
For example, required Params for Newly Added/Recently Updated are:
image URL, Period of displaying, position(like top left corner or next to Title)

Regards

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

More
11 years 11 months ago #32661 by ggppdk
Adding this parameter and using it in all templates is not trivial since we will need to add similar but different CSS in every template


-- 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...

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

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.434 seconds
Save
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