conf/config.txt file usage

Discussion in 'Hacks and Advanced Features' started by winter, Mar 10, 2010.

  1. winter Tapatalk Master

    This is for vBulletin, phpBB and IPB. Regarding how to fine-tune this plugin by editing the config.txt file.


    "version" - it is important as we use it to determine serverside version so to hide some features if they version is too old

    "is_open" - it tells the app that whether this forum is closed, the plugin will first check your forum forum on/off settings, if it is "on", then it will check this "is_open" flag, if it is "1", then it will return "1" to the app.

    "guest_okay" - turning this to "0" will force user to login before entering forum.

    "reg_url" - the "Register" button will use this value to direct user to the register screen in safari

    "hide_forum_id" (phpBB and vBulletin only) - Read here

    "shorten_quote" (phpBB and vBulletin only) - if set to "1", it will truncate the content in quoted content to 100 characters max. so to make the UI cleaner without long quoted text.
  2. DaveAK New Member

    Setting guest_okay to 0 doesn't give my users the chance to log in to the forum after they've selected it from the network. They just get a message saying that they do not have sufficient privileges and asking them to log in. But there's no way to login that I can see.
  3. winter Tapatalk Master

    Hello,

    which forum system you have trouble with? which forum url are you on? please create a new thread in the Issue Tracking so it can be tracked properly.

Share This Page