Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#3123 closed defect (bug) (fixed)

Forum tag permalink not working properly

Reported by: boonebgorges's profile boonebgorges Owned by:
Milestone: 1.5 Priority: critical
Severity: Version:
Component: Forums Keywords:
Cc:

Description

When you click on one of the forum topic tags in the tag cloud on the home page, a bit of ajax properly filters the visible forum topics. However, the noscript http://example.com/forums/tag/tagname/ is not working properly on the latest trunk.

Attachments (2)

3123.patch (552 bytes) - added by DJPaul 14 years ago.
3123-2.patch (3.0 KB) - added by boonebgorges 14 years ago.

Download all attachments as: .zip

Change History (6)

@DJPaul
14 years ago

#1 @DJPaul
14 years ago

Attach patch fixes the noscript problem, but then it fails in the SQL query; something to do with the filters in groups_add_forum_privacy_sql()

#2 @DJPaul
14 years ago

  • Priority changed from normal to critical

Marking this as a must-fix

#3 @boonebgorges
14 years ago

3123.patch uses a chain of three or four terrible hacks to get the job done. I'm unsure that there's another way of doing it, aside from writing the queries from scratch.

#4 @boonebgorges
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4269]) Fixes forum tag permalink. Fixes #3123. Props DJPaul for the MySQL digging.

Note: See TracTickets for help on using tickets.