2013-01-28, 15:34:22
News Manager
|
2013-01-28, 17:41:13
I am gonna check it how it works.
My website made with GetSimple CMS is
Arte & Società www.artesocieta.eu An indipendent website about Italian Contemporary Visual Arts
2013-01-28, 20:59:27
I'm sorry Carlos and D.O. , I've added some missing letters and rewritten the header of the file.
Here is the newest release. http://get-simple.info/extend/language/n...-file/579/
no worries, i noticed it. lemme test it again.
My website made with GetSimple CMS is
Arte & Società www.artesocieta.eu An indipendent website about Italian Contemporary Visual Arts
2013-02-03, 21:11:41
Hi,
Thank you for news manager. I didn't find the information in this topic, so maybe every body know that, maybe no. But to fix the problem with the refresh of the sitemap: edit function generate_sitemap() in admin/inc/template_functions.php and add: global $xml, $page; I found this information here: https://github.com/GetSimpleCMS/GetSimpleCMS/issues/363 Regards
2013-02-05, 02:56:12
I've found an issue:
There is a conflict with theme functions getPageContent and returnPageContent, available since GS 3.1. They run the content filter to echo/return their result, same filter used by NM to insert its content. So, if you use any of the functions (e.g. to echo another page's content in the sidebar or something) they echo/return the NM content instead, when the user is in the NM page. (This really isn't a bug. The way NM does was ok for GS 3.0 - it's more of an incompatibilty issue.) I will try to fix this in the News Manager updated version (issue report)
2013-02-05, 03:22:16
It is probably because the slug is always the main page, not the sidebar, so if you call the sidebar as a page, it your plugins sees it as the main slug. It is a bit annoying.
If you need to insert or replace content and not actually do filtering, use the index-pretemplate hook and $content global. Some plugins use filters wrong and are bad examples of patterns. Filter hooks are for filtering data not outputting data.
2013-02-05, 03:38:10
Thanks, that's what I was thinking of (index-pretemplate and $content).
I've just found out how GS Blog does (heh, you did it), I'll probably do it like that.
2013-02-05, 03:54:22
Well I fixed it by wrapping it in output buffering, ideally you would use a variable or returns instead of echoing from every function call or class, but I figured he can rewrite all his code if he wanted, it was a quick solution.
@mvlcek set me straight on this, it took me forever to understand. http://get-simple.info/forums/showthread...retemplate
2013-02-05, 04:10:00
Thanks for the link to mvlcek's post, very interesting!
2013-03-02, 01:43:35
Newbie from Newbury here,
is it possible to/how do I change the order of the news/events on the news/event listing page? Thanks NfN
2013-03-02, 01:58:08
Do you mean sorting posts by ascending date? (instead of blog-style, descending)
It's not possible right now without patching the plugin. I posted a tip for this some time ago: http://get-simple.info/forums/showthread...4#pid28244
News Manager Version 2.2.4 , function nm_list_archives() brings wrong formatted result:
- see here in the sidebar: http://www.landgasthof-neueheimat-hohendorf.de/termine/ M�rz 2013 where to fix? It's this line here in sidebar.php: PHP Code: $title = nm_get_date('%B %Y', mktime(0, 0, 0, $m, 1, $y)); it is the correct month but wrong printout I helped myself using PHP Code: $title = nm_get_date('%m. %Y', mktime(0, 0, 0, $m, 1, $y)); but that is not what I want... using PHP Code: $title = nm_get_date('%b %Y', mktime(0, 0, 0, $m, 1, $y)); is ugly in german ... Cheers, Connie
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
2013-03-23, 01:53:34
Try upgrading to News Manager latest release, and if you still have this issue, please report in the new support thread.
2013-03-23, 02:44:57
Querido Carlos,
todo bien! Juhu, gracias por tu ayuda! Connie
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
2013-04-16, 22:59:57
Can anyone post the link to the documentation?
Hi,
First of all thank you for news manager great plugin but I wonder is there a possibility to display numbers of pages instead of "older posts", "newer posts" ?? Edit: ...so, I made pages numbering. There are many examples of this feature in web and it can be made in diffrent ways but I decide to do it by my own. It's a bit wordy but I wanted to make as least condition checks as posible. Tell me what you thinking about it and keep in mind I'm not php programmer. PHP Code: function nm_show_navigation($index, $total) {
Hello at all,
I have one Question. Is it possible to referencing an Article to read in full as on Facebook? So I mean by the "weiterlesen/read more" instead of clicking at the Title of Article? I do this like this, but how you can see on the follow image, the "link" is in the full news show too, how can i remove this? i add this line PHP Code: # print post data ?> into the site.php, without the "->" and space. Sorry for my bad English, i come from German and i use google-translate, because my english is not the best when I need it spontaneously. Cheers, [/align].eXit.
2013-09-05, 12:04:45
Great!
My website made with GetSimple CMS is
Arte & Società www.artesocieta.eu An indipendent website about Italian Contemporary Visual Arts (2013-09-05, 10:58:12).eXit. Wrote: Hello at all, Hi, why don't you use the updated News Manager? This topic is for the old version which is not supported anymore. However, Carlos has continued development of this very useful plugin (the topic is here http://get-simple.info/forums/showthread.php?tid=3972 ) and there's the "Read More" button already included (in the latest beta version).
Tomáš Janeček - Multilingual personal website powered by GetSimple
» The little I did for GetSimple
2013-09-05, 21:52:42
(2013-09-05, 21:30:24)TeeJay Wrote:(2013-09-05, 10:58:12).eXit. Wrote: Hello at all, Im sorry, i haven't know that. Im realy new at the GetSimple CMS. Thank you for your Information, i will try the beta Versin. Cheers, .eXit.
2013-09-05, 22:03:52
(2013-09-05, 21:52:42).eXit. Wrote: Im sorry, i haven't know that. Im realy new at the GetSimple CMS. You're welcome and you don't have to be sorry at all, this is what the support forum is for
Tomáš Janeček - Multilingual personal website powered by GetSimple
» The little I did for GetSimple
2013-10-08, 22:30:56
Major bug - News manager (2.2.4) always (Fancy URLs disabled!) trying to save slug/url according to header of news, if it non latin it saves as ".xml" and it is unreachable and you can not delete it from admin page. How to force always save slug as number ?
(2013-10-08, 22:30:56)mescaline Wrote: Major bug - News manager (2.2.4) always (Fancy URLs disabled!) trying to save slug/url according to header of news, if it non latin it saves as ".xml" and it is unreachable and you can not delete it from admin page. How to force always save slug as number ? That bug (and some others) have been fixed in the News Manager updated version. Latest stable is 2.4.4 Download: http://get-simple.info/extend/plugin/new...dated/541/ Support thread: http://get-simple.info/forums/showthread.php?tid=3972
2013-12-24, 10:04:09
Hi, I'm new to GetSimpleCms and stuff.
But I think I've found a small problem in NM Plugin. I discovered that if you name News post with non latin letters, there is no name for .xml file in 'data\posts\' and it's messing my posts list a bit. It becomes to impossible edit or delete that post untill you do it manually. Is that confirmed? |
« Next Oldest | Next Newest »
|
Users browsing this thread: 9 Guest(s)