2020-10-08, 05:58:59
Do you also have the I18N plugin?
News Manager (updated)
|
2020-10-08, 05:58:59
Do you also have the I18N plugin?
2020-10-08, 21:39:12
2020-10-09, 05:25:40
That plugin works in a way that doesn't let News Manager insert its posts in the Sitemap.
A possible patch here: http://get-simple.info/forums/showthread...5#pid47765
2020-10-09, 16:23:35
(2020-10-09, 05:25:40)Carlos Wrote: That plugin works in a way that doesn't let News Manager insert its posts in the Sitemap. THX for the hint.
2020-10-10, 01:02:42
Hi Carlos,
some days ago I found a problem with my sitemap.xml: http://get-simple.info/forums/showthread...0#pid70260 Now I remembered these things you recommended to bring newsmanager posts into the sitemap: http://get-simple.info/forums/showthread...4#pid47934 and http://get-simple.info/forums/showthread...5#pid47765 This works fine now, but perhaps there is a context with my new problem: not actualizing the lastmod date. Perhaps you can help me with the sitemap problem? I cannot remember if there always was a problem with the lastmod date, in normal pages and news manager pages. My plugin versions are (the newest, I suppose) I18N Base an I18N: Version 3.3.1 News Manager (updated): Version 3.6 News Manager Addons: Version 0.9.5 Changes in normal pages result in a new lastmod date, when I delete the sitemap file and create a new one. Changes in news manager post pages do not. Thank you very much. Hypertexter
2020-10-10, 06:34:33
lastmod is not currently supported in News Manager posts. Still in the to-do list (#43)
2020-10-10, 23:30:04
OK thats a good reason for no lastmod in news manager pages.
Do you have an idea what could be the reason for my problem with normal pages? Why I have to delete sitemap file to get the lastmod date updated? Thank you, Hypertexter
2020-10-16, 21:55:31
Hi and thanks for this amazing plugin
I have 2 little problems: 1) Site has 2 blogs. I use news manager clones. I also use Grid Me BS4 plugin. For some reason grid me bs4 editor styles won't work on news manager editor. Any ideas where I could change styles for news manager editor? 2) Since I have 2 blogs, the non-clone version of news manager works fine with Responsive file manager. Clone doesn't. Is there some place I could activate it for clone also? Then one thing: Can I create clone from news manager myself somehow? Thanks
2021-02-04, 01:02:44
(2020-10-16, 21:55:31)acenda Wrote: Hi and thanks for this amazing plugin Since you are using New Manager clones, I have a question: are your posts for NM clones setup like this and working? <?php nmclone1_post_image_url(500,375,1); ?> <?php nmclone1_set_custom_offset(0);?> <?php nmclone1_set_custom_maxposts(1)?> <?php nmclone1_set_custom_excerpt(70); ?> <?php nmclone1_custom_display_recent(' ','Tag');?> the only function that is working for me on the clones of News Manageer is nmclone1_list_recent() when used alone. The other ones don't work.
2021-03-19, 04:48:23
News Manager does not work on a server with php 8.
Some error warnings PHP Code: Deprecated: Required parameter $archive follows optional parameter $tag in C:\htdocs\testsite\plugins\news_manager\inc\site.php on line 73
2021-05-25, 22:44:21
I would like to know the php code on this site "https://fritzsalzmann.com/blog/".
Did you figure out the php code?
2021-11-04, 18:21:51
(2021-02-04, 01:02:44)krlllo Wrote:(2020-10-16, 21:55:31)acenda Wrote: Hi and thanks for this amazing plugin Sorry for late answer. No its not working properly. If i change settings in one clone, it changes settings of another. I made it as basic as possible and "got it working" somehow.
2022-04-25, 02:04:09
(This post was last modified: 2022-04-30, 19:24:51 by orangejuicebiscuits.)
Has anyone already made a fixed version for PHP 8? Would be very great.
For me it was only necessary to remove "&& count($translit>0)" in news_manager/inc/functions.php and to change $posts = array_slice($posts, 0, $NMRECENTPOSTS, true); in news_manager/inc/sidebar.php:18 to $posts = array_slice($posts, 0, (int)$NMRECENTPOSTS, true);
2022-07-18, 06:34:10
is there a conditional snippet if normal regular GS page (not news page) do this?.
2022-09-27, 06:19:59
2022-10-01, 02:16:42
Hi,
I'll see if I can patch NM for php8.
2022-10-01, 02:19:27
2022-10-03, 05:11:49
Changed 4 files in folder news_manager/inc (attached)
Replace them and please let me know if it works, or if there's anything else to fix for php8 compatibility. This is for NM 3.6 - if you are using 3.7 beta let me know (or get it from the github dev repo)
2022-10-26, 23:03:08
(2022-10-03, 05:11:49)Carlos Wrote: Changed 4 files in folder news_manager/inc (attached) Hi Carlos, Hi, I am testing NM with php8.1, with 'nm-3.6-patch-php8'. I found a bug, namely if in settings 'Posts on News Page are shown as:' set 'Full text' it is Ok, but if active is 'Excerpt' not display any thing. Could you fix it please.
2022-10-27, 02:53:49
(2022-10-26, 23:03:08)tomkow Wrote: Hi, I am testing NM with php8.1, with 'nm-3.6-patch-php8'. Try with this patch and let me know if it works. The only file that has changed since the previous patch is news_manager/inc/functions.php
2022-10-28, 00:09:48
(2022-10-27, 02:53:49)Carlos Wrote:(2022-10-26, 23:03:08)tomkow Wrote: Hi, I am testing NM with php8.1, with 'nm-3.6-patch-php8'. Boss! Working very well - thanks!
2022-11-17, 07:47:35
Thanks a lot! The php8 patch is working fine
2022-12-18, 06:37:54
Thank you both for reporting.
Just uploaded NM version 3.6.1 to Extend with those changes.
2022-12-22, 06:39:53
(2022-12-18, 06:37:54)Carlos Wrote: Thank you both for reporting. Carlos still not working 'Post options > Select file' and go to any subfolder to pick a picture - no display! I solved to modify 'filebrowser.php' and put (array) in several places. if (count((array)$filenames) != 0) { foreach ((array)$filenames as $file) { Tom
2022-12-30, 08:23:42
(2022-12-22, 06:39:53)tomkow Wrote: Carlos still not working 'Post options > Select file' and go to any subfolder to pick a picture - no display! Actually it is a bug in GetSimple. It can be fixed by editing admin/inc/basic.php, and at the end of function subval_sort (around line 200), change:Code: return $c; Code: return $c; Alternatively, if you prefer to patch News Manager with a workaround, edit news_manager/inc/browser/filebrowser.php and change every occurrence of: subval_sort by (array)subval_sort (there are 4).
|
« Next Oldest | Next Newest »
|