Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #6  
Old 12-30-2005, 08:48 PM
Peter Walker Peter Walker is offline
 
Join Date: Oct 2005
Location: Germany
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Peter Walker
My question is, can vBulletin 3.5.0 be used to send all new posts in a similar way to a Yahoogroup which in turn sends out the post to my members.
I am now much further in implementing this idea. In fact, it is not even difficult.

vBulletin 3.5.2 has a function for automatically posting all new posts to a moderator. This function is ideal for posting all new posts to a specific Email address like a Yahoogroup for example. The Yahoogroup then handles the posting of all new messages to the members of that group. Digest messages are also possible.

First of all, I changed the text in the Phrase Type: Email Body Text, Varname "moderator" to:

Quote:
Thread link: $vboptions[bburl]/showthread.php?t=$threadinfo[threadid]

Posted by : $bbuserinfo[username]

$post[message]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DO NOT REPLY VIA EMAIL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Replies sent by email will go to the administrator, not the original poster!
To send a private message to the poster, click on the "Reply here" link (above) and then on $bbuserinfo[username] on the left.
and then the Phrase Type: Email Subject text, Varname "moderator" to

Quote:
[Forumname] $foruminfo[title_clean] - $threadinfo[title]
Note: [Forumname] is not a function, it is the actual name of your Yahoogroup. For example, my vBulletin Board is http://www.rifeforum.com and my Yahoogroup handling the message notifications is called Rifeforum. I have therefore written the following in this phrase:
Quote:
[Rifeforum] $foruminfo[title_clean] - $threadinfo[title]
This is the same format Yahoo Groups uses and is recognised as such.

Setup your Yahoogroup to be a notification only group where the only person allowed to post is the moderator with the Email address used by the board.

Once this is setup, all you have to do is define which forums will be sending all their posts to your Yahoogroup.

In the Forum Manager, select to edit the forum you wish to use to send notifications from.
Under Moderation Options, enter the Email address of your Yahoogroup in the field Email Addresses to Notify When there is a New Post and then save the changes. Repeat this for all the forums you want to setup notification for.

From now on, every new post in the respective forum is automatically sent to the Yahoogroup and from there onto all the members of that group.

Members can reply by clicking on the link at the top of the Email they receive.

The only problem left to be solved is that when the members click on the link, they are always sent to the first message in the topic, not the actual post.

A workaround is to use the following:
Quote:
$vboptions[bburl]/showthread.php?t=$threadinfo[threadid]&goto=newpost
The problem here is that only takes you to the correct post if it just happens to be the latest one.

The better answer would be to use the following in Email Body Text phrases, varname "moderator".

Quote:
$vboptions[bburl]/showthread.php?p=$postinfo[postid]#post$postinfo[postid]
but unfortunately that command does NOT work (it returns a blank).

I have not yet found out how to fix this, I would appreciate it if someone here could point out what needs to be done to be able to specifically use the post number instead of the topic number.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:08 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.03833 seconds
  • Memory Usage 2,467KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)showthread_list
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_threadedmode.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids_threaded
  • showthread_threaded_construct_link
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete