Fork me on GitHub

Remove Posted By on Specific Topic  Bottom

  • Is there a way to remove the "posted by" line on only one particular topic?
  • Yep, but exactly how, I'll have to get back to you on, if no one beats me to it. It will be in your theme tho. Basically, find where it out puts that info, and write a code like...

    if !topicid=desired topic {
    print posted by;
    }

    Of course, that's pseudo code, not real code. And if you're using an AutoTheme theme, you may want to consider a custom command for it.

    --
    Home Page | Find on Facebook | Follow on Twitter
  • I am using AutoTheme. I thought about taking it out of the summary.html file but I want to keep posted by on other topics so that wouldn't work.

    If you know what the custom command would be, please share! I don't really know how to write code.
  • can anyone help me out here?
  • Code

    <? // check topic ID
    if ($info['topicid']=='6') {
        echo "".$info['informant']."";
    } else {
        echo "";
    }
    ?>


    --
    Zikula Themes

This list is based on users active over the last 60 minutes.