MyBB Hacks

Full Version: Article Gallery
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
It should be similar to the latest threads thingy.
Try this (attached). Edit the mnxt_latest_articles and/or mnxt_latest_articles_article templates to change the layout. By default, it loads the article categories. Just modify it if your article gallery doesn't use category. Put {$mnxt_latest_articles} variable manually in your index template.

Edit these lines as your needs:

PHP Code:
$fid = 27;// Articles Gallery Forum ID
$limit = 5;// How many latest articles should be displayed

thank you very much, i'll try this as soon as I can.

EDIT: yup, perfect.
Update:
Use Settings Overrides for the Post Per Page and Force Postbit Layout settings in create/edit forum settings:
  • Settings Overrides:
    • Setting: Showthread Options -> Post Per Page:
      Value: 4
      Modify it as our needs.
    • Setting: Showthread Options -> Post Layout
      Value: horizontal

      Code:
      postsperpage=4
      postlayout=horizontal

Is there any way to use the variables (or similar) on the threadlist: {$post['postdate']} {$post['posttime']}

would like to let people know when the article was posted, similar to other websites.
XThreads provides us with {$thread['threaddate']} and {$thread['threadtime']} variables for that.
Thanks!
Is it possible to make this it's own php file?

I.E. http://www.google.com/news.php ?
(06-30-2013 01:20 AM)RateU Wrote: [ -> ]Maybe this thread can help you:
http://mybbhacks.zingaburga.com/showthread.php?tid=346

How can I hide the forum from the forumdisplay but still have it active through the new "page"?

I tried active but says Invalid Forum.
There is a "Hide Forum" setting when you edit the forum...
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Reference URL's