Skip to:
Content
Pages
Categories
Search
Top
Bottom

How do I use the Home page/ Move menu item to footer?

Published on June 26th, 2017 by locutus1

I first heard of WordPress only recently. Today, I heard about CSS for the first time. This must give people the ability to customize anything on their site.

1) I have a page that I set to be the Front page. So in the menu bar I can click Home or I can click the title of the page to load the page. Having Home in the menu bar makes sense but that means I don’t need the title of the page to be there too. How do I remove the page title so the only way to load the page is by clicking Home?

2) I have a link to a privacy policy in the menu bar. I heard one can put page links in the site’s footer. That makes sense. I want to do that. I found these instructions:
Create a new menu, “Footer Menu” for example
Add-in whatever links (pages) are needed there
Add a widget (called Custom Menu) to a footer widget position (if your current theme supports it)

I went to Customize and made a menu called Footer. I went to Appearance…Menu and added Privacy Policy to the Footer menu. I went to Appearance…Widgets and found Custom Menu. That’s as far as I got. How do I add custom menu to the “footer widget position”? Maybe my theme doesn’t support it. If I click Custom Menu, I see only “Right Sidebar” and “Add Widget”. If I go to my site, at the bottom I see “2017… Developed by Tamal Anwar”. Is that area at the bottom the footer?

Thanks.

Last Topics (edit template)

Published on June 26th, 2017 by steini1992

Hello,
i must edit the template from my last topics overview. Later it`s must show like:
Result

But now its look like: Now

I have add the bbpress.css to my theme and have chance some thinks (you can see, I have delete the counts, etc.). But I must add the big profile image (now I have only a very small picture who pixelated when I chance the size). Additionally I want to add the date and the time when the post are written and the first line of the content.
–> I think for this i must edit the template files.

Have you any idea which template file i must edit (I have tested some but without any result)?

Thanks for your help.

Remove brackets from email subject line

Published on June 26th, 2017 by kariellen35

Hello.

Does anyone know how to remove the brackets around my site name that appears in the subject line of the email that gets sent out for user registration?

It looks like this: [‘Site Name’] Your username and password info

I’ve searched the forums and it doesn’t seem as if anyone else has had an issue with this. Perhaps it’s something I have set wrong?

jQuery

Published on June 25th, 2017 by benjaminsaarde

Hi,
how do I use the jQuery plugin Select2 on the forum dropdown-menu on the topic-form?
Thank you.

forums not showing for logged in users

Published on June 25th, 2017 by reallycoolusername

I have a forum set up. If you’re not logged in the forums show fine, if you log in then it can’t find any forums. I’ve tried it in all skins, I’ve tried disabling all plugins. I’ve cleared cookies. Same result.

What’s going on?

show only if it applies to reply author

Published on June 25th, 2017 by andrew55

I’ve got a simple “php if snippet” I’m trying to get into loop-single-reply.php.

Here is an example of my snippet (used for a seperate membership script):

<?php
require_once '/members/library/Am/Lite.php';
$user = Am_Lite::getInstance()->getUser(); 
?>
<?php
if (Am_Lite::getInstance()->haveSubscriptions(364))
{
?>
<span class='custom-user-donation-badge'>I've Donated!</span>
<?php
}
else {
// do the other thing
?>
<?php
}
?>

I need the code snippet to show only in the profile area of the reply author, if it applies to them.

In other words: “show this if it applies and only show if it applies to this specific reply author.”

I’ve used these before for something similar:

$reply_user_id = bbp_get_reply_author_id();
$reply_user = new WP_User( $reply_user_id )

I’m still leaning php and bbpress. Any suggestions on how I can wrap my code snippet with these bbpress statements? This way, my code snippet will only apply if it applies to the specific author.

Thanks for any suggestions.

Not seeing ‘in reply to:’ on list of user replies

Published on June 25th, 2017 by PinkishHue

Using latest BBpress, Buddypress and WP, and tested on a fresh install with WP default theme.

When viewing a member profile at http://localhost/mysitename/members/testuser/forums/replies/ there is no ‘in reply to:’ and link to the topic in the header of each reply. Just the date.

I thought perhaps it was theme related (I was using a child theme of the ‘Make’ theme) so have tested on fresh everthing, and it’s still happening.

I’ve created a new topic from the front end and the back end to see if that was related. I’ve used the forum tools to recalculate everything, I’ve ‘reset’ all forums and started again, still not there.

Can anyone else recreate this? Any suggestions? Am I misunderstanding something? Thanks

Recalculate the position of each reply

Published on June 25th, 2017 by sourfew

bbpress 2.6rc3
Importing vbulletin forum and running “Recalculate the position of each reply” give me a blank screen and this message in php.log

[25-Jun-2017 06:56:07 UTC] PHP Fatal error: Allowed memory size of 629145600 bytes exhausted (tried to allocate 126976 bytes) in /home/html/xxxx/public_html/testcms3/wp-includes/wp-db.php on line 1841
[25-Jun-2017 06:56:07 UTC] PHP Fatal error: Allowed memory size of 629145600 bytes exhausted (tried to allocate 65536 bytes) in /home/html/xxxxx/public_html/testcms3/wp-includes/functions.php on line 3720
[25-Jun-2017 06:56:07 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0

I increased memory from 300M to 6G but still not enough. I have restarted several times but still not finished.

bbPress Topics to WP Posts Converter

Published on June 24th, 2017 by Stagger Lee

Seems as it is cooming soon. Here is a link to keep an eye on it:

bbPress Topics to WP Posts Converter

How do I remove the “topic type” and “topic status”

Published on June 23rd, 2017 by locutus1

Hi. I’m new to WordPress. I’m creating a site and I wanted it to have a forum so I installed bbPress. There are 2 categories in the menu. Each of them contains forums. There’s 3 issues I have.
1) Under the text box for writing a comment, visitors to the site will see “Topic Type” and “Topic Status”, each with its own drop-down menu. I don’t want visitors to have access to those. I looked through all the forum settings and can’t find a way to get rid of them. How do I do it?

2) The font used for the menu is fine but the font used for the forum names is too small. Where do I increase the font size for forum names?

3) Is there something built in to the plugin that lets visitors rank or vote for posts? High-ranking posts would appear above other posts. Does the plugin have anything like this?

Thanks.

Skip to toolbar