Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • skewered Friend
    #129651

    I am getting really frustrated with the lack of response from the support team on these forums, but there are issues I really need fixes for. For the record, I am using the 1.0 series, have spent far to long finding other people on the forums with the same problems and no responses.

    Can you please provide info on:

    1. SEF URLS – When I have Sh404SEF all my catagories do not work. As soon as I turn it off, they work. I have tried uninstalling JA News and JA News FP and then they work so I am guessing the issue lies in the module/s. Please assist and provide a fix. Once again, I am using Joomla 1.0 NOT 1.5

    2.JA NEWS FP – how can I change the ordering of the articles so they are by create date descending. This is working fine in the JA News section but not in the headline section on the top of the page.

    3. JA NEWS – is it possible to hard code in a linked image that changes depending on the catagory id.

    skewered Friend
    #253630

    hello?????????????????????????????????????????????????????????????

    VisiGod Friend
    #253646

    2. Open:
    modules/mod_ja_news_fp/helper.php and fine line 233:

    . "n ORDER BY f.ordering ASC";
    change to:

    . "n ORDER BY a.publish_up DESC";

    I don’t understand question 3, while don’t have enough time to review 1

    VisiGod Friend
    #253648

    Issue 1:
    Is your .htaccess file looking like:

    #
    #RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
    #RewriteCond %{REQUEST_URI} (/|.htm|.php|.html|/[^.]*)$ [NC]
    #RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteCond %{REQUEST_FILENAME} !-d
    #RewriteRule (.*) index.php
    #

    or like:

    #
    RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
    RewriteCond %{REQUEST_URI} (/|.htm|.php|.html|/[^.]*)$ [NC]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule (.*) index.php
    #

    VisiGod Friend
    #253649

    Issue 1:
    Is your .htaccess file looking like:

    #
    #RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
    #RewriteCond %{REQUEST_URI} (/|.htm|.php|.html|/[^.]*)$ [NC]
    #RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteCond %{REQUEST_FILENAME} !-d
    #RewriteRule (.*) index.php
    #

    or like:

    #
    RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
    RewriteCond %{REQUEST_URI} (/|.htm|.php|.html|/[^.]*)$ [NC]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule (.*) index.php
    #

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  VisiGod 16 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum