vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Community Bulletin Email Generator + HTML (https://vborg.vbsupport.ru/showthread.php?t=32129)

Prince 11-06-2001 08:40 PM

Yes, it worked perfectly for me! :)

Steve Machol 11-06-2001 08:46 PM

It was a file permission problem for me. Once I chmod'd it, it worked perfectly!

DarkReaper 11-07-2001 02:06 AM

To make excluding forums easier, would it be possible to have the forums shown in a hierarchial view, instead of a straight down list?

Littlebit 11-07-2001 02:47 PM

Installed great! But how did you get it readable for aol users in html? I'm using my aol browser and it's not converting for me. What's the trick?
Nice hack btw
Could there be an easy way to put a send as text option if I can't get it to work with aol?

christec 11-08-2001 03:15 PM

Bug:
All calendar events on the same day are not being displayed in the community bulletin email.

To fix the bug
Find This:
PHP Code:

while ($event $DB_site->fetch_array($events)) {
     if (
$event[eventdate] != $lastdate) { 

Replace With this:
PHP Code:

while ($event $DB_site->fetch_array($events)) {
     if (
$event[eventdate] != $lasteventdate) { 

:)

Littlebit 11-08-2001 03:40 PM

I thought I read that it worked fine for one of you guys using +html with AOL users. It's not working fine on my end and I would love to be able to just make some alterations rather then uninstall it all together.
Can anyone help me out with getting the html mailings to work with AOL? :?:
Thanks!
P.S. Christec...thanks for the bug fix!

christec 11-08-2001 03:50 PM

Can you send me a copy of the html email.
elric_red@hotmail.com

Littlebit 11-08-2001 03:57 PM

you have mail....its in need of modifications for AOL users to not see the html code...I just don't know how

christec 11-08-2001 04:35 PM

Here is a link that talks about AOL email client programs.
http://www.wilsonweb.com/wmt6/email-client-summary.htm
AOL version 4.0 and 5.0 do not support HTML
AOL version 6.0 only supports standard HTML

You can try upgrading AOL to the latest version 7.0 (I think)

The original Community Bulletin Email Generator outputs its data in text format.

You can get that here
https://vborg.vbsupport.ru/showthrea...threadid=16290

christec 11-08-2001 04:40 PM

For those of you who need both text and html here's a thought.
You can install the original Community Bulletin Generator and the HTML version. Just rename the html version to something other the commbull.php like html_commbull.php. You will also need to modify the admin/index.php file to include a link to generate both versions. Now you can send both version by using the same input data. Of course you will have to fill out both forms.

I have not tested this yet. It's just a thought.


All times are GMT. The time now is 05:35 AM.

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.02100 seconds
  • Memory Usage 1,737KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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