-
James replied to the topic Custom theme update after BP update in the forum How-to & Troubleshooting 9 years, 7 months ago
@danbp thank you for the reply, probably, my question wasn’t clear a bit.
I know everything about custom themes etc. Here is what I mean:
bp-legacy includes 72 files, any of them can be included (copied to) in a custom theme. Now we have BP 2.2 out. How can I, as a theme author, find out which of 72 files were changed in this new version, so…[Read more]
-
James replied to the topic Custom theme update after BP update in the forum How-to & Troubleshooting 9 years, 7 months ago
@danbp thank you for the reply, probably, my question wasn’t clear a bit.
I know everything about custom themes etc. Here is what I mean:
bp-legacy includes 72 files, any of them can be included (copied to) in a custom theme. Now we have BP 2.2 out. How do I, as a theme author, can find out which of 72 files were changed in this new version, so…[Read more]
-
James started the topic Custom theme update after BP update in the forum How-to & Troubleshooting 9 years, 7 months ago
hi!
Every time we get a new BP version I am confused re my custom theme. Yes, after we have a bp-legacy, updating became much easier, but still, how do we know, which bp files were updated in the latest release?
Tickets https://buddypress.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.2 don’t show actual files. Branches…[Read more]
-
James started the topic Custom theme update after BP update in the forum How-to & Troubleshooting 9 years, 7 months ago
hi!
Every time we get a new BP version I am confused re my custom theme. Yes, after we have a bp-legacy, updating became much easier, but still, how do we know, which bp-legacy files were updated in the latest BP release?
Tickets https://buddypress.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.2 don’t show actual files.…[Read more]
-
James started the topic Remove post form animation in the forum Installing BuddyPress 10 years, 3 months ago
Hi,
how can I remove/stop activity post form animate() function?
thanks!
-
James replied to the topic Is bp_core_new_nav_default() working? in the forum How-to & Troubleshooting 10 years, 3 months ago
Testing: add the code from the link (codex) and try to select settings -> general
-
James started the topic Is bp_core_new_nav_default() working? in the forum How-to & Troubleshooting 10 years, 3 months ago
Hi! I am adding a new user activity subnav and want to set it as default (not ‘Personal’ one). Taking into account all threads regarding this question, as I understand, the easiest way is to use bp_core_new_nav_default() from here:
https://codex.buddypress.org/developer/core/bp_core_new_nav_default/
Yes, this sets my tab as default, BUT now…[Read more]
-
James replied to the topic bp core load template vs bp get template part in the forum How-to & Troubleshooting 10 years, 4 months ago
thanks, @r-a-y, will take a look on this.
You are right re new slug, even more, question was raised because of those multiple outdated hashtag plugins available in repository. Recently I saw that you have rewritten very first of them.
Could you tell if you have finished your update, or not? thanks!
-
James started the topic bp core load template vs bp get template part in the forum How-to & Troubleshooting 10 years, 4 months ago
Hi,
theme: Twenty Fourteen, latest BP and WP.
After theme compatibility ‘bp core load template’ doesn’t work anymore. Tried to use bp get template part, which works, BUT theme doesn’t accept my file as a page, what leads to the content + 404 below + css issues.
Can anyone please explain in few words, how my custom file, e.g.…[Read more]
-
James started the topic Buddypress Favorite Forum Topics in the forum How-to & Troubleshooting 10 years, 5 months ago
Hello,
In latest BP and WP I see this my account sub-menu ‘forums -> favorite topics’, URL is site.com/username/forums/favorites, which leads to 404.
At the same time I see no any favorite button in forum topics.
Was this functionality removed?
tested on Twenty Eleven 1.7.
thanks!
-
James replied to the topic BuddyPress 2.0 RC1 Feedback in the forum How-to & Troubleshooting 10 years, 6 months ago
r_a_y, could you please explain in few words, what changes were done to activity add?
I mean this patch https://buddypress.trac.wordpress.org/ticket/3856 and the words “..(short version – plugins that insert activity items will continue to work as before, but should be good citizens and update to the new technique)…”.
As I see, b…[Read more]
-
James started the topic Avatar file type in the forum How-to & Troubleshooting 11 years, 2 months ago
Hi,
Is there a way to control which avatar file types are allowed?
At the moment we have this line inside “Click below to select a JPG, GIF or PNG…”, but I wouldn’t like to allow animated avatars.
thanks!
-
James replied to the topic Members meta query in the forum How-to & Troubleshooting 11 years, 2 months ago
thanks shanebp, found the same solution, probably, should work.
-
James replied to the topic Members meta query in the forum How-to & Troubleshooting 11 years, 2 months ago
thanks, shanebp, however, cannot say that I understood your idea. Will explain from a different angle. I have an activity ID ‘900’ and 10 users. How do I get IDs of the users, who has activity 900 as a favorite?
-
James started the topic Members meta query in the forum How-to & Troubleshooting 11 years, 2 months ago
hi,
I’m trying to get IDs of members, who have specific activity as a favorite.
Issue is that I cannot get how to query specific activity, e.g. how to get activity with an id 900 from the linea:2:{i:3;i:883;i:8;i:900;}
? Any help? thanks! -
James started the topic Multiple activity types. in the forum How-to & Troubleshooting 11 years, 3 months ago
Is it possible/acceptable to save multiple activity types for the one activity? thanks!
-
James replied to the topic bp_activity_add to update existing activity? in the forum How-to & Troubleshooting 11 years, 3 months ago
is there a way to get activity ‘date_recorded’ outside of the activity loop? thanks!
-
James replied to the topic bp_activity_add to update existing activity? in the forum How-to & Troubleshooting 11 years, 3 months ago
ok, I got it. You have to pass the ID.
-
James started the topic bp_activity_add to update existing activity? in the forum How-to & Troubleshooting 11 years, 3 months ago
Hi,
I have new activities recorded using bp_activity_add, when new custom post is added or edited. Is there any function/way to modify existing activity, when my custom post is edited?
Basically, I want to keep existing activity/id, but change its content, item_id and action. Maybe something like bp_activity_update. I thought I could use…[Read more]
-
James started the topic Reset Site Activity Tab in the forum How-to & Troubleshooting 11 years, 4 months ago
Hi,
If you select any site activity tab, leave to other page and then return back, same activity tab will be selected.
Is there a way to keep/reset one default tab all the time (once you leave site activities)?
I know that question is weird a bit, but because of this behavior I have one important issue with my modifications.
thanks!
- Load More
@janismo
Active 8 years ago