vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Email Integration (New Threads/Replies by and through email!) (https://vborg.vbsupport.ru/showthread.php?t=169247)

nick_h 04-18-2011 07:28 PM

Forum still work fine , but i have a warning at the top of forum .

SimCityForum 05-15-2011 08:28 PM

This error is begin caused by line 238 in the file product-emailreplyint.xml, which is:

Code:

                        <phpcode><![CDATA[$globaltemplates = array_merge($globaltemplates, array('bbcode_quote'));]]></phpcode>
I haven't yet figured out what to do about it.

SimCityForum 05-16-2011 12:55 AM

Here is a listing of changes I made to try and get Email Integration working again.

product-emailreplyint.xml
Deleted line:238
Code:

<phpcode><![CDATA[$globaltemplates = array_merge($globaltemplates, array('bbcode_quote'));]]></phpcode>
Modified line: 781
Original:
Code:

WHERE postid = $postid
Modified:
Code:

WHERE contentid = $postid
If I find more changes that need to be made I'll post them, but it appears these changes get this plug-in working again on vB4.1.3

Cyricx 05-17-2011 08:10 PM

I'll be working on this in the next few days to come and dig over what others have found and what I can figure out to get a new release for vb4 sent out.

filipo 09-13-2011 03:06 PM

Quote:

Originally Posted by Cyricx (Post 2196865)
...what I can figure out to get a new release for vb4 sent out.

Cyricx, any updates on the status of your mod for VB4?

dybrn 09-14-2011 06:12 PM

Quote:

Originally Posted by Cyricx (Post 2196865)
I'll be working on this in the next few days to come and dig over what others have found and what I can figure out to get a new release for vb4 sent out.

I am looking forward to testing the release for vb4.

Baja 10-11-2011 04:27 AM

Quote:

Originally Posted by Cyricx (Post 2196865)
I'll be working on this in the next few days to come and dig over what others have found and what I can figure out to get a new release for vb4 sent out.

Yes, I too would love to see a vb4 version! I'm thinking of using this to create threads in an admin forum for notifications that are only available via email (firewall alerts, itrader alerts, etc).

Cat Terrist 12-05-2011 09:36 AM

Quote:

Originally Posted by Cyricx (Post 2196865)
I'll be working on this in the next few days to come and dig over what others have found and what I can figure out to get a new release for vb4 sent out.

Any luck with this? I would love to have this mod up and working for my users

RickMeyer 01-06-2012 06:07 PM

We need this functionality as well so I took the 2.6.1 beta release and made some pretty heavy changes. It seems to be working so I documented the changes I made and repackaged it as a dot release, hope I'm not stepping an any toes. Here is a summary of what I did:
  • Moved the 'subscribeforums.php' code into a plugin, EI_SubscribeForums, using the usersub_start hook location.
  • Also had to add a plugin, EI_EnableSubscription, using the usersub_add_complete hook point to enable the proper options in the drop-down when subscribing to the form.
  • Templates, USERCP_SUB_MGR and usercp_sub_mgr_forumbits, modified to use the vB4 layout methods.
  • Changed the USERCP_SHELL mod in the instructions to use a list instead of tables.
  • Modified the template, subscribe_choosetype, changing the first if condition to look at "$type=='threadid'" to determine if this is a thread or a forum.
Note - this is still largely untested but it seems to be working as originally designed.

filipo 01-06-2012 08:06 PM

Thanks very much, Rick! Anyone testing Rick's mod, please post your experiences here.


All times are GMT. The time now is 03:45 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.01468 seconds
  • Memory Usage 1,748KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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