blogforum
Forum Replies Created
-
Forum: Plugins
In reply to: [Better Recent Comments] Link in sidebar does not workhttps://albenessereblog.altervista.org Safari, OS Sierra
The problem is in home page sidebar.
Forum: Plugins
In reply to: [Better Recent Comments] Link in sidebar does not workAll plugins are inactive (only Better recent comments run). Link mistake.
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Alert login problemI did.
Today I logged in both locally and in the network, all right. I do not know what happened days ago. Maybe you have to update the plugin.
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Alert login problemWhen it shows you an error, try updating your pages. When I do this I log myself automatically.
Forum: Plugins
In reply to: [Loco Translate] Importing PO or MO filesSolved! The correct directory is this: wp-content/languages/plugins/subscribe2-it_IT.po/.mo
- This reply was modified 7 years, 3 months ago by blogforum.
Forum: Plugins
In reply to: [Loco Translate] Importing PO or MO filesHi, also me i’ve this problem: in local site run good, in the server plugin is ever in english language. I copied the PO and MO files locally and put them in the same directory as the server.
Mattyrob, i’ve an idea: i traslate subscribe2 in italian, you give to me subscribe paid or code for my situation. If you agree, send me an email with the subscribe2-en_EN.po file
- This reply was modified 7 years, 4 months ago by blogforum.
Explain me step by step how to do it, I’m normal user.
- This reply was modified 7 years, 4 months ago by blogforum.
In the email notification template I want to put the link to permanently delete the subscription. In practice, it must delete the email from the database.
I do not need for email, i want in the template that show the subscribed emails, near the date.
Tanks.
I also want to put “time” near the entry date in the current subscribed template.Forum: Plugins
In reply to: [Better Recent Comments] Make [Read more]I looked at the link but did not understand what to do.
My situation in includes/class-better-recent-comments-util.php is:
‘excerpts’ => true
…
if ( $excerpts ) {
$comment_text = get_comment_excerpt( $comment->comment_ID );
} else {
$comment_text = strip_tags( str_replace( array( “\n”, “\r” ), ‘ ‘, $comment->comment_content ) );
}Forum: Plugins
In reply to: [Better Recent Comments] Make “…Read more”This the code, i’ve add (see bold), this run good but show “Read more” in all preview post. I need only for truncated posts.
…
$comment_content = str_replace(
array( ‘{avatar}’, ‘{author}’, ‘{comment}’, ‘{date}’, ‘{post}’ ),
array(
‘<span class=”comment-avatar”>’ . $avatar . ‘</span>’,
‘<span class=”comment-author-link”>’ . $author . ‘</span>’,
‘<span class=”comment-excerpt”>’ . $comment_text . $link_fmt = ‘comment_ID ) ) . ‘”Read more</span>’,
‘<span class=”comment-date”>’ . $date . ‘</span>’,
‘<span class=”comment-post”>’ . $post . ‘</span>’
),
…Forum: Plugins
In reply to: [Better Recent Comments] Make “…Read more”Sorry, but I did not understand. I open the file Better_Recent_Comments_Util.php and then what I do?
Forum: Plugins
In reply to: [BackUpWordPress] Backup no run in the serverIs good?