test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ebrandz Friend
    #160181

    I want Front Page Meta Title should Randomly Pick from Article which are assigned as Front Page Article?

    For example in Ja telina iv there is Ja news module which has list of Latest articles so i want Front Page title should be display from then only automatically whenever user open website he/she will see new title randomly from ja news modules.

    Please let me know how can i do it..

    Awaiting for urgent reply.

    Ninja Lead Moderator
    #377057

    yes, there is a solution, follow this:
    open modulesmod_janews_fptmpldefaultblog.php
    after

    defined('_JEXEC') or die('Restricted access');
    add:


    if(!$rows) return ;
    $mainframe->setPagetitle ($rows[rand(0, count($rows) - 1)]->title);

    hope that can help you

    ebrandz Friend
    #377151

    Thanks for reply ,

    But this is not help me at all. Nothing is changed still showing me same <title>Welcome to the Frontpage</title>.

    Is there any other way..?

    Ninja Lead Moderator
    #377718

    I’ve tested on my local site, after altering code have you cleared the cache ? (both system and jat3)
    If you still cant get it worked, please update your admin & ftp account in your ticket:
    http://support.joomlart.com/index.php?/Tickets/Ticket/View/64812
    I will help.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 13 years, 9 months ago.

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