Recent posts

#1
SMF 2.1.x Support / Category displaying issue
Last post by traacker - Today at 06:52:16 AM
I have 3 categories, in each at least 1 board and within each board 1 topic.

Logged in as admin, all are displayed on the first page after the login, as expected.

Any other member login only displays 2 of the 3 categories.

It seems like a permissions thing, but I am going in circles trying to discern the difference in settings between the 3 displayed for admins and only 2 for any other type of member.

Just can not see any difference. It is there but I just can not see it or why.
#2
SMF 2.0.x Support / Re: SMF 2.0.x to 2.1.4 upgrade...
Last post by grega - Today at 02:49:07 AM
Just to try something out, what happens if you modify Subs-Db-mysql.php and add

require_once($sourcedir . '/Security.php');

In the line 705 ?
#3
Modifications and Packages / Re: Optimus
Last post by Bugo - Yesterday at 11:23:03 PM
So, basically, it just decides which queries are going to be in the round chart. The normal (bar) chart only shows the top 30 most popular queries, but the round chart shows the ones that were searched for more than 10 times.
#4
SMF 2.0.x Support / Re: SMF 2.0.x to 2.1.4 upgrade...
Last post by Kindred - Yesterday at 08:16:53 PM
Php 8.0, 8.1 or 8.2

8.3 is not supported yet
#5
Modifications and Packages / Re: Optimus
Last post by davo88 - Yesterday at 07:46:43 PM
@Bugo... this is very nice software. I am new to Optimus and have been using another sitemap mod on 2.0.19. But this week I am converting to SMF 2.1.4, TP 3.0 and Optimus 3.0b. I have found having a sitemap significantly improved the Google crawler results, so am looking forward to learning about and using Optimus' features.

'Enable logging of search terms' is very useful  for understanding users' needs. I am not a coder, but this part looks as though it is designed to limit the display of terms searched to those having > 10 hits under  'Popular search queries'.

$i = 0;[font=Verdana, Arial, Helvetica, sans-serif] $rows = '';[/font]
 foreach (Utils::$context['search_terms'] as $data) {
 if ($data['hit'] > 10) {
 $i++;
 $rows .= '["' . $data['text'] . '",' . $data['hit'] . '],';
 }
 }


What I see listed under 'Popular search queries', is every search term irrespective of the hit count. Is this the intended behaviour?
#6
SMF 2.0.x Support / SMF 2.0.x to 2.1.4 upgrade fai...
Last post by Anarchy - Yesterday at 06:57:49 PM
Everything went well until "Current Table: "log_search_subjects"". I tried over CLI and got error at the same table.

Converting table smf_log_search_subjects to UTF-8...PHP Fatal error:  Uncaught Error: Call to undefined function allowedTo() in /forum/Sources/Subs-Db-mysql.php:708

I have php 7.3. Is that the reason? Do I need to upgrade to 8.3?

#7
SMF 2.0.x Support / Re: fix_packages.php file does...
Last post by Gus A - Yesterday at 08:10:38 AM
Thanks for your insights, folks. I'll update to PHP 8.0 and let you know how it goes! 
#8
Modifications and Packages / Re: Optimus
Last post by @rjen - Yesterday at 06:19:29 AM
Well, I am too lazy to start hunting for changes in the packages. The beta testing is also for your benefit...
#9
Modifications and Packages / Re: Optimus
Last post by Bugo - Yesterday at 05:56:10 AM
This project is open, all changes are available on Github History. I'm just too lazy to spam here about every change :)
#10
SMF 2.1.x Support / Re: Multiple jquery.sceditor.c...
Last post by barry1947 - Yesterday at 04:37:16 AM
Hi shawnb61,
Spot on my friend!!!
Thank you. It worked without me needing to change any code.
Have a wonderful day everyone. You have all helped to make my day better once more.
Thanks to all of you.
Best regards,
Barry.
Advertisement: