Fork me on GitHub

Multisite frontend  Bottom

  • I have this multisite frontend on lexebus.net

    The links are all working fine, but I would really like to link to the right subdomains as well.

    The template for pnForum centerblock is showing this:


    How do I change it to link to the right path - but to a different domain (subdomain in this case).
  • http://sub.domain.com/index.php?module=pnForum&func=viewforum&forum=

    ..try that one.. maybe that'll do it. :)
  • It did, thanks

    Code

    <tr>
            <td bgcolor="<!--[ $bgcolor1 ]-->">
    <a href="http://forum.lexebus.net/index.php?module=pnForum&amp;func=viewforum&amp;forum=<!--[$lastpost.forum_id|pnvarprepfordisplay]-->"><!--[ $lastpost.forum_name ]--></a>
            </td>
            <td bgcolor="<!--[ $bgcolor1 ]-->">
                <a href="http://forum.lexebus.net/index.php?module=pnForum&func=viewtopic&topic=<!--[$lastpost.topic_id|pnvarprepfordisplay]-->&start=<!--[$lastpost.start ]-->"><!--[ $lastpost.topic_title|pnvarprepfordisplay|pnvarcensor|pnmodcallhooks ]--></a>
            </td>
            <td bgcolor="<!--[ $bgcolor1 ]-->">
                <!--[ $lastpost.posted_time ]--><br />
            </td>
            <td bgcolor="<!--[ $bgcolor1 ]-->">
                <a href="user.php?op=userinfo&amp;uname=<!--[ $lastpost.poster_name]-->"><!--[ $lastpost.poster_name ]--></a>
            </td>
        </tr>
  • 0 users

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