Forum Replies Created
-
In reply to: [New feature] View/Hit Counts
I got this working using @devyncjohnson method however, I have an issue with the cache crawler counting as a view every time the page cache expires. Is there a way to filter the server’s ip or the user agent?
Thanks
In reply to: Updated to 2.6.6 now have the 1970 bug.
In reply to: Updated to 2.6.6 now have the 1970 bugNevermind the 1970 bug was due to GD Press plugin.
One other thing that remains is the UTC offset not being displayed properly for new registered uses. I’ve seen other posts about people reporting this, is there a workaround to correct this in the meantime?
In reply to: @mention functionality on forumsok the field in the user’s profile, the checkbox to turn email notifications on/off. I believe it is bmen_notify.
Here is some info about what I mean https://wpforms.com/docs/how-to-set-up-custom-user-meta-fields/
In reply to: @mention functionality on forums/** add field to bbp edit **/ public function peditField() { $opt = $this->settings(); ?> <div> <label for=""><?php echo apply_filters('bmen_pedit_field_header', __('Email notifications', $this->text_domain)); ?></label> <label> <input type="checkbox" name="bmen_notify" style="width: auto;" <?php checked( $this->canNotify( bbp_get_displayed_user_field('ID') ) ); ?> /> <?php echo $opt['label']; ?> </label> </div> <?php
Think the custom field for the checkbox for email notifications for @mentions is bmen_notify
In reply to: @mention functionality on forums@robin-w would you happen to know the custom field used for the @mentions email notification setting in users profile?
oh actually nevermind figured it out 🙂
OMG you are awesome thanks so much! did a new reply and it worked!
<meta property="og:title" content="Reply to:Some New Cyberpunk 2077 Gameplay">
Just one small detail, how do I add a space between the Reply to:Some New Cyberpunk 2077 Gameplay
so goto https://nerdpunk.com.au/reply/3957/ in chrome hit F12 then where u see the header tags expand it to see the seo meta data 🙂
in the <head> </head> tags in developer mode in chrome
yeah
<meta property="og:title" content="| Nerdpunk">
didn’t work 🙁
example here https://nerdpunk.com.au/reply/3957/
this works however the meta title needs to include the post title also e.g.
Reply To: %forum post title%
What code is needed to add this?
Thanks!