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)
-   -   End-User Options - Community Newsletter Light 1.0.1 (https://vborg.vbsupport.ru/showthread.php?t=190082)

denman75 10-08-2008 05:46 PM

installed since i bought the premium version ;)
its great ,runs like a charm

pmcnamara 10-12-2008 12:55 PM

Quote:

Originally Posted by pmcnamara (Post 1630993)
I have the mail queue mod set up to batch emails and throttle how many I send an hour.

for some odd reason, this newletter is skipping the queue.. making it impossible for me to use.

Gio, I didn't see a reply to this.. any advice ?

wmlvb 10-12-2008 08:58 PM

anyone know where and how to edit the # of members showing up in the OUR Community module of the New letter. I assume it is based on latest members that signed up in certain time period. I have a small site and new members trickle in at this time!! I want to have more than 10 members showing I would like to up to 50-100 member showing!

wmlvb 10-12-2008 09:01 PM

I see the skin when sent to mac acct but no skin when sent to gmail. Do I need to change setting some where.

rockinaway 10-13-2008 04:36 PM

I am having the same trouble as others. My images won't show up. Only my logo shows up, which has the full URL linking to it.

noppid 10-13-2008 06:28 PM

The complaint of missing images in html mail is a bug from the original commbull.

After grabbing the CSS and before building the output, you gotta do something like...

PHP Code:


    
//Fix remote links css
    
if(substr($css,05) == '<link' )
    {
        
$css_url $vbulletin->options['bburl']."/clientscript";
        
$css str_replace('clientscript',$css_url,$css);
    }

    if(
$fixcss)
    {
        
// add full site url to gradients, etc in css
        
$css str_replace(' url('," url({$vbulletin->options['bburl']}/",$css);
    } 


rockinaway 10-13-2008 06:28 PM

Which file is this in? Can you give me the code to place it below?

noppid 10-13-2008 06:30 PM

I have no idea where to put this. It's not my project. ;)

rockinaway 10-13-2008 06:32 PM

Yeah I figured.. the code won't work anyway. I had a little look at it..

noppid 10-13-2008 06:36 PM

You can try and find where the newsletter is parsed and before that run the suggested code with any needed adjustments against $headinclude. Pass it to another var called maybe $nl_headinclude and parse that into the newsletter so the rest of the forum output is not messed up, thus leaving $headinclude as it was originally.


All times are GMT. The time now is 03:24 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.01300 seconds
  • Memory Usage 1,739KB
  • 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_php_printable
  • (1)bbcode_quote_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