![]() |
Hi,
adding to the response: Plugin & Products System -> Add New Plugin: Product: Thread Stencil Hook Loioncat: newreply_form_start Title: Thread Stencil Execution Order: 5 Plugin PHP Code: Code:
//check if forums is supposed to have stencil or not |
Nice, this works on vBulletin 4.0 Gold without a glitch, good job Sebbe :)
|
Works perfectly on Vbulletin 4.0.3
Very nice work. |
This mod looks very interesting but if I understand correctly this populates the message with pre-canned text. I would like to dynamically supply the text through a URL argument (ie. something like this:
http://www.mydomain.com/forums?jfile...text_goes_here Is that possible? This would allow me to use a link to send the visitor to a newly created forum topic where they can discuss the article they were previously viewing (and automatically include a link BACK to the article they came from). James |
This is awesome!
How do i get more tags like [field1] [field2] etc to populate from my User Profile Fields? i have custom user profile fields, i would like to auto fill the message box with these.... ? thanks |
nevermind i figured out how to add custom fields
// Replace [field1] $foruminfo['stenciltitle'] = str_replace("[field1]",$vbulletin->userinfo['field1'],$foruminfo['stenciltitle']); $foruminfo['stencilmsg'] = str_replace("[field1]",$vbulletin->userinfo['field1'],$foruminfo['stencilmsg']); |
This mod is great!
HOW can i make it work in the Private Message page? |
Is there a way to get this to work for every post and reply in certain forums???
Works well on 4.1.3 but could do with the option for it to work on all posts and reply s if it is possible |
Is this working on 4.2? It's exactly what i need!
|
Yes works Fine on 4.2 deverill2010
I use a mod myself based around this and its pretty much the same code wise as well and we have had no issues at all. |
All times are GMT. The time now is 03:31 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|