- Edit news_manager/template/edit_post.php and change line 99:
Code:
"post-date": { date: true },
to this:
Code:
"post-date": { dateISO: true },
With these 2 changes it should work.
Finally, though not strictly necessary, edit news_manager/lang/en_US.php (and/or other language files you use) and remove or change the mm/dd/yyyy string in the "POST_DATE" definition, like:
Code:
"POST_DATE" => "Publish date (<i>yyyy-mm-dd</i>)",
2012-11-09, 21:32:35 (This post was last modified: 2012-11-09, 21:36:27 by lth.)
When I upload my GetSimple install from the dev server to live and set all settings right. The CMS tells me I did not CHMOD data and back-up and subfolders to 777 which I did.
And when I upload all news xml files to the /data/posts/ folder. I still don't see the news articles in the CMS nor on the live site.
2012-11-17, 10:52:42 (This post was last modified: 2012-11-17, 10:53:24 by ad2003.)
Hi!
I am new here
This plug in is realy nice. I would like to use it for instance for Products with custom fields. Is there a way (or another plugin) which could handle this? As a news listing page it works almost perfectly.
Another question: Is there any way to have different "Article" listings. E.g.: News, Products at the same time on different templates?
News Manager is nice, but only a simple blog/news system.
Other plugins (look for them in Extend and take a look at their support threads):
- Items Manager
- I18N Special Pages + I18N Search...
- I18N Search
- GS Blog, if you want blog/news with custom fields.
Can somebody help me? Zależmy me on this in the news to be able to use HTML and that was to develop news. Can it be added to the News Media a tag such as # # # and that would mean "more"?
I'm looking to style the last .nm_post different (e.g. remove the border) from all the other .nm_post divs. Any one have a suggestion on how to do this. I've tried .nm_post > :last-child with no luck. Thanks!
It must be because both plugins use the content filter, and depending of the order they are executed on a certain server, it will work or not (which is your case).
This problem will probably happen not only with News Manager, but with any plugin that runs in that filter and is not FEUL-aware in some way (I don't know if GS Blog is).
Maybe the FEUL plugin could be modified to run before the content filter so that it works with every plugin...
Meanwhile, you could try this patch for News Manager (not tested). Edit news_manager.php, find function nm_site() and insert this:
PHP Code:
// patch for FEUL $Feul = new Feul; if($Feul->checkPerm() != true) return $content; // end patch
just before this line:
PHP Code:
nm_i18n_merge(); ...
Let me know if it works.
Of course, if you upgrade News Manager you'll have to edit the file again to re-do the patch.
I just started using plain GS pages and the 18n search to list a blog page then I just manually type every new posting link in to the component sidebar, was the only SEO optimized way I could figure out how to do it. Wish I had time to spend studying php, would love to create a standardized news blog plugin that stored all of its data the same way pages are stored. All it needs is to store pages with meta data, tags etc and be able to list article titles for recent posts. The SEO is really the best part of Wordpress and was trying to at least clone off some of its blogging backend.
Know Special pages is suppose to be great but the way it formats the URL's for blogs is unacceptable for SEO reasons so ended up stuck using the regular GS pages and just made them all Childs of the blog. Hoping to spend more time studying all of that to maybe get what I want out of it. Unfortunately the only tutorials on it that I was trying to access are of course invalid links.
In my head it sounds simple enough but I cant even type a basic php echo without looking up syntax so doubt that will happen any way soon.
The news manager really would be the best way if i could just squeeze that major SEO requirement out of it. For a single style web site having categories really isnt a big deal with the tag cloud, the no meta description and info storage is what ive been fighting with past few days since most of the content is there and with the inconsistency it does knock off some seo points. I am considering installing a completely separate blogging engine to deal with it because its had me tied up for so long.
I am using i18n_gallery: (% gallery name=gal-1 %) inside the news manager but only plain text is shown. I also tried to put it inside the source code mode. No luck. In normal pages, this works.
2012-12-19, 22:46:55 (This post was last modified: 2012-12-19, 22:48:06 by D.O..)
Hi,
I use News Manager and I think it is a very important plugin for GetSimpe...
Sadly, I discovered a couple of serious bugs:
1) when you use latin character like "è" or "'" in the title, you can't delete the news anymore (except manipulating the xml file);
2) Same thing when you make a post "private", you can't delete it later.
These bugs are in the NM Updated too.
(2012-12-19, 22:46:55)D.O. Wrote: Hi,
I use News Manager and I think it is a very important plugin for GetSimpe...
Sadly, I discovered a couple of serious bugs:
1) when you use latin character like "è" or "'" in the title, you can't delete the news anymore (except manipulating the xml file);
2) Same thing when you make a post "private", you can't delete it later.
These bugs are in the NM Updated too.
Anyone can help me?
I had, what sounds to be the same problem, mentioned here, that I couldn't seem to solve. I havnt needed to delete any posts with the latest version, so I guess I will go delete something and see what happens.
Well, so we will try a solution together. I found this rough solution. When I can not delete a post, I go into the folder "data / other / news_manager /" and in the file posts.xml, I pull the lines that do not interest me.
(2012-12-20, 07:48:53)islander Wrote:
(2012-12-19, 22:46:55)D.O. Wrote: Hi,
I use News Manager and I think it is a very important plugin for GetSimpe...
Sadly, I discovered a couple of serious bugs:
1) when you use latin character like "è" or "'" in the title, you can't delete the news anymore (except manipulating the xml file);
2) Same thing when you make a post "private", you can't delete it later.
These bugs are in the NM Updated too.
Anyone can help me?
I had, what sounds to be the same problem, mentioned here, that I couldn't seem to solve. I havnt needed to delete any posts with the latest version, so I guess I will go delete something and see what happens.
If any of you have (or can create) some post that cannot be deleted in NM's backend, please zip the post's xml file (from data/posts) and attach it here or via PM, so that I can take a look at it.
If any of you have (or can create) some post that cannot be deleted in NM's backend, please zip the post's xml file (from data/posts) and attach it here or via PM, so that I can take a look at it.