Opened 9 years ago
Closed 9 years ago
#2767 closed defect (bug) (fixed)
Add support forum redirects for the bb's
| Reported by: |  | Owned by: |  | 
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Plugin Directory | Keywords: | has-patch | 
| Cc: | 
Description (last modified by )
Following the reintroduction of the "tabbed interface" for the plugin directory in [5399] the "Support" tab for the bbPress and BuddyPress plugins no longer redirect to their support forums.
- https://wordpress.org/support/plugin/bbpressshould redirect to- https://bbpress.org/forums/
- https://wordpress.org/support/plugin/buddypressshould redirect to- https://buddypress.org/support/
Attachments (3)
Change History (12)
    
      
    #3
  
    
        
          
             @
 @
            
9 years ago
        
    
  
  
  - Keywords has-patch added; needs-patch removed
@Otto42: 2767.patch reuses the code and the comment from Support::widget().
    
      
    #4
  
          follow-up:
    ↓ 5
    
        
          
             @
 @
            
9 years ago
        
    
  
  
  - Keywords needs-patch added; has-patch removed
Since this is used in multiple places, I was actually going to add it to the plugin part as a function and then call on that instead.
    
      
    #5
  
        in reply to:
    ↑ 4
    
        
          
             @
 @
            
9 years ago
        
    
  
  
    
Replying to Otto42:
Since this is used in multiple places, I was actually going to add it to the plugin part as a function and then call on that instead.
Like this? 2767.2.patch
    
      
    #7
  
    
        
          
             @
 @
            
9 years ago
        
    
  
  
    
Missed setting $resolutions to false in the previous patch.
2767.3.patch does that for any support URL not starting with https://wordpress.org.
Yes, I thought I corrected for that, but somehow I missed it in my final code. I'll fix it soon.