Woopra Forums » Plugins and Add-ons

MyBB?

(10 posts)
  • Started 1 month ago by batm
  • Latest reply from â¡shocker!
  • BatM
    Member

    Is there any available MyBB mod for Woopra? Would love to see the same sort of things as on vB mod.... *Hint Hint*

    I have 5 vB's and a few MyBB's and would love to have the details that the vB mod gives me (like username posts etc)

    Posted 1 month ago #
  • Cmafai
    Member

    Don't know if you are willing to trust me, but if you give me access to one of your MyBB sites I can make the mod for it. Atm I don't have the ability to make one because I am not very familiar with MyBB, but it shouldn't be hard :)

    I made one for IPB if you think it might be handy:

    http://mods.invisionize.com/db/index.php/f/8148

    Posted 1 month ago #
  • Lazy
    Member

    got it or still need it?

    Posted 1 month ago #
  • shocker!
    Member

    I need it

    Posted 1 month ago #
  • Lazy
    Member

    i`m going to post the code for mybb tomorrow, sorry, got a huge lack of time today and the dentist is waiting.. but tomorrow.. or some other guys around here are faster ;)

    Posted 1 month ago #
  • shocker!
    Member

    OK, you done yet, im so anxious lol

    Posted 1 month ago #
  • shocker!
    Member

    Umm try this one, i took it from the SMF thread. I know the email part works. but as for the username idk.

    <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
    var woopra_id = "391579221";
    var woopra_array = new Array();

    woopra_array["name"] = "{$username}";
    woopra_array["Email"] = "{$mybb->user['email']}";

    // ]]></script>
    <script src="http://static.woopra.com/js/woopra.js"></script>

    Posted 1 month ago #
  • pmk
    Member

    hmm what does $mybb represent? is there any $ calls in the template file you've added the woopra code?
    Ive tried with serveral ways, but im not sure which $ variable will get the username out.

    Can you please link to the forum where you got the code?

    Posted 1 month ago #
  • pmk
    Member

    sry double post

    Posted 1 month ago #
  • shocker!
    Member

    I think i found it. Confirmed, it works. It gives you basic info like Username and email :)

    <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
    var woopra_id = "391579221";
    var woopra_array = new Array();

    woopra_array["name"] = "{$mybb->user['username']}";
    woopra_array["Email"] = "{$mybb->user['email']}";

    // ]]></script>
    <script src="http://static.woopra.com/js/woopra.js"></script>

    Posted 1 month ago #

RSS feed for this topic

Reply

You must log in to post.