02-07-2011, 11:06 PM
02-09-2011, 07:50 AM
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?
02-10-2011, 03:55 AM
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
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
02-10-2011, 04:02 AM
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?
Or do I misunderstand what you mean?
02-10-2011, 04:08 AM
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?
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?
02-10-2011, 04:16 AM
I'm sorry, but I can't see it. Could you please post the screenshot?
02-10-2011, 04:20 AM
Sure...here you go. See red arrow.
02-10-2011, 04:26 AM
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
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
|
02-10-2011, 04:29 AM
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!
Nevermind...I made the new temp and it is perfect!
Thanks!
02-10-2011, 04:33 AM
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:
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
|
Change the image as your needs to make it transparent (using transparent gif or png).