1. This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.
  2. In order to post messages and view attached files in this forum, you must be a licensed XenForo customer.
    If you can't post, enter your forum username in the Associated Forum Users form in your customer area.

Announcing Forum Runner - XenForo iPhone/iPad/Android App!

Discussion in 'Add-on Releases [Archive]' started by ClemsonJeeper, Feb 12, 2011.

  1. kingston Active Member

    I am all for a mobile style, but what is wrong with offering your readers an alternative? No one is forced to go get the app, but man people have been extremely negative about installing this on their forum (and in the earlier forums too when talking about TapATalk). It blows my mind. If you don't like it or dont want to use it, dont! It's really simple.
    Anthony and Peggy like this.
  2. ClemsonJeeper ForumRunner.net

    Nope, it should set a cookie when the hit "Cancel" on the prompt. If it doesn't, that is a definite bug! Can you post me the URL to your forum so I can debug?

    thanks!

    Edit, just saw the link in your signature. I see the prompt is disabled - can you enable it temporarily? Sorry for the issues!
  3. ClemsonJeeper ForumRunner.net

    Sorry, must have missed it. What do you mean buying the full app and buying the paid app?

    If you install the add-on, your users can pay 1.99$ for the full Forum Runner app which allows posting/etc.

    If you don't want your users to pay for the app, YOU can purchase a branded license where we build you a custom app for your forum that goes into the app store and is listed for free. Your users then download the free app (with your icon and your splash graphics) for your forum and then use that instead.
  4. Shelley Well-Known Member

    How much is a branded license if I may ask? An s it a one off fee/ or re-occurring on a yearly/monthly basis. Thanks. :)
  5. kingston Active Member

    http://fierceboard.com

    I turned it on for the next 10 minutes (cause it is annoying to the users!)
  6. ClemsonJeeper ForumRunner.net

    http://www.forumrunner.net/?p=branding

    249$/year for one device, 100$ each additional device. App is fully supported and updated, I take care of listing it and keeping it up to date with new features / bug fixes.
  7. Shelley Well-Known Member

    Thanks for the quick reply. I'm looking into this and very much interested as I'll be getting another android smartphone soon. Thanks again. :)
  8. ClemsonJeeper ForumRunner.net

    Weird. I see the issue but can't reproduce it on my test forum. You can go ahead and disable it again. I'm going to look into something and will shoot you a PM.
  9. kingston Active Member

    Thanks man!
  10. Anthony Parsons Well-Known Member

    WOW... seriously nice. Amazing how much everyone has been hanging out for a serious mobile solution... just from the response this has got. Will be registering now and checking it out for my users. Nice work.
    Kier and ClemsonJeeper like this.
  11. FreshFroot Well-Known Member

    See I tell coders the same thing. But they bash me and say vB is easier to code than XF.... And that too here at the XF forums.
  12. Kier XenForo Developer

    If one is trying to do something really simple, then vB is probably the easier of the two apps to write for due to its procedural approach. However, if one is trying to write code that really integrates with the system and has wide reaching effects, such as Forum Runner, XenForo's modular MVC approach makes this a far easier task.
    pipedreams likes this.
  13. DavidH Member

    Thanks for this! I previously used Tapatalk on vB and was waiting for those guys to release a XenForo plugin.

    Luckily for me - they haven't yet and I've switched to ForumRunner which feels far nicer and I love the ability to change the header colour, it's a simple but great touch! So far so good, I'll see what my forum users think about it :)

    I don't get any mobile prompt though, regardless of the setting being ticked. I've checked the page source and I can't see anything that would reference the javascript. I'm using the Flexile theme, is there something I need to change by hand?
    ClemsonJeeper likes this.
  14. DSF Well-Known Member

    I prefer a own xF Mobilestyle. It's give more independence.
    erich37 likes this.
  15. DavidH Member

    I think I've read the entire thread now and I can't see this request - either that or I've missed the feature in the mobile app!

    I can't see the ability to 'like' posts. Will this be added? :)

    --

    Also, does the application allow the google analytics information under Options -> Statistics & Metrics be used (in the background ofc)? I use google analytics quite often so it would be nice to see if there is an increase on that if people are checking the forums via the application.
  16. Cheesegrits Member

    Does Forum Runner address the major irritation I have with Tapatalk, which is ...

    Google for something. Get the hit I want in the results list, in the form of a built in Android browser link. Hit the forum page in the Android browser. Popup appears telling me that the forum is Tapatalk enabled, and gives me a link to install Tapatalk ... even if I already have Tapatalk installed and the site in question is already in my subscribed list. So I have to open Tapatalk, then search again for what I already found in Google.

    Whereas what I'd obviously like to happen is to simply have Tapatalk / Forum Runner integrated into the Google search.

    I've only just started looking at Android development (got the SDK and Eclipse plugin going yesterday, and "Hello World" running, but that's about it!), but I would hope that Google search would have an implicit intent that could be used.

    -- hugh
  17. Carl Active Member

    Yes that problem exists.
  18. steven s Well-Known Member

    The pop up can be removed. It's something that I keep on forgetting to do myself.
  19. ClemsonJeeper ForumRunner.net

    Probably. Unless the theme has the "page_container_head" template hook, you will need to manually add the detect code.

    You can do so by adding:

    HTML:
    <script type="text/javascript" src="/path/to/forumrunner/detect.js"></script>
    Into the template for the header somewhere. Obviously change the /path/to to the path to your forum's installation.
  20. ClemsonJeeper ForumRunner.net

    Yup, I'm going to work on that today. "Like" and "Alerts" support along with push notifications for Alerts.

    As for the analytics.. Not sure. I assume this setting injects javascript into the footer or something of every page, right? That won't work with Forum Runner as we aren't using a WebView to fetch the data, so there isn't a javascript processor involved. We pull the data from the database and encapsulate it via JSON to send back to the app, which then simply displays it.

Share This Page