Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Fixing Alignment


@mercime
Participant

@mercime

Backticks are like apostrophe’s slanted backward looks like this “` and you need to put a backtick before and another backtick after the code – like the page.php – for that to show up in forum webpage.

=== The following is the Forum.php which I need to change ===

That’s not the file you need to change if you want BP compatibility.
If you have gone through the BP Template Pack process, the pages you need to change are in folders which have been moved by the process to your active theme’s folder as listed here: https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#revise-templates
So per list above, the file you need to change is the forums/index.php file

https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/

You do need a working knowledge of HTML/CSS at least to effect the necessary changes. If you cannot do it at this time, you might want to wait for BP 1.3 where BP components are rendered in your regular WP theme if BP is activated. Or in the meantime, you could create a child theme of the bp-default theme (here’s how to https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/ ) and use that first.

Skip to toolbar