Plugin Directory

Changeset 378170


Ignore:
Timestamp:
04/28/2011 01:57:35 AM (15 years ago)
Author:
Beer
Message:

fixed an ipb redirect issue

Location:
ipb-comments-for-wordpress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ipb-comments-for-wordpress/trunk/class.ipbcomments.php

    r377906 r378170  
    111111         * Source: http://community.invisionpower.com/resources/documentation/index.html/_/developer-resources/
    112112         */
     113
     114        // Keep the board from redirecting
     115        // http://community.invisionpower.com/tracker/issue-26224-issues-with-ssiphp/
     116        define('CCS_GATEWAY_CALLED',FALSE);
     117
    113118        require_once( $this->options['ipb_field_path'] .'/initdata.php' );
    114119
     
    354359            echo sprintf('<li><input type="text" size="2" name="ipb_comments_options[categories][%s]" value="%s" />%s</li>',
    355360                $cat->slug,
    356                 $this->options[categories][$cat->slug],
     361                $this->options['categories'][$cat->slug],
    357362                $cat->name);
    358363        }
  • ipb-comments-for-wordpress/trunk/ipb-comments-for-wordpress.php

    r377906 r378170  
    44Plugin URI: http://wordpress.org/extend/plugins/ipb-comments-for-wordpress/
    55Description: Use IP.Board for your comments.  When a new post is published, it creates a new topic with your IP.Board and adds the link to the new topic at the end of your post.
    6 Version: 1.2.4
     6Version: 1.2.5
    77Author: Beer
    88Author URI: http://wordpress.org/extend/plugins/profile/beer
  • ipb-comments-for-wordpress/trunk/readme.txt

    r377906 r378170  
    1010Requires at least: 3.0
    1111Tested up to:      3.1.1
    12 Stable tag:        1.2.4
    13 Version:           1.2.4
     12Stable tag:        1.2.5
     13Version:           1.2.5
    1414
    1515Use IP.Board to manage your comments.
     
    4343
    4444== Changelog ==
     45
     46= 1.2.5 =
     47* fixed an ipb redirect issue
     48
     49= 1.2.4 =
     50* fixed an ipb url issue when furl is not active
    4551
    4652= 1.2.3 =
     
    8490* move ttl to main settings
    8591* move last replies to main settings
     92* strip the session id from forum topic url that sometimes gets displayed
    8693* allow to configure most recent X forum replies to show on WordPress post comments
    8794* add ability to override/select a specific IPB category per post (Dashboard / New Post)
Note: See TracChangeset for help on using the changeset viewer.