Woopra Forums » Plugins and Add-ons

phpBB3 Plugin

(4 posts)
  • Started 5 months ago by â¡shocker!
  • Latest reply from benzon
  • This topic is not a support question
  • shocker!
    Member

    You have a vBulletin and a wordpress plugin, so why not make a phpbb3 forum plugin. :):) Just keep this idea in your mind.

    Posted 5 months ago #
  • Many of these come from our fans, not the development team, though we put it through its paces when we're notified of a new Plugin. So why not make one for us? We'd love it. Or contact someone within the phpbb3 community to help us create one. That would be wonderful! Thanks for the suggestion.

    Posted 5 months ago #
  • I'm going to have a look at it,but don't expect a full plugin just something to add to the footer as i don't know phpbb system well enough to write a plugin.
    Now if only nameserver updates were faster i would start it immediatly.

    Posted 4 months ago #
  • benzon
    Member

    <script type="text/javascript">
    var woopra_id = 'WoopraID';
    <!-- IF S_USER_LOGGED_IN -->
    var woopra_array = new Array();
    woopra_array['name'] = '<!-- PHP -->echo $user->data['username'];<!-- ENDPHP -->';
    woopra_array['Email'] = '<!-- PHP -->echo $user->data['user_email'];<!-- ENDPHP -->';
    <!-- ENDIF -->
    </script>
    <script src="http://static.woopra.com/js/woopra.js"></script>

    There we go this is actualy a easy way to get info from phpbb3

    You have to go to your Admin Panel And under General >> Security >> Enable PHP in Templates

    Then this will work

    REMEMBER to delete the caches files in your cache dir

    add it in overall_footer.html

    Posted 4 months ago #

RSS feed for this topic

Reply

You must log in to post.