Hi In frontpage have this Popular Upcoming Latest All Best from: Can't find anything here? Try the following filters to extend your search Popular Latest Upcoming All You can also add new posts to this section here How to show latest posts?
in dashboard / Plugin Settings / Bookmarking: you should change page type to show as default "latest"
Take a look I did what you said, but not work enter here >>> elefantelinks.com after enter here >>> elefantelinks.com/latest
If you haven't made any changes to the code, I'm guessing the problem is plugin order. When you go to the home page and then click latest, this appears in the URL: http://elefantelinks.com/latest/category//. So the first suggestion is to confirm your plugin order is correct (and, if it isn't, move them to the correct order).
Did you just upgrade any plugins? Perhaps one of the recent upgrades has a bug. If you didn't recently install any upgrades, please check the plugin order.
Did you verify the plugins are in the correct order? @shibuya246, would you mind updating this page please to show the correct order?
@shibuya246: problems like this suggest the automatic reordering function isn't always running. You might consider running this after every plugin action, no matter what. It's not clear why the plugins continue to get out of order, but they obviously are.
Oh God I am tired CSRF error. Please try again. to submit posts How to fix this many erros about CSRF?
I understand this is frustrating and it's been discussed often. The problem likely has to do with Javascript on the page reinitializing the CSRF code. To remove the specific check (even though it increases the security risk), you can comment out the CSRF code by replacing lines 529-536 of /plugins/submit/libs/SubmitFunctions.php with: Code: /* if (!$h->csrf('check', 'submit2') && !$h->csrf('check', 'submit3') && !$h->csrf('check', 'edit_post')) { $h->messages[$h->lang['error_csrf']] = "red"; $error_csrf = 1; } */
Only experts to make this http://forums.hotarucms.org/threads/roadmap-version-1-8.7578/page-20#post-22855 remove code in /plugins/submit/libs/SubmitFunctions.php is a risk yet
If error CSRF is shown while plugin settings are being saved, i click on/off plugin and error doesn't appear.
I noticed when I changed bookmarking settings to "latest" as the default, the page title went off. I had to change the bookmarking.php file to show the site name. .../content/plugins/bookmarking/bookmarking.php line 278 case 'latest': $h->pageType = 'list'; // $h->pageTitle = $h->lang("bookmarking_latest"); $h->pageTitle = ($h->home == 'latest') ? $h->lang("bookmarking_site_name") : $h->lang("bookmarking_latest");