MyBB Hacks

Full Version: Showcase Forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
You get information from Alexa, right? Can I use another service? You can illustrate the use of another service?

Can put in place the "site info" the possibility of giving a user upload an image, eg

Can you help me?
Quote:7. Now, XThreads Options in Forum settings (the forum in the settings 1, 2, 3, 4, 5 and 6 above):

What your mean?
Forum Settings for your Showcase Forum.
how to add no follow link to url ?
(05-03-2010 08:43 AM)RateU Wrote: [ -> ]6. Now, we will create categories:
Create a Custom Thread Fields with this settings:
  • Title: Website Category
  • Key: scfcat
  • Description: Select your website category
  • Applicable Forums: 'select the forum in point 1, 2, 3, 4 or 5'
  • Input Field Type: Listbox
  • Field Input Height: 1
  • Values List:

    Code:
    Entertainment
    Encyclopedia
    Other

  • Editable by / Required Field?: Everyone (Required)
  • Display Order: 6
  • Allow Filtering: Yes
  • Formatting Map List:
    EDIT: Using {$forumurl?} for the filtering.

    HTML Code
    Entertainment{|}<a href="{$forumurl?}filtertf_scfcat=Entertainment"><span style="color: green;"><strong>Entertainment</strong></span></a>
    Encyclopedia{|}<a href="{$forumurl?}filtertf_scfcat=Encyclopedia"><span style="color: blue;"><strong>Encyclopedia</strong></span></a>
    Other{|}<a href="{$forumurl?}filtertf_scfcat=Other"><span style="color: yellow;"><strong>Other</strong></span></a>

    To display this formatting list, later we need to put {$GLOBALS['threadfields']['scfcat']} variable in our template.


The sorting function doesn't work for me.
Pages: 1 2 3 4 5
Reference URL's