Hi, I notice that a date is displayed when a page is created. Can I disable the date option somehow? Much appreciated!
Can anyone please point me in the right direction? Thanks!
Are you referring to the date being displayed in the news sidebox in the storefront? Or do you mean the “Created date” that appears when adding a new page?
Bob
[quote name=‘jobosales’]Are you referring to the date being displayed in the news sidebox in the storefront? Or do you mean the “Created date” that appears when adding a new page?
Bob[/QUOTE]
date of the pages.
I have the same issue.
would hope that the next update to correct.
It is still not clear to me shat you want changed, but iI think are talking about the date shown on the news item in the storefront (see link):
[url]http://idisk.mac.com/jobosales/Public/customer_news_view.png[/url]
You can remove this by commenting out the date as follows in /skins/YOURSKIN/customer/addons/news_and_emails/views/news/view.tpl
{$news.news}
[COLOR="Red"]{*[/COLOR] {$lang.date_added}: {$news.date|date_format:"`$settings.Appearance.date_format`"} [COLOR="red"]*}[/COLOR]
Bob
Hi, it’s not for a news item. It’s for a page that is newly added. I set it up as a parent page with sub pages. You can see what I mean here: [url]http://diablo.turboservers.com.au/~bhiptech/index.php?dispatch=pages.view&page_id=5[/url]
Can I comment these dates out somehow?
This is not clear at all. The URL you provided is displaying page_id 5. The contents of that page is the white area you have. How was this page created?
When I create pages, I don’t get any dates so it’s unclear how you have created this page. Is this a block you created in the central content? If so, please provide the properties of the block you created.
Hi there. I went into Pages via admin and I created a page called Customer Service. Then I created more pages (Ordering, Delivery, Returns) and set for the root level of that page to be Customer Service. Does this make sense now? I did it this way because I was trying to get an all-in-one FAQ feel. If there is some other way I can achieve the FAQ thing then please let me know. (Otherwise, if you could let me know how to remove those dates then I would appreciate it.)
Are you displaying that from within a block? Or did you write the html? It appears that you have your Design/Blocks/Pages central content block defined with some pre-set or other value that is putting in the dates. Without knowing what those settings are, it’s impossible to advise/help.
Sorry, yes they are called via a block. I edited the information block. Content = pages. Appearance type = text links. I have tried the filling as dynamic and as manual, and both show dates…
In the pages admin, the created date field is filled out, and if I try to erase that info, it just comes back as the current date. Hope that makes sense.
In /skins/YOURSKIN/customer/views/pages/view.tpl, remove the bits in red:
{foreach from=$page_children item=child_page}
{/foreach}
Bob
FANTASTIC! That’s done it! Yay!!! Thanks.