Search found 53 matches
- Tue Apr 20, 2021 12:36 am
- Forum: Development
- Topic: Feature Request og:image
- Replies: 1
- Views: 31
Feature Request og:image
Hey, like to request automatic including of meta tags for og:title, og:image, og:description these are used by facebook, and as much as I detest that place, millions don't. This allows a proper formatting when sharing links, apparently. Also Twitter expects certain tags as well, "WordPress social sh...
- Fri Apr 09, 2021 1:16 pm
- Forum: Plugins
- Topic: Over ride plugin value
- Replies: 1
- Views: 127
Re: Over ride plugin value
hrmmm, just updated a post and it now says correctly, Related Articles, but others don't, I gather this field is stuffed into the database, actually just loaded another article and clicked save and it too changed, so this is field can't be globally overriden by the custom define - unless you want to...
- Fri Apr 09, 2021 7:20 am
- Forum: Plugins
- Topic: Over ride plugin value
- Replies: 1
- Views: 127
Over ride plugin value
Hey all The related links plugin shows Related Links: I want to change this to Related Articles I've set @define('PLUGIN_EVENT_RELATEDLINKS_LIST', 'Related Articles'); in /blogsrootpath/serendipity_config_local.inc.php yet it does nothing, in fact changing that line in the en_ lang file, also does n...
- Sun Feb 07, 2021 1:57 am
- Forum: General discussions
- Topic: quick goto page selector
- Replies: 7
- Views: 596
Re: quick goto page selector
Ahh yes that's a better way to go, ok I'll give it a try next week, and if I hit hurdles I'll let you know.Don Chambers wrote: ↑Sat Feb 06, 2021 5:51 amYou can fork a local copy of whatever theme you are using and make changes there without losing the original theme. Let us know if you need assistance doing that.
thanks.
- Thu Feb 04, 2021 1:54 pm
- Forum: General discussions
- Topic: quick goto page selector
- Replies: 7
- Views: 596
Re: quick goto page selector
Hi Don,
Yes it was bulletproof we used to use, now using 2k11, might give it a whirl sometime but knowing me i'll end up breaking it
I do love my backups tho haha
Yes it was bulletproof we used to use, now using 2k11, might give it a whirl sometime but knowing me i'll end up breaking it

- Tue Feb 02, 2021 1:43 am
- Forum: General discussions
- Topic: quick goto page selector
- Replies: 7
- Views: 596
Re: quick goto page selector
Hi Onli,
Thanks, I used to use bulletproof I think it was, but are now using 2k11, I'll have a look for pagination
cheers
Thanks, I used to use bulletproof I think it was, but are now using 2k11, I'll have a look for pagination
cheers
- Mon Feb 01, 2021 3:44 am
- Forum: General discussions
- Topic: quick goto page selector
- Replies: 7
- Views: 596
quick goto page selector
In a time and theme version gone by, at the bottom of the page there was ability IIRC through a plugin, to have a quick go-to page number, but all i can get now is <<previous Page 2 of 7, totaling 32 entries next >> but i'm sure the previous old theme/version/plugin had a dropdown on the "2" listing...
- Mon Dec 28, 2020 4:11 am
- Forum: Bugs
- Topic: serendipity_event_spamblock_rbl working?
- Replies: 8
- Views: 786
Re: serendipity_event_spamblock_rbl working?
Okay. Is that a modification we need to add to serendipity itself? We bundle the lib, theoretically we can patch it, though it's something to be avoided since it makes upgrading the lib more difficult. It might be easier to include a dummy resolv.conf using - as much as I despise them, and dont use...
- Sun Dec 27, 2020 12:51 pm
- Forum: Bugs
- Topic: serendipity_event_spamblock_rbl working?
- Replies: 8
- Views: 786
Re: serendipity_event_spamblock_rbl working?
Read access? That would not be crazy for a DNS related module, would it? I know its poor mans security, but we do use php's openbase to lock down vhosts to their own webroots, give them read access to /etc and they have half the keys to the kingdom, fairly negligible risks until someone screws up t...
- Sun Dec 27, 2020 9:00 am
- Forum: Bugs
- Topic: serendipity_event_spamblock_rbl working?
- Replies: 8
- Views: 786
RESOLVED Re: serendipity_event_spamblock_rbl working?
OK, problem solved
bundled-libs Net DNSBL is expecting to access /etc for resolv.conf
... yeah, like hell that's happening
I modified bundled-libs/Net/DNS2.php to set a local resolv.conf in blogs web root
So its really that module at fault, not Serendipity.
bundled-libs Net DNSBL is expecting to access /etc for resolv.conf
... yeah, like hell that's happening

I modified bundled-libs/Net/DNS2.php to set a local resolv.conf in blogs web root
So its really that module at fault, not Serendipity.
- Sun Dec 27, 2020 8:30 am
- Forum: Bugs
- Topic: serendipity_event_spamblock_rbl working?
- Replies: 8
- Views: 786
Re: serendipity_event_spamblock_rbl working?
Hi Noelb Awesome that you could confirm that. I don't think that the plugin is widely used, we usually recommend to run the default spamblock plugin together with spamblock_bee and spamblock_bayes. But of course the rbl plugin should work as well. https://github.com/s9y/additional_plugins/blob/mast...
- Sun Dec 27, 2020 8:25 am
- Forum: General discussions
- Topic: Globally disable comments
- Replies: 8
- Views: 2720
Re: Globally disable comments
I never paid attention to the wordfilters because trying to keep up with spam that way is futile anyway. But the trackback IP validation and captcha work (though captcha isn't quite effective). Most spam is caught by BEE Honeypot, then some by Protector and the rest by Bayes (catching also all set ...
- Sat Dec 26, 2020 4:10 am
- Forum: General discussions
- Topic: Globally disable comments
- Replies: 8
- Views: 2720
Re: Globally disable comments
There is, in plugin Spam Protector (serendipity_event_spamblock), Emergency comment shutdown. Along with the rbl version, I'm not so sure that plugin works either, I have foo;\.ru;more_foo in url and comments section and they still get through, just like the rbl plugin doesnt check rbl's. ... OK th...
- Fri Dec 25, 2020 3:34 pm
- Forum: General discussions
- Topic: Globally disable comments
- Replies: 8
- Views: 2720
Re: Globally disable comments
3 years late to this party, but I think there should be an emergency disable all comments setting, for blogs under heavy spam attack
- Fri Dec 25, 2020 1:42 am
- Forum: Bugs
- Topic: serendipity_event_spamblock_rbl working?
- Replies: 8
- Views: 786
Re: serendipity_event_spamblock_rbl working?
well ive confirmed it, I put my own IP's in a local rbl and was not checked
this plugin is definitely broken
this plugin is definitely broken