linickx
Forum Replies Created
-
Forum: Plugins
In reply to: [phpbb_recent_topics] phpbb_recent_topics no forum style css on linkreplace
<link href="./styles/mytheme/yourstyle.css" rel="stylesheet" type="text/css" />
with
<link href="https://www.example.com/styles/mytheme/yourstyle.css" rel="stylesheet" type="text/css" />
HTH
Hello,
I’d be very happy to include any code/patch submissions from the community to help achieve this.
Kind Regards,
NickHello,
The plugin was tested on 3.3 .. not 3.3.1 …it *should* work, but I will take a look ??
(I’ve not tested it against buddy press)
Cheers,
NickHello Mark,
They are using the same database but for development purposes sharing the same db user.
I therefore thought it would be simple to configure.
I agree, in this configuration it should “just work”, is there anything in your apache error_log that may be of use?
Cheers,
NickIt’s fixed in the development version by commit 436028.
Hello,
Please can you explain further?
Would you not be better off using the WordPress standard tools?
(1) Create a link category of “highlighted phpbb threads”
(2) Add three or four links to that category, which you manually add to over time.
(3) Use the built-in links widget to show only the “highlighted” category.Kind Regards,
NickForum: Plugins
In reply to: [phpbb_recent_topics] [Plugin: phpbb_recent_topics] phpbb MySQL ServerThanks.
I’ve tagged this with w3-total-cache so that others can find your solution.
rgds,
NickForum: Plugins
In reply to: [phpbb_recent_topics] [Plugin: phpbb_recent_topics] phpbb MySQL Server^^ that file is …../public_html/phpBB3/config.php
Forum: Plugins
In reply to: [phpbb_recent_topics] [Plugin: phpbb_recent_topics] phpbb MySQL ServerPRT will add about 4 queries each time it is called.
I don’t use W3, from reading their features page I can guess that for W3 to have any benefit with PRT you would need page caching enabled and to have PRT setup in secure mode (to use their DB object cache within the WP DB Object).
I’ve not had any other reports of significant slow down; if you are on a VPS/AWS style host I assume you are monitoring your %steal or have used something like mysqltuner.
If you have a patch to speed up the plugin, I’d be happy to implement it.
rgds,
NickForum: Plugins
In reply to: [phpbb_recent_topics] [Plugin: phpbb_recent_topics] phpbb MySQL ServerHello,
On my forum config it says,
phpbb MySQL Server = localhost
Is that corrrect?
Yes.
my website have become super slow.
Do you have some kind of WP caching (memcache / wp-super-cache / etc) ?
Have you exceeded the mem / cpu limits of your host?rgds,
NickHello,
It’s the news feed failing.. probably due to my server being down.
It’s already fixed in the trunk (#1370) will be fixed in the next release… whenever I get round to that ??
Forum: Plugins
In reply to: [phpbb_recent_topics] [Plugin: phpbb_recent_topics] phpbb2 troubleAll sounds right… just to check that you’ve disabled any kind of WP cachine plugins after removing
WHERE TOPIC APPROVED
?TBH: I haven’t performed any testing in phpbb2 as there isn’t much demand ??
As a temporary measure you could try the insecure mode, not that I recommend it as a perm fix, but it would help prove if table permissions was the issue.
I hope that helps,
Kind Regards,
NickForum: Plugins
In reply to: [phpbb_recent_topics] [Plugin: phpbb_recent_topics] Links, cookies, log inHello,
When you entered the phpbb forum URL in the dashboard, did you forget the https:// ??
if you enter usbb.us then the plugin will generate a relative link of https://pindosiya.com/usbb.us but if you enter https://usbb.us then you will have an absolute link.
Cheers,
NickHello,
You could try adding this to your themes page/post templates…somewhere ??
<?php if (function_exists('phpbb_topics')) { phpbb_topics(); } ?>
HTH
You’re the first to ask, I’m happy to consider your request as pretty links make sense.
I’ve created ticket 1391 so that I don’t forget.