Skip to:
Content
Pages
Categories
Search
Top
Bottom

TinyMCE mini-plugins in child-theme

Published on October 28th, 2015 by Rourke

I want to customize the TinyMCE editor with so called mini-plugins. For example, I have the emoticons mini-plugin that I want to use. When I place it in the folder /wp-includes/js/tinymce/plugins I’m able to use it through a custom wordpress plugin or the functions.php from my theme. But as far as I know this mini-plugin can get removed when wordpress gets updated.

That’s why I want to know if it’s possible to use these TinyMCE mini-plugins inside my (child) theme instead of just throwing them into core?

Post count functions broken

Published on October 28th, 2015 by Loc Pham

Are these three functions broken because I’m receiving zero posts/topics/replies when they’re executed:

bbp_get_user_post_count()
bbp_get_user_reply_count()
bbp_get_user_topic_count()

Displaying forum in a category

Published on October 28th, 2015 by sucre

Hi all you guys,
i’ve been trying to display a specific forum in a specific category. Like all categories must have a different forum.

To do this, i added a text field to the category with Advanced Custom Fields plugin. Then i write in that field. (196 is the id number of the forum that i want to display for this category)

To show this, i added this codes to category page in my theme

<?php 
$category_id = 'category_' . get_queried_object_id();
$dforum = get_field( 'forum', $category_id ); 
?>
<?php echo do_shortcode($dforum);
?>

it’s working great. However, if you enter a topic (ex. a topic)the page goes to sitename.com/topic/a. But i want to read this topic in the category page. I tried to use iframe but i doesnt work. Please help.

my site (click forum tab) : http://www.dizimoon.com/kategori/yabanci-diziler/game-of-thrones

Display Lead Topic only

Published on October 28th, 2015 by ynteligent

Hello,

I have a page, where I wanted to use shortcode . I expected that only lead topic appears, but it does not. There is a lead topic with all replies.

Is there any way how to display Lead topic only (no replies)?

Thank you for any peply… Peter

PS: I tried to use <?php bbp_get_template_part( ‘content’, ‘single-topic-lead’ ); ?> but I did not find out how to use it with specific topic_id….

Display Lead Topic only

Published on October 28th, 2015 by ynteligent

Hello,

I have a page, where I wanted to use shortcode . I expected that only lead topic appears, but it does not. There is a lead topic with all replies.

Is there any way how to display Lead topic only (no replies).

Thank you for any peply… Peter

PS: I tried to use <?php bbp_get_template_part( ‘content’, ‘single-topic-lead’ ); ?> but I did not find out how to use it with specific topic_id….

Link articles and pages wordpress forum

Published on October 28th, 2015 by alex59

French

Lier les articles et pages de wordpress au forum

Bonjour

Je suis actuellement possesseur d’un site WordPress je, recherche le moyen de pouvoir afficher les commentaires sur le forum ?

Par exemple, lorsque je publie une actualité sur un jeu vidéo, j’aimerais que les commentaires apparaissent sur le forum là où sera lié l’article.
Voici un exemple de site http://www.gamekult.com/actu/nintendo-les-resultats-du-semestre-A155037.html.
Lorsque l’on clique sur « Voir tous les commentaires » cela nous amène sur le forum.
Je veux faire exactement la même chose est-ce que l’on peut avec bbpress ?
Si oui, merci de me dire comment je peux faire cela ?

Cordialement, Alex

in english

Link articles and pages wordpress forum

Hello

I am currently the owner of a WordPress website are, looking the way to display the comments on the forums ?

For example, when I published a news on a video game , I wish that the comments appear on the forum where the article will be linked.
An example site http://www.gamekult.com/actu/nintendo-les-resultats-du-semestre-A155037.html .
When you click on ” View all comments or Voir tous les commentaires ” that brings us on the forum.
I want to do exactly the same thing is what we can with bbpress ?
If so, thank you to tell me how I can do this ?

Sincerely, Alex

Help end this Mail Del System nightmare. Please!

Published on October 28th, 2015 by gene-stevo

WP= 4.3.1 bbPress= 2.5.8 Postman SMTP= 1.6.24

I’m learning WP by building a dummy site as a prelude to rebuilding camera club site. Work in progress at: http://www.snapsphotoservices.biz/
An important feature will be forums. I installed bbPress and all was good until I sent out test messages to selected subscribers. Despite the recipients getting the notifications correctly I was never the less presented with MDS errors: Mail Delivery System <MAILER-DAEMON@smtprelay08.hostedemail.com>Undelivered Mail Returned to Sender
Thinking I had server issues I moaned at my host who said “It’s not us…” As SMTP is said to be more reliable I added plugin Easy WP SMTP to the mix. It made no difference. I then tried Postman SMTP and created a new email address so that forums related to this and WP just dealt with original mail.
Strangely it’s this original mail that sent messages are referring to. Attached is a shot of the header a recipient sees. The Mochdre boot address is the address Postman is given and the snaps address is the default WP email address.
typical message head
Hooray! It worked a treat, everybody gets the messages and I get no errors. Untill tonight when my inbox was filled with the old error messages.
Tried deactivating all plugins etc to no avail. How do I stop WP using its own snaps address when I’ve told SMTP plugin to use mochdreboot address? Or, if I create a mail account of noreply@snaps etc, what the heck happens to all the mail the server gets dumped with (assuming it would help)?
This is doing my head in. Please advise.

Sidebar Missing from pages

Published on October 28th, 2015 by angiesparklerparties.com

Hello,
The forum sidebar shows up on the main forum page but not on any others. I would like the sidebar to show up on all existing pages and new pages. Can you please let me know how to fix this?

This is our Forum page: http://sparklerparties.com/forum/

Thank you,
Angie

Add “forum id” number to the in forum and topic

Published on October 28th, 2015 by leev

If you inspect the body tag of this website in this/the “request and feedback” forum page, you can see that the id number for the forum is 652. If you go to any topic in this “request and feedback” forum and inspect the code in there, you can see that there is a number, 652, identifying that the topic is posted in the “request and feedback” forum.

Basically, I want to add the forum id number class to the <body> depending on the forum, or the topic that is posted in that forum.

Example, <body class=”[forum_id_number]”>.

Where is RSS for topics?

Published on October 27th, 2015 by DAM

Hello,

what the rss feed for topics?
I have buddypress+bbpress I need to get the rss with all the topics of a group.

Thank you for help

Skip to toolbar