bymiki
Forum Replies Created
-
Forum: Plugins
In reply to: [ActivityPub] WebFinger errorI feel like an elephant in a glass shop
Forum: Plugins
In reply to: [ActivityPub] WebFinger errorOk, let me know if you need to test something else on mi website. It is just a test-site, so if you want to have user credentials to access the wordpress background I have no problem to give you..
Maybe you can try throught Siteground twitter profile? https://twitter.com/SiteGround
Forum: Plugins
In reply to: [ActivityPub] WebFinger errorHi Matthias,
This is my website: https://viajeros.social/author/viajerosadmin357qw/
I am not sure what is the webfinger ID, but the url includes the username.
Thanks Hristo
Forum: Plugins
In reply to: [BBQ Firewall – Fast & Powerful Firewall Security] Compatibility php 7.1Thanks for your answer Jeff.
Apparently there are so many false positives with SG Optimizer plugin. I have already open a new topic to inform about this: https://www.ads-software.com/support/topic/php-false-positive-block-bad-queries-plugin/Regards,
Sorry, moved to a new topic
- This reply was modified 6 years, 8 months ago by bymiki.
Forum: Reviews
In reply to: [Front-end Editor for WordPress] Great, but have some bugsIf you need, I can help you testing new code.
Forum: Plugins
In reply to: [Achievements for WordPress] Plugin is 2 years old, is it safe to download?Hi alexmmo,
The plugin is working fine with last versions of wordpress, buddypress and bbpress. But is no longer supported by his developer. By definition, a plugin without support is not really secure.
Regards
Forum: Plugins
In reply to: [Achievements for WordPress] Self-governed achievementsHi icewater 74,
The only way is to set up “Awards” for each achievement and the users will get it typing the redemption code.
Alternatively you can create custom forms for any “Award” writing yourself the redemption code. This is a hard way to do it, but more user friendly:<form role=”search” method=”post” id=”dpa-redemption-form”>
<label for=”dpa-redemption-code”>Achievement-1:</label>
<input id=”dpa-redemption-code” name=”dpa_code” value=”THE-REDEMTION-CODE-1″ type=”hidden”/>
<input id=”dpa-redemption-submit” value=”Get Karma” type=”submit” />
</form>Regards
Forum: Plugins
In reply to: [Achievements for WordPress] Change the word "Karma"Hi delibob,
You have to modify the translation file: dpa.po1.- You will need a po files editor: https://poedit.net/
2.- Download dpa.po file you will find in the achievements plugin folder wp-content/plugins/achievements/dpa.po
3.- Open it with po files editor and modify all words you need. In this case “Karma” word
4.- Save your new file and upload.Regards
Forum: Plugins
In reply to: [Achievements for WordPress] TranslationsHi scketer,
Not sure if I understood what you did?
You only have to change the text inside <?php _e(‘ ‘);?>For example:
<h1><?php _e( ‘Achievement Unlocked’, ‘dpa’ ); ?></h1>
to
<h1><?php _e( ‘TEXT YOU WANT’, ‘dpa’ ); ?></h1>and for the second line of popup:
<?php
// translators: “{{ data.title }}” will be replaced with the name of the achievement; leave this bit exactly as is.
_e( “Hey, you’ve unlocked the “{{ data.title }}” achievement. Congratulations!”, ‘dpa’ );
?>to
<?php
// translators: “{{ data.title }}” will be replaced with the name of the achievement; leave this bit exactly as is.
_e( “TEXT YOU WANT “{{ data.title }}” TEXT YOU WANT!”, ‘dpa’ );
?>Not modify nothing else of the original file.
Sorry if I have confused you.
regardsForum: Plugins
In reply to: [Achievements for WordPress] TranslationsHi scketer,
Yes, this is a Known bug.
To solve this you have to modify directly the file: feedback-notifications.php. You will find it inside the Achievements plugin folder: wp-content/plugins/achievements/feedback-notifications.php1.- Create a new folder inside your active theme folder and name it “achievements”. Like this: wp-content/themes/your-active-theme/achievements/
2.- Copy and paste the original file feedback-notifications.php inside the folder. Like this: wp-content/themes/your-active-theme/achievements/feedback-notifications.php
3.- Modify this lines:
<h1><?php _e( ‘Achievement Unlocked’, ‘dpa’ ); ?></h1>
and
<?php
( “Hey, you’ve unlocked the “{{ data.title }}” achievement. Congratulations!”, ‘dpa’ );
?>Regards
Forum: Plugins
In reply to: [Achievements for WordPress] TranslationsHi Scketer,
1.- You will need a po files editor: https://poedit.net/
2.- Cretate a new .po file based on dpa.po you will find in the achievements plugin folder wp-content/plugins/achievements/dpa.po
3.- Saved your new file as dpa-pt_PT.po and upload as child translation in folder wp-content/languages/plugins/dpa-pt_PT.poRegards
Forum: Plugins
In reply to: [Achievements for WordPress] Can I add a particular category for this code?Not sure but try adding this:
‘cat’ => 5,// use category id
Sources:
https://codex.www.ads-software.com/Class_Reference/WP_Query
https://www.billerickson.net/code/wp_query-arguments/Forum: Plugins
In reply to: [Achievements for WordPress] Paid / Pro VersionWell, I really think this is very interesting, so maybe we can start to discuss how will we do it. I vote to request something such simple as is possible. Just to keep alive the plugin. This is the minimum I think we must to looking for:
Minimum basis of request:
– 12 months support and updates for new versions of wordpress and other currently supported plugins (Bbpress, BuddyPress, BuddyStream, coursewa.re, Invite Anyone, WP e-Commerce, and WP-PostRatings)– 100% compatible with the current plugin. No need to use another plugin to import / export.
– Upload the new version to the official www.ads-software.com repository under GPLv3 license https://www.gnu.org/licenses/quick-guide-gplv3.html. (In case we have to find another developer in the future, we can begin the work done by the previous developer)
– The main objective is to keep alive the plugin as it is now. Any user may later propose new features, compatibility with other plugins, etc and will depend developer if it does or not
What do you think?.