vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Email moderator mod (https://vborg.vbsupport.ru/showthread.php?t=33309)

RS25com 12-18-2001 03:16 AM

Can someone help me out - this is too simple I know, but I am clueless.

When someone posts a new reply I would like the default message to include the message that they posted. I found the template to modify (email_moderator) and tried some changes, but nothing... :(

Here's what I tried -

Hello,

$bbuserinfo[username] has just posted in the $foruminfo[title] forum of $bbtitle under the title of $threadinfo[title].

This thread is located at $bburl/showthread.php?threadid=$threadid

<!-- I added this -->

Title: $post[title]

Message: $post[message]

Attachment: $post[attachment]

<!-- End of addition -->

So how do I make it send me the message - what are the vB variables?

PLEASE let me know - my board is going crazy and I can't browse to it at work, only view emails. If it's bad, I can Terminal Services to my server if I have to moderate.. :D

jamesglewisf 02-11-2003 02:20 PM

Bump.

I'm trying to figure out how to do this also.

jamesglewisf 02-11-2003 02:29 PM

Btw, it seems like this should be in the forum for templates.

Erwin 02-11-2003 08:55 PM

A hack has been released that allows the message to be emailed. It's either by Logician or Lesane I think. Do a search for it.

jamesglewisf 02-12-2003 03:18 PM

I figured it out with help from the other board.

You use $message and $title. Still haven't figured out what the variable is for the signature. $signature isn't it.

Here is my email_moderator template, btw:
Code:

USER:  $bbuserinfo[username]
FORUM:  $foruminfo[title]
BBS:    $bbtitle
THREAD: $threadinfo[title].

This thread is located at $bburl/showthread.php?threadid=$threadid

-------------------------------
$title
$message
-------------------------------



All times are GMT. The time now is 12:27 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.00947 seconds
  • Memory Usage 1,715KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete