-
Menelik replied to the forum topic Forum Topic loop Filter by Tag & Search Term + Pagination = Mess in the group Creating & Extending 10 years, 10 months ago
Oh, I’m using BuddyPress version 1.2.9 on WordPress version 3.2.1
-
Menelik started the forum topic Forum Topic loop Filter by Tag & Search Term + Pagination = Mess in the group Creating & Extending 10 years, 10 months ago
I can’t get forum topic loop pagination to play nicely with filters.
Problem:
1. If the topic loop returns a list of topics that fills one page OR I’m on the FIRST page of a list of topics that spans multiple pages, the […]
-
Menelik replied to the forum topic Last update seems to have broken 1.2.9+ (Group Subscription Plugin) in the group BuddyPress Group Email Subscription 10 years, 10 months ago
Thanks @boonegorges! I’m glad a solution was found 😀
-
Menelik replied to the forum topic Last update seems to have broken 1.2.9+ (Group Subscription Plugin) in the group BuddyPress Group Email Subscription 10 years, 10 months ago
It seems I spoke too soon. It turns […]
-
Menelik replied to the forum topic On Translating Activity Actions, and other database stored content in the group Localization 10 years, 10 months ago
Thanks for confirming 😀
Oh, I wanted to edit the topic (but it doesn’t appear to be working atm) to add that I’m doing an Arabic localization of BP, so I look forward to sharing it once it’s complete.
-
Menelik replied to the forum topic Last update seems to have broken 1.2.9+ (Group Subscription Plugin) in the group BuddyPress Group Email Subscription 10 years, 10 months ago
Not at all, will fire it your way now.
-
Menelik replied to the forum topic Last update seems to have broken 1.2.9+ (Group Subscription Plugin) in the group BuddyPress Group Email Subscription 10 years, 10 months ago
I had the same exact problem. I had updated it via WordPress from BPGES ver. 2.8.5 (on BP 1.2.8), and I got the same exact result as Pisanojm. However, a clean install of the plugin seems to have fixed it. I haven’t really had […]
-
Menelik started the forum topic On Translating Activity Actions, and other database stored content in the group Localization 10 years, 10 months ago
I’m in the process of translating BuddyPress for a client (which I’ll release as soon as it’s done), and today I spent a good part of my day spinning my wheels over why activity actions weren’t translating.
It turns out […]
-
Menelik posted on the forum topic Add custom metadata to forum topics for sorting purposes [SOLVED] in the group Creating & Extending: 11 years ago
@Brandon Allen and @r-a-y, Suddenly bb_add_topic_tags() stopped working. How I isolated the problem: In function cg_postcatagory( $post_id = false ), I subbed out bb_add_topic_tags() with echo $postmeta (in a foreach loop) and upon posting a new post, it displayed the categories that I wanted saved to the database. So I know that…[Read more]
-
Menelik posted on the forum topic Add custom metadata to forum topics for sorting purposes [SOLVED] in the group Creating & Extending: 11 years, 2 months ago
Confidence +1 Okay got it working 😀 it was so simple (thanks to you guys for drop kicking me into the right direction.) Next up, creating a custom forum loop that will retrieve the necessary tag from POST and display all topics that contain that tag. `function cg_postcatagory( $post_id = false ) { if ( […]
-
Menelik posted on the forum topic Add custom metadata to forum topics for sorting purposes [SOLVED] in the group Creating & Extending: 11 years, 2 months ago
@Brandon Allen and @r-a-y, I’ve decided that I wanted to add “meta data” as topic tags, instead, so I could use the bp_has_forum_topics() so I filter posts easily. I’ve modified the functions you guys helped me make, using bb_add_topic_tags() however no new tags are added. I want the user to be able to add their own tags […]
-
Menelik posted on the forum topic Ajax New Topic Form & Filter by Tags in the group Creating & Extending: 11 years, 2 months ago
Hah! Found it. It was the forums index.php under the default theme. (bp-default > forums > index.php) Now to dissect it and see what’s up. I’m mainly trying to figure out how to filter forum posts by its meta-data, with or without ajax (whichever solution I happen upon first)
-
Menelik joined the group Creating & Extending 11 years, 2 months ago
@menelikseth
Not recently active