The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'm trying to use a certain forum on my site for product reviews, and I'd like to have users include product ratings, etc., in their replies. I wanted to use the extra threadfields mod for this, but it only works when posting threads, and not replies. Adapting it for replies would take a lot of extra coding and modification. So instead, I thought I'd take an easier approach, and simply add some default content to the message editor after a user clicks "post reply", and also to the quick reply box.
Is there any way to do with via the template editor, using conditionals so the custom text only shows up in a certain forum? Attached is a screenshot of what I hope to accomplish. Any help would be appreciated! |
#2
|
||||
|
||||
![]()
This article will show you how to pre-fill data in your editor:
https://vborg.vbsupport.ru/showthread.php?t=135708 You'll just have to use the template conditionals you were talking about to fill in some data based on your requirements. |
#3
|
|||
|
|||
![]()
Since I'm not using a mod in which I need to include the editor, I don't think I'd need to make all the changes mentioned in that article. Where would I place $article[message] within my vBulletin template?
|
#4
|
||||
|
||||
![]()
Pay attention to the "edit" section of that article. When you call the construct_edit_toolbar('', in your template, your first argument will be a blank '',.
Change the '', in the template to what you want to display in the editor... Code:
construct_edit_toolbar('Rating (/10) Price: Comments: ', |
#5
|
||||
|
||||
![]()
There is a mod called something like the Stencil Mod which may be what you want.
|
#6
|
|||
|
|||
![]()
That should take care of it- thanks a lot!
--------------- Added [DATE]1239164215[/DATE] at [TIME]1239164215[/TIME] --------------- I could try that as well, Lynne, but it looks like significant modification would be needed for it to work with quick reply. https://vborg.vbsupport.ru/showthread.php?t=130162 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|