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.

1.1.2 - sticky, closed, ... discussions

edited March 2007 in Vanilla 1.0 Help
Hello. I've successfully upgraded my 1.0.1 to 1.1.2 but now I'm having a few problems with the discussion prefixes. I get this instead:
TextPrefixTextStickyTextSuffix Discussion title

What could be the problem?

Comments

  • MarkMark Vanilla Staff
    edited March 2007
    Are you using a custom language dictionary?

    If so, you are probably missing the following new/updated definitions:

    // Added for Vanilla 1.1 on 2007-02-20 $Context->Dictionary['ErrPostBackKeyInvalid'] = 'There was a problem authenticating your post information.'; $Context->Dictionary['ErrPostBackActionInvalid'] = 'Your post information was not be defined properly.'; // Moved from settings.php $Context->Dictionary['TextWhispered'] = 'Private'; $Context->Dictionary['TextSticky'] = 'Sticky'; $Context->Dictionary['TextClosed'] = 'Closed'; $Context->Dictionary['TextHidden'] = 'Deleted'; $Context->Dictionary['TextSink'] = 'Sink'; $Context->Dictionary['TextBookmarked'] = 'Bookmarked'; $Context->Dictionary['TextPrefix'] = '['; $Context->Dictionary['TextSuffix'] = ']'; // Added for new update checker $Context->Dictionary['CheckingForUpdates'] = 'Checking for updates...'; $Context->Dictionary['ApplicationStatusGood'] = 'Vanilla is up to date.'; $Context->Dictionary['ExtensionStatusGood'] = 'This extension is up to date.'; $Context->Dictionary['ExtensionStatusUnknown'] = 'Extension not found. <a href="http://lussumo.com/docs/doku.php?id=vanilla:administrators:updatecheck">Find out why</a>'; $Context->Dictionary['NewVersionAvailable'] = 'Version \\1 is available. <a href="\\2">Download</a>'; // Altered for new applicant management screen $Context->Dictionary['ApproveForMembership'] = 'Approve'; $Context->Dictionary['DeclineForMembership'] = 'Decline'; $Context->Dictionary['ApplicantsNotes'] = 'Use this form to approve or decline new membership applicants.'; $Context->Dictionary['NoApplicants'] = 'There are currently no applicants to review...';
  • Also, the Extension update checker is not working. I get the following javascript error:
    UpdateCheck is not defined

    Am I missing something here? I've uploaded everything except the conf and extension files, and also updated my language pack.
  • edited March 2007
    @Mark: yeah, silly me, I fixed that (along with my Serbian language pack here on lussumo) but forgot to re-upload. :) Thanks, that's fixed now, I only have the updatecheck problem left.
  • MarkMark Vanilla Staff
    edited March 2007
    Sounds like you have cached javascript files. A forced reload of those files in your browser (hard-refresh) should fix it.
  • Yup, that was it. Thanks again.
This discussion has been closed.