-
Roger Coathup started the forum topic Sub pages, e.g. About, are not getting the correct title tag set in the group How-To and Troubleshooting: 15 years, 1 month ago
The title tag (displayed in the browser bar) is not getting set correctly for sub pages. e.g. if you click on the About page, the title bar says: site-name | Home (instead of the correct site-name | About) I set up a test site, WP 3.0.1, automatic BP 1.2.5.2 installation, to check this problem for […]
-
Roger Coathup posted on the forum topic No Title of Each Posts and Pages in the group Requests & Feedback: 15 years, 1 month ago
Your terminology is what’s confusing people – when you say “headline” you actually mean the title of the post. In my default installation, posts are working correctly: posts like “Hello World” – they are getting the title of the post added to the title tag (albeit at the end of the string) You are right […]
-
Roger Coathup posted on the forum topic Page Title doesn't change on sub-pages in the group How-To and Troubleshooting: 15 years, 1 month ago
@djpaul – I think this might be a wider problem – I investigated this for another user.
I’ve installed the default BuddyPress installation, and using the default theme. If I click on the “about” page, the title tag still displays “home”
-
Roger Coathup posted on the forum topic Profile field in the group How-To and Troubleshooting: 15 years, 1 month ago
p.s. delete the style directive from your post… it’s screwing up formatting of the thread
-
Roger Coathup posted on the forum topic Profile field in the group How-To and Troubleshooting: 15 years, 1 month ago
-
Roger Coathup posted an update 15 years, 1 month ago
-
Roger Coathup posted on the forum topic No Title of Each Posts and Pages in the group Requests & Feedback: 15 years, 1 month ago
I don’t know what you mean by “headline post and pages”? You’ll have to explain further. Do you mean meta title = “..” ? In which case, I recommend installing “all in one seo” in your blog. If you mean the h1, h2 tags, etc. on a page … then that will all be in […]
-
Roger Coathup posted on the forum topic No Title of Each Posts and Pages in the group Requests & Feedback: 15 years, 1 month ago
You’ll have to give your function a different name, e.g. mikey_page_title(), and change the call in header.php (in your child theme) to call mikey_page_title() instead of bp_page_title. If you are not using your own child theme, you will have to use the filter approach, or edit the parent theme (which will lead to upgrade problems […]
-
Roger Coathup posted on the forum topic Plugins required in the group Creating & Extending: 15 years, 1 month ago
@lordsnake Some thoughts: 1. Forums – WordPress are developing a new approach to forums, releasing bbPress as a plugin. A beta is due mid September, with a key BuddyPress developer leading the initiative. Have a Google / Bing and check that one out 2. Tutorials – I suggest creating these in a sub-blog dedicated to tutorials […]
-
Roger Coathup started the forum topic Feature Request: Button to quickly add links from blogs in the group BuddyPress Links: 15 years, 1 month ago
It would be nice to have a link create button (and ‘pop out’ link create form) that can be added to blog posts in a BP installation, allowing users to quickly create links to the posts without having to go to the create link pages and remember the url. It would be really useful in […]
-
Roger Coathup started the forum topic Feature Request: integration with the activity status update boxes in the group BuddyPress Links: 15 years, 1 month ago
Would be great to see the “create link” functionality integrated with the standard BuddyPress activity status update boxes. Allowing us to attach links to our status updates.
Any thoughts?
-
Roger Coathup posted on the forum topic only for logged in members in the group How-To and Troubleshooting: 15 years, 1 month ago
@psycolor You could look at using functions like: groups_is_user_member( $user_id, $group_id ) To test if the user is in a specific group, and only show the page if they are in the appropriate group. This is defined in bp-groups.php. bp_is_member() To simply check whether the current user is a member (and logged in). This is defined in…[Read more]
-
Roger Coathup posted on the forum topic Favourite Posts in WPMU / BuddyPress in the group Creating & Extending: 15 years, 1 month ago
This plugin does a lot of what you are after as well, although it was designed for external links: https://buddypress.org/community/groups/buddypress-links/
It requires you to type in a URL from the links page. It would be nice it if had a “pop up” form / button, that you could attach to posts throughout your site.
-
Roger Coathup posted on the forum topic No Title of Each Posts and Pages in the group Requests & Feedback: 15 years, 1 month ago
Have a look at the bp_page_title() function I pointed you to in bp_core_templatetags.php.
That shows how the title string is built – you’ll have to rework that code in your own function (in bp-custom.php) to build the string in the order you want it.
-
Roger Coathup posted a new activity comment 15 years, 1 month ago
Hi Clyde,
you have a couple of options:
– You can try working with the default BuddyPress theme (or one of the other “off the shelf” themes), and use their default site layout and structures. Perhaps adding some plugins to give you additional features, e.g. BP Media+ might be interesting to a photo / video journalist
– If you want something…[Read more]
-
Roger Coathup posted on the forum topic How to make site WP + Forum + Gallery ?? (one user login) in the group How-To and Troubleshooting: 15 years, 1 month ago
BuddyPress (with the primary admin blog for your news stories, info pages, etc.) and the following plugins: BP Media + for photo and video uploads bbPress forum plugin (a beta version is due September 15th) You’ll have to work on the templates, write some PHP / CSS / HTML to get them looking exactly as […]
-
Roger Coathup posted a new activity comment 15 years, 1 month ago
I’ve just told him to re-implement or filter bp_page_title()
Doubtless, I’ll be the next to be attacked
-
Roger Coathup posted on the forum topic No Title of Each Posts and Pages in the group Requests & Feedback: 15 years, 1 month ago
You should have signed up for the 24 hour priority support plan – drop @apeatling a line and ask him to upgrade you. You can change the structure of the page title by implementing your own version of the function: bp_page_title(), or by implementing a filter on bp_page_title. ( You’ll find these functions in bp-core-templatetags.php) Put […]
-
Roger Coathup joined the group Requests & Feedback 15 years, 1 month ago
- Load More
@rogercoathup
Active 5 years, 5 months ago