vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - Thread Stencil (https://vborg.vbsupport.ru/showthread.php?t=130162)

Staxed 02-03-2007 09:36 AM

Quote:

Originally Posted by sebbe (Post 1172499)
No it isn't. And I thought you already figured since you had marked this mod as "Install".

Thanks :)

(and I always mark something as installed if I plan on installing it...and remove the install if I decide not to :))

Dave-ahfb 02-03-2007 08:24 PM

Does it work on 3.6.4?

sebbe 02-03-2007 10:03 PM

Quote:

Originally Posted by Dave-ahfb (Post 1173880)
Does it work on 3.6.4?

I haven't personally tested but it should work. The guy above installed it on version 3.6.4 and hasn't complained yet. ;)

akanevsky 02-03-2007 10:24 PM

Not bad at all for a "first hack". :)

Jetrome 02-04-2007 08:57 AM

Awesome hack. very useful for me.

fyi, using this on 3.6.4 and workign flawlessly

paidtoshop 02-04-2007 04:11 PM

Is there anyway this can be used to create thread automaticaly daily at a set time?

sebbe 02-04-2007 04:27 PM

Quote:

Originally Posted by paidtoshop (Post 1174514)
Is there anyway this can be used to create thread automaticaly daily at a set time?

Not this particular mod. But if you know how to, you can point a Scheduled Task to a small php script that creates the thread(s).

Hawk7173 02-17-2007 10:44 PM

Just for clarity, can this be used in two of the forums and not in the rest? Thanks

Antivirus 02-17-2007 11:28 PM

nice work, and cool idea!

Hawk7173 02-18-2007 05:52 PM

Cleared up and installed:up:

MeMySelfNi 04-05-2007 08:30 AM

*installed*

gbox master 01-20-2008 05:07 PM

*installed*

nice work and thnx :up:

Elenna 01-28-2008 02:21 PM

Quote:

Originally Posted by stomph (Post 1163122)
Hi there, this is really nice! :)

Would it be possible to add stencils to new events? I have the eventforums hack installed and adding a new thread in a linked forum shows no stencil.

I am also using eventforums (with RSVP) and am curious if anyone has gotten this to work with that?

kartik786 01-28-2008 03:44 PM

any luck with the clear gray text in new thread BODY area..

also, it'd be great if there can similar options for quick reply box of each forum.

vwdforum 02-05-2008 09:21 PM

working on my 3.7 beta 3

Tim_GPN 02-06-2008 11:30 PM

Awsum mod!!! Installed!

VBUsers 03-21-2008 12:35 AM

works great and thanks

apiasto 03-21-2008 03:17 PM

nice hack thnx,is it possible to redirect that person to this thread so he know that he is being interviewed,or if i wanna use this for a new user and inform him about this,thnx

tuankm123 03-21-2008 10:42 PM

I did install this mod. It's very nice. However, I have to set it for a specific forum. Is there any way to apply for all sub forums if I set it for their parent forum?

Thanks

valdet 04-21-2008 12:26 AM

This is a great mod. It perfectly works on vB 3.6.8.

Thanks

Goodman_2020 04-21-2008 12:46 AM

works perfect on 3.6.9! exactly what i was looking for, thx!

Peterpan002 08-23-2008 02:36 PM

Can a stencil be made which includes setting the post background colour?

kud0gfx 09-01-2008 01:40 AM

works on 3.7.2, but doing what says #55

Bram H 11-03-2008 04:32 PM

/me marks install, works perfect with vB3.7.3 too!! Thanks a lot

dvbusuario 12-28-2008 09:50 PM

1 Attachment(s)
Install in vBulletin 3.7.4 Level 1!!!

Very Good!!! :up:

Thank You :)

Translate in Spanish :D

gbox master 04-13-2009 02:45 PM

i hope it still works in 3.8.xx

this mod is one of the mods that should be build in vB
its a real good mod when you want to have youre members answer some questions when they post a new thread
:up:

KevinGupta 04-22-2009 05:56 AM

Does it work with 3.8.x?
I may not download this doesnt work with 3.8.x and any problems so far?

adivor 04-28-2009 04:17 PM

HELLO TO ALL,

great mod (work with vbull 3.8) but i have a question:

how is possible insert this in fast reply box?

how is possible delete all stencil message with mouse click?

I see this mod in one forum and i would like insert :o

Itchy Nips 07-16-2009 02:03 PM

works great on vB 3.8.3!
installed an voted.

Marek58 09-21-2009 12:50 PM

1 Attachment(s)
Polish version


kalvin 12-18-2009 08:21 AM

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
if ($foruminfo['stencilon'])
{
// Write stencil
    // Replace [username]
    $foruminfo['stenciltitle'] = str_replace("[username]",$vbulletin->userinfo['username'],$foruminfo['stenciltitle']);
    $foruminfo['stencilmsg'] = str_replace("[username]",$vbulletin->userinfo['username'],$foruminfo['stencilmsg']);
    // Replace [date]
    $foruminfo['stenciltitle'] = str_replace("[date]",date("dS F Y"),$foruminfo['stenciltitle']);
    $foruminfo['stencilmsg'] = str_replace("[date]",date("dS F Y"),$foruminfo['stencilmsg']);
   
    $newpost['title'] = $foruminfo['stenciltitle'];
    $newpost['message'] = $foruminfo['stencilmsg'];
}


Antyrael 12-29-2009 06:05 PM

Nice, this works on vBulletin 4.0 Gold without a glitch, good job Sebbe :)

lastpoet 05-24-2010 10:02 AM

Works perfectly on Vbulletin 4.0.3

Very nice work.

jfreeze 06-18-2010 05:54 PM

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

mytweakerart 03-03-2011 08:22 PM

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

mytweakerart 03-03-2011 08:39 PM

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']);

mytweakerart 03-04-2011 08:32 PM

This mod is great!

HOW can i make it work in the Private Message page?

ProFifaLeagues 11-25-2011 07:58 PM

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

deverill2010 06-24-2012 12:05 PM

Is this working on 4.2? It's exactly what i need!

ProFifaLeagues 06-25-2012 08:09 PM

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 01:49 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01224 seconds
  • Memory Usage 1,787KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete