Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

error with hot discussion

edited January 2008 in Vanilla 1.0 Help
i get this when i click the hot discussion button on the panel

Notice: Use of undefined constant UD_ADD_TAB - assumed 'UD_ADD_TAB' in ***/extensions/HotDiscussions/default.php on line 102


and also the button shows up for the guests
is there anyway to not do that?

Comments

  • Options
    Looks like a typo. Try changing this at line 102:
    if( UD_ADD_TAB )
    by this:
    if( HD_ADD_TAB )

    Let me know if it works, I'll upload a new version if it does. Please use the official thread, it makes bug tracking easier.
  • Options
    edited January 2008
    my bad
    sorry
    and thank you
    i will let u know


    AWESOME
    it workds
This discussion has been closed.