joomla blog

Discussion in 'Joomla' started by techimtiyaz, Jun 27, 2012.

  1. #1
    Hi,
    Please suggest me a free joomla blog extension for joomla 1.7
     
    techimtiyaz, Jun 27, 2012 IP
  2. Praful.Kamble29

    Praful.Kamble29 Member

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #2
    Check EasyBlog and JoomBlog.
     
    Praful.Kamble29, Jun 27, 2012 IP
  3. techimtiyaz

    techimtiyaz Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Dear Praful Thanks for reply, but both EasyBlog and JoomBlog are paid. I want some free.
     
    techimtiyaz, Jun 27, 2012 IP
  4. webservsol

    webservsol Greenhorn

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #4
    webservsol, Jun 27, 2012 IP
  5. Alfie

    Alfie Greenhorn

    Messages:
    82
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #5
    [h=3]EasyBlog would be the right extension for setting a blog in your joomla 1.7 website[/h]
     
    Alfie, Jun 28, 2012 IP
  6. joomlaguru

    joomlaguru Greenhorn

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #6
    it depends on the type of blog you have Article blog news blog website or community p.m me so that i can recommend some great extensions
     
    Last edited: Jun 28, 2012
    joomlaguru, Jun 28, 2012 IP
  7. fun98

    fun98 Greenhorn

    Messages:
    25
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    11
    #7
    try searching their extension directory they have a lot of free and paid extensions there
     
    fun98, Jun 30, 2012 IP
  8. mad82

    mad82 Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    hi
    im new to joomla n i got a problem with adding javascript to a simple plugin like,
    <?defined( '_JEXEC' ) or die( 'Restricted access' );
    $mainframe->registerEvent( 'onPrepareContent', 'header_convert' );
    function header_convert( &$row, &$params )
    {
    $plugin =& JPluginHelper::getPlugin('content', 'headerconvert');
    $pluginParams = new JParameter( $plugin->params );
    $js= '<head> <script type="text/javascript"> alert("here is the new text"); </script> </head>';
    $row->text = preg_replace("<body>", $js."<body>", $row->text);
    }
    ?>
    i did even tried with addScript() and addScriptDeclaration() couldn't fix that any help from anyone is greatly appreciated. thanks
     
    Last edited: Jul 13, 2012
    mad82, Jul 13, 2012 IP