Search found 287 matches

by v12mike
Mon Feb 12, 2024 7:16 pm
Forum: Extensions in Development
Topic: [3.2][3.3][BETA] Image Redirect
Replies: 50
Views: 16673

Re: [3.2][3.3][BETA] Image Redirect

Is it possible to use an external service to save images instead of locally on the server. Maybe Dropbox or googledrive or oneDrive? Not with the current version. Whatever storage is used, it would be necessary to have a simple algorithm to look up the image address from the file name, which is the...
by v12mike
Wed Apr 27, 2022 1:34 pm
Forum: Abandoned Extensions
Topic: [ABD] [DEV] Post Love
Replies: 806
Views: 186913

Re: [ABD] [DEV] Post Love

Which version of phpBB and which version of Post Love?
by v12mike
Sun Nov 28, 2021 3:16 am
Forum: Wanted!
Topic: Extension for bookmark function (folders)
Replies: 9
Views: 2151

Re: Extension for bookmark function (folders)

I have previously considered adding this functionality (I am too busy now). I would suggest building on the https://github.com/AlexSheer/phpbb3.1-PostBookmark extension which bookmarks posts rather than topics. My fork of it is https://github.com/v12mike/postbookmark, I have not updated it recently,...
by v12mike
Sat Sep 18, 2021 7:22 pm
Forum: Wanted!
Topic: i want farm style for my farmer forum
Replies: 8
Views: 3654

Re: i want farm style for my farmer forum

You did say "simple"... Take a look at we_univesrsal style/.

It is a simple style to which you can add your own banner image.

You may get some ideas form sites already using the style.

And its free.
by v12mike
Mon Jan 18, 2021 8:16 pm
Forum: Wanted!
Topic: Need mod/script/extension created to download all-non local images and save/link from local server
Replies: 11
Views: 1964

Re: Need mod/script/extension created to download all-non local images and save/link from local server

In designing this type of feature, the first decision that needs to be made is whether to permanently rewrite the links in the posts table in the database, or rewrite them when posts are read. I chose the latter solution as being the safest and least likely to break future phpBB upgrades. Having mad...
by v12mike
Sun Jan 17, 2021 8:01 pm
Forum: Wanted!
Topic: Need mod/script/extension created to download all-non local images and save/link from local server
Replies: 11
Views: 1964

Re: Need mod/script/extension created to download all-non local images and save/link from local server

You might want to look at my image redirect extension and image harvesting scripts. viewtopic.php?p=15094986#p15094986

I may be available to do paid customisation.
by v12mike
Thu Jul 09, 2020 10:31 pm
Forum: Extensions in Development
Topic: [3.3][ALPHA] Meta-CAPTCHA extension
Replies: 2
Views: 529

Re: [3.3][ALPHA] Meta-CAPTCHA extension

Known issues I will update this post as issues are raised and solved. You may see that in the ACP configuration pages of some CAPTCHA plugins that some language strings are incorrectly loaded from a different CAPTCHA plugin (e.g. if the derky/sortables CAPTCHA is installed, the Q&A CPATCHA has ...
by v12mike
Thu Jul 09, 2020 10:21 pm
Forum: Extensions in Development
Topic: [3.3][ALPHA] Meta-CAPTCHA extension
Replies: 2
Views: 529

Re: [3.3][ALPHA] Meta-CAPTCHA extension

Installation and configuration Multi-CAPTCHA is installed in the same way as other extensions by unzipping the file tree into the directory ext/v12mike/metacaptcha/ the extension is enabled in the normal manner in the ACP CUSTOMISE tab. Configuration is done through the ACP 'GENERAL' tab ->'Spambot...
by v12mike
Thu Jul 09, 2020 10:19 pm
Forum: Extensions in Development
Topic: [3.3][ALPHA] Meta-CAPTCHA extension
Replies: 2
Views: 529

[3.3][ALPHA] Meta-CAPTCHA extension

A CAPTCHA plugin for phpBB which enables multiple other CAPTCHA plugins to be simultaneously active. Having tried a few of the available CAPTCHA plugins for phpBB, I found that none are perfect, but different CAPTCHA types have different strengths. For example, reCaptcha is fairly good at keeping o...
by v12mike
Tue Jun 02, 2020 8:17 pm
Forum: [3.2.x] Support Forum
Topic: Module MCP_QUEUE does not exist, what to do?
Replies: 2
Views: 724

Re: Module MCP_QUEUE does not exist, what to do?

I know it is far to late to help the OP, but for people who get here by searching on the same problem, I came against the same issue while upgrading a forum from 3.0.14. The fix for me was to add a new record to the phpbb_modules table with the values: module_id:141 module_enabled:1 module_display:1...
by v12mike
Fri Apr 24, 2020 7:53 pm
Forum: Abandoned Extensions
Topic: [ABD] [DEV] Post Love
Replies: 806
Views: 186913

Re: [DEV] Post Love

I think that the code you are looking for is in:
anavaro\postlove\controller\ajaxify.php
and
anavaro\postlove\styles\all\template\js\lover.js
by v12mike
Thu Apr 23, 2020 7:47 pm
Forum: Abandoned Extensions
Topic: [ABD] [DEV] Post Love
Replies: 806
Views: 186913

Re: [DEV] Post Love

Hi, I would like to use PostLove for something a little bit different, can you help me to make the mod ? Current operation When you clic on the heart : it becomes transparent and the counter is incremented If you click again the counter is decremented and your heart becomes full red if somebody els...
by v12mike
Thu Apr 23, 2020 7:15 pm
Forum: Abandoned Extensions
Topic: [ABD] [DEV] Post Love
Replies: 806
Views: 186913

Re: [DEV] Post Love

Which version of post love are you currently using?
by v12mike
Mon Apr 20, 2020 10:02 am
Forum: Abandoned Extensions
Topic: [ABD] [DEV] Post Love
Replies: 806
Views: 186913

Re: [DEV] Post Love

yusufemird wrote: Sun Apr 19, 2020 9:28 pm Where can I edit this place?

Screenshot_20.png
If you install the lastest version from github https://github.com/satanasov/postlove, you get the option to move the like button to the top of the post, where it doesn't conflict with anything.
pl_button.png
by v12mike
Fri Feb 21, 2020 8:10 am
Forum: Extensions in Development
Topic: [3.2][3.3][BETA] Image Redirect
Replies: 50
Views: 16673

Re: [3.2][3.3][BETA] Image Redirect

Update: running Go-Camo instead of the Atmos Camo on Node.JS is working flawlessly. I have full SSL running on a test site in Windows 10 with IIS10 and there are not mixed content warnings. 8-) With this, I now finally have the confidence to convert my site to HTTPS. Once I tune the operation of Go...

Go to advanced search