MyBB Community Forums

Full Version: Recent Threads On Index [Updated 02-09-21]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
I'll look into it when I get off work.
(2017-03-11, 08:17 AM)andrewjs18 Wrote: [ -> ]noticed a quick annoyance.  not sure if it's a bug or what though..

if you post a thread and then unapprove the thread, the plugin doesn't care and it'll still display it.  I can understand it posting it initially as you have to post a thread before you can unapprove it (I believe), but when the plugin refreshes, it should check the permissions, I'd think, no?

After looking through this, I'm about 99% certain you were logged in as either a moderator or administrator because I cannot reproduce this when I am not logged in.  It doesn't show the unapproved class, which is what I think is causing confusion.  I'll upload a new build that shows the unapproved thread background momentarily.
Why it's not visible at 'Plugin Updates' when this plugin gets new build?
(2017-03-11, 03:21 PM)dragonexpert Wrote: [ -> ]
(2017-03-11, 08:17 AM)andrewjs18 Wrote: [ -> ]noticed a quick annoyance.  not sure if it's a bug or what though..

if you post a thread and then unapprove the thread, the plugin doesn't care and it'll still display it.  I can understand it posting it initially as you have to post a thread before you can unapprove it (I believe), but when the plugin refreshes, it should check the permissions, I'd think, no?

After looking through this, I'm about 99% certain you were logged in as either a moderator or administrator because I cannot reproduce this when I am not logged in.  It doesn't show the unapproved class, which is what I think is causing confusion.  I'll upload a new build that shows the unapproved thread background momentarily.

ah, yes. sorry, I forgot to mention that.
Hello Smile

I'm using this plugin with Rush theme (a child theme) but nothing is displayed, I've tried with Default theme, it doesn't work Sad
Any help :'(
Is the latest download i check it for a friend today and i see there are some few details to work with but all of them are easier to fix, but i add some things for that buddy so yes mod have some errors.

1.- Templates are not loaded due a missing val inside $sid with ' there is no necesary to adf that only var must be enought and i change some other things but that is the most important due system wasn't load templates needed.

I think that is the most important thing at least in last revision of the plugin. I din't knoe this mod, so i am not sure if previews have the same issue by the way.
(2017-03-12, 12:22 PM)myinnershelf Wrote: [ -> ]Hello Smile

I'm using this plugin with Rush theme (a child theme) but nothing is displayed, I've tried with Default theme, it doesn't work Sad
Any help :'(


Open the index templates and make sure there is the following code in it:
<div id="recentthreads">{$recentthreadtable}</div>

Also make sure on that same template that just below {$headerinclude} you put {$recentthread_headerinclude}.
I deactivated it today to see if issue I am experiencing today is caused by this plugin. After deactivation nothing happens when I activate it again - simply its not shown in index and I noticed Recent Threads Templates are empty.

So yeah I am back to version 11.
yes that is what i try to explain.

And i let you know what to do. Because templates are not created due an error in code so when you try to call it never arrives. Because templates are empty.

Change the value as i said and should work but even there are some lesser errors in plugin and they are easy to fix it.
(2017-03-13, 08:30 PM)Dark Neo Wrote: [ -> ]Change the value as i said and should work but even there are some lesser errors in plugin and they are easy to fix it.

It would be nice if you can tell us what is broken and what needs to be fixed... specify issue and how to reproduce, I think that it is better than just write - it is broken but the fix is easy - so what is broken?

It will be much easier to fix these issues if you report them to @dragonexpert. Thank you very much
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42