Forum Replies Created
-
In reply to: Date of last post how to change?
Is there anyone able to help me?
In reply to: Restrict links only for registered users.Thank you, the code works properly 🙂
In reply to: Restrict links only for registered users.I also need something like that.
Is there any plugin or code?In reply to: Hide links in postsIs there anyone who can help me?
I found this code but he does not want to work
<?php function hide_links($post_content) { if ( in_category( array( 'YOUR CAT ID', 'YOUR CAT ID') )) { global $wpdb; return ($post_content = !is_user_logged_in()?preg_replace('/<a(.*?)>(.*?)<\/a>/m', '<div style="color:red;font-size:12px;"> YOUR TEXT</div>',$post_content):$post_content); } } add_filter('the_content', 'hide_links') ?>
In reply to: Related Topics bbpressUnfortunately, this plugin YARPP For bbpress did not work.
In reply to: Change the color of the linkEverything works as it should color changed.
@Robin thank you for your help 🙂In reply to: Change the color of the linkI mean, the author links marked on the screenshot below.
In reply to: Change the color of the linkHello @Robin Unfortunately, this code only changes the color of header
and I want to change the color of the link which is next to the small avatar in freshness “link with the name of the author”In reply to: Displaying Adsense ads@koendb Everything works as it should. Thank you for your help 🙂
In reply to: Links in postsThank you @Robin for your help 🙂
In reply to: Links in postsYes, that’s what I mean
In reply to: Change of date for freshnessIn reply to: Change of date for freshnessOk I’ll wait
In reply to: Change of date for freshnessbbp_get_time_since
I found it in these files
bbpress\includes\topics\template-tags.php
bbpress\includes\replies\template-tags.php
bbpress\includes\forums\template-tags.php
bbpress\includes\common\widgets.php
bbpress\includes\common\functions.phpNow what I need to edit to remove the rest of the decimal?
I want to ask because I am a beginner in php
In reply to: Change of date for freshnessIs there anyone able to help me?