vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - Commbull (Community Bulletin) 5.1b (https://vborg.vbsupport.ru/showthread.php?t=230359)

rluna559 07-12-2010 08:17 AM

i would like the commbull.php cron file. I plan to use it with Pauls mail queue hack. Thanks.

Dragonsys 07-14-2010 01:51 PM

There is a problem with the phrases in the xml file.

Code:

<phrase name="settings" version="5.0"><![CDATA[Settings]]></phrase>
The phrase above, overwrites the existing VB Phrase for settings. This is not really a huge problem, but if you uninstall Commbull, then it removes this phrase, which makes everything else in VB which uses it look funny, and you have to recreate the phrase.

This phrase should be removed from the Commbull xml file, so that this product neither installs nor removes it.



BTW, this is an awesome product, and I look forward to seeing what you do with it in the future.

grandeur_69 07-14-2010 02:27 PM

that's what you get for uninstalling an awesome product ;) ... i will make sure I update the code XML

Dragonsys 07-14-2010 02:59 PM

Quote:

Originally Posted by grandeur_69 (Post 2069071)
that's what you get for uninstalling an awesome product ;) ... i will make sure I update the code XML

lol I know right. I only uninstalled for testing. I have reinstalled it now anyway :P

Dragonsys 07-17-2010 04:29 PM

is it possible to give a usergroup, other than Admin, access to send newsletters?

Dragonsys 07-17-2010 05:25 PM

when I click on Send I get this at the top of the page:

Quote:

Parse error: syntax error, unexpected T_STRING in /.../forums/admincp/commbull_functions_preview.php(121) : eval()'d code on line 25
everything seems to be working fine though...

Eric 07-18-2010 12:24 AM

Quote:

Originally Posted by blackberry (Post 2062924)
I just renamed admincp to admincpforum and its giving me error i have changed the code like mentioned

Code:

$vbulletin->config['Misc']['admincpforum']
tell me wht to write

thanks

You're not supposed to change the actual variable. It should be:

PHP Code:

$config['Misc']['admincpdir'] = 'admincpforum'

In your ./includes/config.php file or if you're editing this within one of the mod files it should be:

PHP Code:

$vbulletin->config['Misc']['admincpdir'] = 'admincpforum'

Quote:

Originally Posted by Dragonsys (Post 2070743)
when I click on Send I get this at the top of the page:



everything seems to be working fine though...

Edit ./admincp/commbull_template_html.php

Find on line #182
Code:

<td><a href=\"{$vbulletin->options['bburl']}/login.php?do=lostpw&$commbull[referal_tag]\">{\$vbphrase[forgotten_your_password]}?</a></td>
replace with
Code:

<td><a href=\"{\$vbulletin->options['bburl']}/login.php?do=lostpw&\$commbull[referal_tag]\">{\$vbphrase[forgotten_your_password]}?</a></td>

asuccar 07-19-2010 11:27 PM

Hey guys,

I downloaded & installed this great mod without a hitch...I configured the html to look exactly as I wanted it to.

When I was ready, I went to the send page and clicked on the 'send' button below...then the mod done its thing and listed all my user (blu blu...user...html ok) and way at the bottom it says 'All Done!.

Problem: None of my users got the email! And there's no way (that I know of) to verify delivery (something like 'sent mail')...can anyone tell me what's going on?

Alfa1 07-20-2010 12:17 AM

I emailed a newsletter with the default setup to myself and opened it in squirrelmail: there was no content at all.
Sending it to a more advanced email webmail solution did have good results.

I wonder what % of people uses an email solution that is able to open this?

asuccar 07-20-2010 05:28 AM

None of my users actually got an email at all. I'm using my host smtp server that lets me send 500 emails an hour...I only have 300 members:) - i.e. assuming this mod uses the same email details as found in admincp-->settings-->options-->email options...or not?


All times are GMT. The time now is 11:01 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.01434 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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