The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] Post Templates v1 (vB4) Details »» | |||||||||||||||||||||||||||||||||||||||||||
[DBTech] Post Templates v1 (vB4)
Developer Last Online: Mar 2023
vB Post Templates
This is a conversion of the mod Deceptor originally developed for vBulletin 3.8.x located here, due to popular request he updated it to work fully with vBulletin 4.0.x and released it under the DBTech banner, and the DBTech team has now updated it further to work with the new CKEditor. Priority support is handled at the Developers Website @ www.DragonByte-Tech.com/forum How does it work? Very simple, in your User CP you can create two new things. One is categories for your post templates, and you'll need atleast one category before you can create a post template. Then secondly ofcourse, you can create post templates. Once you have atleast one of each, when making new topics, or replies, or blogs, or anywhere with the full post editor - including the vB CMS Article Editor, CMS Quick Reply and Forum Quick Reply! You'll see a new option integrated into the vBulletin WYSIWYG called 'Post Templates', clicking it will open a menu showing you your post templates categorised. Click any of the post templates, and AJAX will quickly request then spit the contents of that post template right into your post! ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications. We appreciate the support! ------------------------------------------------------------------------------------------- Features
This is pretty much a replica of the vB3 version except for two things: 1) "Defined" was changed to "Global", to make it easier to understand. 2) The User CP for Post Templates is a lot easier to use and maintain than previously. FAQ Q) I've installed, I got to my usercp but don't see a post templates menu? A) You'll need to grant your usergroup permissions to use Post Templates, edit your UG permissions like you would normally within vBulletin. Q) What is a "Global" template? A) Global means the template/category can be seen/used by those who have permission to do so. This mod displays a copyright notification in the footer of all pages which includes:
Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Comments |
#82
|
||||
|
||||
Post Templates v1.6.1 Patch Level 1
Fixed: Post Templates would not work correctly on the CMS in vB 4.1.4 and newer Fillip |
Благодарность от: | ||
Mr_Running |
#83
|
|||
|
|||
Can this mod also be used to show the users of my forum a template for new posts in a certain category? I want to register feature requests for our software on the forum, but I would like users that create a new feature request to include certain information. It would be great if I could pre-populate the new post page with a feature request template.
|
#84
|
||||
|
||||
Quote:
The result of which is displayed above the first post, optionally only to allowed usergroups. Fillip |
#85
|
|||
|
|||
Hi I am trying to display a plugin only in some forums, but that applies more conditional achievement not only displayed in these forums. There anyone who can assist me with this?
The plugin is: https://vborg.vbsupport.ru/showthread.php?t=277323 and conditional that will apply is this: Option 1 Code:
<vb:if condition="in_array($forum['forumid'], array(58,59,60,62,69))"><li class="popupmenu menubutton fonts nomouseover nohovermenu editormenu" id="{vb:raw editorid}_popup_posttemplate"> <div class="popupctrl"><div id="{vb:raw editorid}_postemplatefield">{vb:rawphrase post_templates}</div></div> <ul class="editorpopupbody popupbody popuphover"> {vb:raw posttemplates} </ul> </li></vb:if> Code:
<vb:if condition="!in_array($forumid, array(58,59,60,62,69))"><li class="popupmenu menubutton fonts nomouseover nohovermenu editormenu" id="{vb:raw editorid}_popup_posttemplate"> <div class="popupctrl"><div id="{vb:raw editorid}_postemplatefield">{vb:rawphrase post_templates}</div></div> <ul class="editorpopupbody popupbody popuphover"> {vb:raw posttemplates} </ul> </li> </vb:if> |
#86
|
||||
|
||||
This has been handled @ our site
Fillip |
#87
|
|||
|
|||
Can this plugin be set to only be used in certain Forums?
|
#88
|
||||
|
||||
Unfortunately that's not possible at this time, sorry
Fillip |
#89
|
||||
|
||||
Currently getting a white page error when this is enabled on my forums.
|
#90
|
||||
|
||||
Please turn on display_errors in php.ini and make sure SKIP_ALL_ERRORS is not enabled in vB's config.php.
Fillip |
#91
|
||||
|
||||
I'm trying to do the manual edits and I don't see editor_toolbar_on.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|