MyBB Hacks

Full Version: Trivia 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 6
(01-13-2011 05:52 AM)RateU Wrote: [ -> ]tc3c Display Format:

HTML Code
<div id="tc3" class="content">{VALUE}</div>


haha, I was looking at the tc2!  Just about to change it when you replied.  

That did the trick!  It seems to be working as I wanted!

Thank you for the help!  I really appreciate it!  I almost had it on my own...LOL!
Glad you can create your own XThreads application, RocketFoot Smile
Congrats! Smile
Oh, one more minor question...is there a way to move the main content box up above the answer and winner box...just on this forum?  see screen cap below...I think it would be better to enter the question and then the answer and winner after...
You need to create tf_newthread and tf_editpost_first template for that.
(01-13-2011 06:21 AM)RateU Wrote: [ -> ]You need to create tf_newthread and tf_editpost_first template for that.

...and just move the elements around as needed?  I may give it a try!

ETA:  I copied editpost and made it tf_editpost_first...is that correct?  I don't have an editpost_first to copy.
Yep.
{$tfinputrow['key']} will displaying a full row of the custom thread fields.
Example:
{$tfinputrow['tc2c']} will displaying:
---------------------------------------
| Custom Thread Title: | Textarea here |
---------------------------------------

{$tfinput['key']} will displaying the input fields only.
Example:
{$tfinput['tc2c']} will displaying the textarea only.

To use this, you need to set the Hide Input Field setting for that custom thread field to Yes (only for custom thread fields that you want to place it manually).
I just moved {$extra_threadfields} down lower and it seems to be right where i want it!

I didn't have to split the fields up as they were already in order.  

This was kinda fun!  Thanks again for the guidance!  Maybe I can do an example/tutorial for the Trivia Forum!
Yay Rocketfoot. It looks good on the screenshots, very sharp Smile I think a trivia forum would be a cool application if you were to share it.
Thank you!  Yes, I think I will write up a tutorial this weekend.  I'll just do an example for one forum even though I used 2 forums (regular members and VIP members)  We have actual prizes from vendors that we give away to each group so I had to keep them separate.  

Here is a live trial run question:

http://www.7173mustangs.com/thread-weekl...http://www.7173mustangs.com/thread-weekly-fun-question-test

The only thing I would like to do is find a way to send my supermod's posts to moderation queue like the other members so their posts are invisible and they cant see the other members' posts.  That kind of spoils the question, LOL!  For right now, I just excluded them from the contests, which is probably better in the long run.  No one wants to see staff members win prizes.

Also, does anyone know of a good 'bump after editing' plugin?  That would be cool especially if it would bump after a hidden reply is posted??
I have one from ZingaBurga that I got from somewhere - it works on 1.6. I can't see it on the list here though. Its not bump after editing - its a Bump without editing. But it will work the same I guess.

Edit - BUMP.
Pages: 1 2 3 4 5 6
Reference URL's