MyBB Hacks

Full Version: Suggestion Forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
WOW, amazing tut

My own "mybb Ideas" Smile

Thanks RateU
I'm thinking about using this as a simple product review forum.  My question is...how do the filters get designated?  (confirmed, implemented and rejected?)  I will need to remove them or change them to something else like Pros, Cons and something else?
OK...I figured it out!  I made the filters into categories for the product review.  

One thing i would like to add is user's avataar to the comments...how can I do it?  I tried adding {$post['useravatar']} to xtsug_forumdisplay_thread template but it didn't work.

http://www.7173mustangs.com/thread-product-review-test
If you use the template from this suggestion forum, there is a dropdown menu when you click each author username. The avatar is in the dropdownmenu.

Or do I misunderstand what you mean?
Ah, OK...I didn't know that!  Nice!

Another minor question...in the first post on the page I linked above...there is a " | " floating on the right side of the box...what is that from and am i missing something else like the post #1 or something?
I'm sorry, but I can't see it. Could you please post the screenshot?
Sure...here you go.  See red arrow.
It is viewable by Administrator / Moderator only (usergroups which has an ability to use moderation tools).
It comes from (not directly) xtsug_postbit_first_posturl template.

If you want to remove it, you need to create a new template:
xtsug_postbit_first_inlinecheck

HTML Code
<input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle;" {$inlinecheck}  />

Are you referring to just the line or the checkbox?  I just want to remove the line " | "

Nevermind...I made the new temp and it is perfect!

Thanks!
Yes. It will remove just the " | " from there.

Edit:
Glad you can solve the problem.

BTW, if you want to change the rate image, for example to rate.png, just modify the xtsug_forumdisplay_thread_rating and xtsug_showthread_ratethread template. You can find this code there:

HTML Code
<img src="images/rate.jpg" alt="Vote" title="Vote" />


Change the image as your needs to make it transparent (using transparent gif or png).

Pages: 1 2 3 4
Reference URL's