Recent content by Newton

  1. Newton

    Everything is possible when you are confident to do that........:)

    Everything is possible when you are confident to do that........:)
  2. Newton

    How to Create a Bridge?

    hi AUSFIFA, you can just change your code to this, in place of directly call XenForo_Model,you can use something like this $db = XenForo_Application::get('db'); $cUser = $db->fetchRow("SELECT * FROM xf_user WHERE `username` = '$sUsername' LIMIT 1");
  3. Newton

    How to Create a Bridge?

    1. first of all you create a file named xenforo_connect.php <?php class appXenForo { //Singleton Storage private static $bInitialized = false; /** * Initialise XenForo Functions */ function __construct() { } /* * Initialise the XenForom Controllers: */ public static...
  4. Newton

    Linking to Contact Us Page

    i want to redirect my page to same contact page so i used misc/contact in place of index but no changes has done...still it is redirecting to index page ???? please help me
Top Bottom