I’d need a link to your site to see
Reply To: Forums index does not work
Reply To: Forums index does not work
Yes, it’s http://centropuntocero.com/foros/
Reply To: Forums index does not work
line 2930 of your custom css file changes this for
@media screen and (max-width: 400px)
using
.list-view .site-content .cat-links, .list-view .site-content .entry-content, .list-view .site-content .entry-summary, .list-view .site-content footer.entry-meta {
display: none;
}
you need to add some custom css for instance
@media screen and (max-width: 400px) {
.list-view .site-content .cat-links, .list-view .site-content .entry-content, .list-view .site-content .entry-summary, .list-view .site-content footer.entry-meta {
display: initial !important;
}
}
Reply To: Forums index does not work
so, what text I must to replace?
Sorry, I don’t understand you :/
Reply To: Forums index does not work
ok, you need to get this code into your site.
@media screen and (max-width: 400px) {
.list-view .site-content .cat-links, .list-view .site-content .entry-content, .list-view .site-content .entry-summary, .list-view .site-content footer.entry-meta {
display: initial !important;
}
}
There are many ways to do this.
If you theme has a custom css area, you can put it in there
Otherwise you can look for a css plugin and add that
or you could install and activate my style pack plugin
and go to
dashboard>settings>bbp style pack>custom css and put the code in there
Reply To: Forums index does not work
it works!
Thank you for your help! I hope return it to you 🙏
Reply To: Forums index does not work
great – glad you are fixed !!
Adding single topic title into meta title for SEO
Hoping someone has solved for this…
I’m trying to make sure that all single topic pages are unique for SEO purposes. Currently, topics simply have the format “Forum – [Forum Name] – [Site Name]”. I want to prepend the topic so that the meta title tag format is “[Topic Name] – [Forum Name] – [Site Name]”.
I do not want to use Yoast or any other plugin, as this should be a pretty simple change.
The problem I am having is two fold:
1. In functions.php, I am unable to use anything like is_bbpress() or bbp_is_single_topic() to tell if I am on a specific page.
2. I am unable to get the bbPress topic title ahead of the pre_get_document_title() function so that I can prepend it into the meta header.
Any help would be greatly appreciated. This is for a WordPress/BuddyPress/bbPress integration.
Thanks in advance
Reply To: Adding single topic title into meta title for SEO
Have you seen bbp_new_topic_pre_title()
in includes/topics/functions.php
?
(There’s also bbp_new_forum_pre_title()
in includes/forums/functions.php
)
Reply To: Adding single topic title into meta title for SEO
Hi,
Thanks for the response. I’m not following how this would solve the problem, though. From what I can see of that filter, I need to pass in the topic title into this function, but I can’t get the topic title in functions.php early enough.
Here’s the function (in functions.php) I’ve created to modify the title in other ways needed (replace “Forum” with “Investment Groups” and replace mdash; with a hyphen as the main separator). This is where I’d want to incorporate the logic:
function theme_mod_title() {
add_filter('document_title_separator', function() {
return '$%';
});
remove_filter('pre_get_document_title', 'theme_mod_title');
$find = array(
'/ \$% /',
'/^Forums/'
);
$replace = array(
' - ',
'Investment Groups'
);
$title = wp_get_document_title();
// filter the title
$ftitle = preg_replace($find, $replace, $title);
NOT SURE HOW TO ACCOMPLISH THIS, BUT LOGIC NEEDED IS
//if (on bbpress topic page){
$ftitle = bbpress topic title . ' - ' . $ftitle;
//}
return $ftitle;
}
add_filter('pre_get_document_title', 'theme_mod_title');
The bbPress part is where I’m stuck. I’m not sure how to actually get the topic title early enough to pass it into the document title. This seems to be the only place I can actually set any new meta title tag logic, but I can’t tap into anything bbPress this early in the process.
Thanks again
Reply To: Adding single topic title into meta title for SEO
Thinking about this in another way, would you be able to point me in the direction of where the “Forum” and “Group Name” portions of the meta title are being set?
Current output to the title tag is: “<title>Forum – [Group Name] – Site Name</title>”. For my purposes, I could either tap into whatever function is setting the “Forum” or “Group Name” to prepend the topic name.
Thanks again
Reply To: Adding single topic title into meta title for SEO
Hi,
Hate to be a bother, and I can imagine you get a million questions, but this is the only thing holding me back from launching a site I’ve been working on for 9 months, so I’m pulling my hair out over here. Any help would be appreciated. It seems like no one has been able to solve for this, given my extensive Googling on the subject.
Yoast and any other SEO plugins aren’t compatible and just output blank, so that is not an option. Is there any way at all to access the topic title to add to the page title on bbPress topic pages?
Thanks
Reply To: How do you widen a forum when a sidebar is used
If you’ve found the solution please post it here as I’ve got the same problem and been trying for weeks to get bbpress to look nice.
Adding single topic title into meta title for SEO
Hoping someone has solved for this…
I’m trying to make sure that all single topic pages are unique for SEO purposes. Currently, topics simply have the format “Forum – [Forum Name] – [Site Name]”. I want to prepend the topic so that the meta title tag format is “[Topic Name] – [Forum Name] – [Site Name]”.
I do not want to use Yoast or any other plugin, as this should be a pretty simple change.
The problem I am having is two fold:
1. In functions.php, I am unable to use anything like is_bbpress() or bbp_is_single_topic() to tell if I am on a specific page.
2. I am unable to get the bbPress topic title ahead of the pre_get_document_title() function so that I can prepend it into the meta header.
Any help would be greatly appreciated. This is for a WordPress/BuddyPress/bbPress integration.
Thanks in advance
Reply To: How do you widen a forum when a sidebar is used
still can’t get it fixed, and when the forum topics are being edited, they shrink even smaller!
Reply To: How do you widen a forum when a sidebar is used
http://www.salamatphilippines.com
Here is a normal view of the forums: http://imgur.com/eFZnm4e
It’s small…very small and hard to read…wish I could expand it out.
Then here is the view I get upon editing a topic: http://imgur.com/pejI0b6
LOL! It’s way to small to even see what your doing.
Could really use some help here. Thank you.
Reply To: How do you widen a forum when a sidebar is used
I have the same issue. It appears the Forums pages are not very responsive on larger screens. I run a 3 column theme and the forums won’t fill the available width.
Last Topics (edit template)
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.
Reply To: Only the first user can write a tag?
In the topic form template you should be able to add a conditional around the tags input to say IF the post is being edited and IF the current user is a moderator/author of the topic, then show the input, otherwise don’t. Hope that helps somewhat, I know it’s not a solution per se.
Reply To: Only the first user can write a tag?
I had only thought that this is perhaps a bug, or I did not see a setting. I then started with the adjustments, only I have determined, the adjustments take no end …
There are so many things missing – and so much code which must be added to make it “usable”.
The worst is the lack of proper moderation and the fast possibility to delete spam, as well as a fast support possibility. It is unfortunately not optimal always to be afraid I need help or not. Here is perhaps a payment support for bbpress optimal, which provides quick help.
That is why I have now decided to use Xenforo, which is good with Xenword in WordPress. Does not work with Buddypress, but this is not so bad.
Thanks for that I received at all from someone an answer 😉
And I know that the support does this in his spare time, so as I mentioned above perhaps a payment support set up!