Forum Replies Created
-
Thanks Robin for the answer! It works like a charm!
Complete Recipe for the Community – now there is everything to fine-tune the experiment – to open the reception of anonymous messages.
This topic☝️ and this topic 👉🏻 https://bbpress.org/forums/topic/remove-e-mail-field-from-form-anonymous/ will help you.You will also need a moderation tool, since spam will immediately as cornucopia.
Dont to dig into a heap of spam for catching valuable messages: push Google captcha. It’s all!PS – I don’t understand why Google captcha will not be put on this forum? There would be less spam))
There was an idea to close the topic-form for anonymous users.
But maybe – the other way is better?In reply to: Font in Drop down box is too bigYou need to change the frames for the new font size, it looks like?
Ou – you installed bb style pack. The author would say better – Robin, probably)
In reply to: Remove e-mail field from “form anonymous”Thanks for the detailed answer! It works )))
..I aspire a universal solution now (for a wp and bb) – apparently need to act separately
In reply to: Font in Drop down box is too bigAny free image hosting (or a pic from your site) – link here
In reply to: Font in Drop down box is too biggive a screen of the problem and a link
In reply to: Font in Drop down box is too bigIt usually works. Did you delete the cache?
In reply to: Remove e-mail field from “form anonymous”Hola!
Someone knows the full code for bbpress – remove the site field in anonymous form?I’ve tried something like this (for the whole WP) but it doesn’t work
function remove_url_from_comments($fields) { unset($fields['url']); return $fields; } add_filter('comment_form_default_fields', 'remove_url_from_comments');
Thank!
In reply to: Custom Role not working..perfectly!
phs 4 sharingIn reply to: Approve new user by add-code in function.phpOn some of my sites I use wp.org/plugins/user-registration/ but it slows things down it seems to me.
This not critical For other sites, but bbpress is lively and loads not fast. So I wanted to try something new.On an empty bbpress I have a letter about registration of a new user. It remains only to freeze this registration for approval by the moderator, put a flag and send a confirmation email.
Maybe someone Who was doing this via functions.php? :)))Apparently it’s a blog-type queue. There is a queue by the fresh date when the post was written.
And how want you – by the most recent topic or the most recent comment?
In reply to: Language doesn’t updateI m using the Loco plugin for translation – there you can insert new words that are not in the 100%-translation list.
In this case, if these words are not important to you, prohibit through css
display: none
Transferred the large Drupal6 forum to the bbp – 1.5GB dump – set the maximum memory limit on the server, transferred it in parts separately – users, topics, answers, etc.
It turned out the third time, about 4 hours of pouring. Used Ngnix – Apache could not pull.Try – and gradually you will succeed ))
In reply to: Language doesn’t updatecan to screen the problem?
In reply to: Language doesn’t updateThe translation you are using – how much is it completed?
Translation in the lables – are you sure that this is a bbp and not another plugin or theme?In any case, you can use ftp-search to determine these words come from.
very cool ))
yep, 4 example
In reply to: Looking for a plugin to edit/change authorI don’t see any point in this plugin – you can rename the authors of topics and answers through standard editing. You need to know the ID of the new author.
Mass renaming is best done through deletion, as described by Robin above.
In case of your “mistake”: get yourself a new account, and after cover the old one with a new alias on top, Archivist for example. Thus, you will have a new, exactly the same account, empty, and the old one under the new alias Archivist with the lost authors texts.
The easiest way is to install the GD attachments plugin – and in the settings note something like
a class = ”my-class” rel = ”prettyPhoto”
In addition, your WP must have a lightbox mechanism on board – there are many lightbox plugins in the repository. This script will to command light box style when you click on the picture.But I went the other way – I added a class with a new relay through the filters – and the lightbox mechanism is already built into my bbp-theme. This also works.
In reply to: change styling if freshness less than 24 hoursSupplement about setting the time.
If you do not live in London, you need to add or subtract the number of hours in accordance with your time zone. Then get exactly 24 hours indentation.In reply to: change styling if freshness less than 24 hoursSo, the final css looks like this (you must put “a”)
#bbpress-forums .bbp-topic-freshness .dayfresh a { background-color : #f4ffe8 ; border: 1px dashed; color: #475656; }
also 86400 looks a lot – captures the 2nd day. Perhaps need to set 23 hours. But these are little things ))
Thanks to Robin for the great code!))
I think this is a useful find for those who visit the forum once a day and immediately see how many topics have been updated in the last day.
Colored blocks are very noticeable – it’s better than straining and peering at the date numbers.In reply to: change styling if freshness less than 24 hoursThe class appeared in the code!
Moment, now I will figure out why the css does not catch it… and finally give the picture the result !…In reply to: change styling if freshness less than 24 hours#bbp-topic-8191 > li.bbp-topic-freshness in code
#bbpress-forums .bbp-topic-freshness a { in css
this is a small box with a time stamp (see pic. above) white background now
In reply to: change styling if freshness less than 24 hoursfunction.php childe theme
then search f7 new .class in view-source:https: …. noneIn reply to: change styling if freshness less than 24 hours