Forum Replies Created

Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • in reply to: bbPress Latest Developments -1.0.3 is Out #2364
    Udar Gromov
    Keymaster

    My Current Problems with bbPress are:

    – Relevant Links in search results are broken

    – Search by Forum is not filtering

    – get_date_from_gmt() always return GMT time if called from bbPress

    – Clarify error message, if Topic Title is blank

    – tags <li> without <ul> are ruining page format in IE

    Udar Gromov
    Keymaster

    Just fixed this problem for you.

    There is even an article on how to fix these type of problem in the future:

    XML Parsing Error

    in reply to: Shortcut to enable Excel 2007 macros #2358
    Udar Gromov
    Keymaster

    I found a different solution.

    Instead of fighting with this option over and over again, you can create a Digital Certificate for VBA and share it Between Several PC(s).

    I just finished an article here, and tested it on Windows 7 and Windows XP.

    in reply to: Close Excel 2007 with one click #2357
    Udar Gromov
    Keymaster

    Solution: Add an “Exit” button to your QAT in Excel.

    Details:

    QAT is Quick Access Toolbar. It is located in the upper left corner of Excel window, and contains your favorite one-click operations.

    “Exit” button looks like an over-sized letter X.

    If you click this button instead of application X in the upper right corner, you will close Excel in one click.

    in reply to: Your FAVICON.ICO doesn't work #2353
    Udar Gromov
    Keymaster

    STABILIZATION

    Both WEB03 and AMAZON sites are working. Finding some small problems and errors:

    (01) FAVICON.ICO doesn’t work because of type forwarding. This will be fixed in a few days, when we are back to DNS record.

    (02) bbPress header loading jquery.js from 192.168.0.188 – will be fixed next week.

    in reply to: Windows Server 2008 R2 and Windows 7 Enterprise #2347
    Udar Gromov
    Keymaster

    Problem with W2K8 R2 is that it only gives 10 days to activate in manual and 3 day to activate in automatic mode.

    Udar Gromov
    Keymaster

    Solution Found:

    Remark out line

    require_once(dirname(__FILE__) . '/../../wp-load.php');

    from ‘bb-config.php’

    Activate a plugin.

    Reactivate the line.

    in reply to: All ' and " get replaced by ' and " #2351
    Udar Gromov
    Keymaster

    This line of code definitely causes the problem that described on Internet as:

    “all apostrophes and quotation marks are prefixed with backslashes”.

    I liked the solution with writing a new plugin with this code in it:

    <?php
    /* Plugin Name: Strip Slashes */
    add_filter('pre_topic_title', 'stripslashes', 40);
    add_filter('pre_post', 'stripslashes', 40);
    add_filter('bb_add_topic_tags', 'stripslashes', 40);
    ?>

    Does it work? – Yes!

    in reply to: All ' and " get replaced by ' and " #2350
    Udar Gromov
    Keymaster

    It is possible that problem is with one line of code added to’ bb-config.php’

    Now I took it out, and reloaded the page …

    require_once(dirname(__FILE__) . '/../../wp-load.php');

    in reply to: All ' and " get replaced by ' and " #2349
    Udar Gromov
    Keymaster

    The same test from Firefox:

    Testing single ‘ and double ” quotation marks.

    I just added top ‘header’ from DWC.

    Does ‘ and ” are displaying properly here?

    in reply to: All ' and " get replaced by ' and " #2348
    Udar Gromov
    Keymaster

    Testing single ‘ and double ” quotation marks.

    I just added top ‘header’ from DWC.

    Does ‘ and ” still display properly?

    [21:36] Will it also fix existing “bad” posts? – Yes, it does!

    in reply to: List of LAtest Problems Discovered #2346
    Udar Gromov
    Keymaster

    • Admin link is fixed
    • Fix Menus Appearance

Viewing 12 posts - 16 through 27 (of 27 total)