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)

angeljs 10-05-2011 05:42 AM

Well I don't know what to say, that's the error I'm receiving. :)

Igel1 10-31-2011 09:35 PM

Hello, I have a problem with the MOD under vb4.1.7
After a fresh installation (all other mods are disabled), it does not work.
Commbull Version 5.1b and the xml from https://vborg.vbsupport.ru/showthrea...=233798&page=7

I get an error message when sending mail related to the body.
The preview works though.

Code:

Parse error: parse error, expecting `T_VARIABLE' or `'$'' in  ...\admincp\commbull_functions.php(487) : eval()'d code on line 166

Parse error: parse error, expecting `T_VARIABLE' or `'$'' in  ...\admincp\commbull_functions.php(488) : eval()'d code on line 33

Can anybody help me, please.

Thanks
Igel1

Igel1 10-31-2011 11:51 PM

Sorry, my mistake.
The MOD works on 4.1.7
The error was because of my german translation since had a variable errors crept

Igel1 11-04-2011 07:55 PM

Hello all,

I would like to install a checkbox for the newsletter in the registry under vb4.1.7
this code:
Code:

 
                        <div class="blockrow">
                                <label>{vb:rawphrase receive_email}...</label>
                                <div class="rightcol">
                                        <ul class="checkradio group">
                                                <li>
                                                        <label for="cb_adminemail"><input type="checkbox" name="options[adminemail]" value="1" id="cb_adminemail" tabindex="1" {vb:raw checkedoff.adminemail} /> {vb:rawphrase receive_email_from_bulletin_board_staff}</label>
                                                </li>
                                                <vb:if condition="$show['email']">
                                                        <li>
                                                                <label for="cb_showemail"><input type="checkbox" name="options[showemail]" value="1" id="cb_showemail" tabindex="1" {vb:raw checkedoff.showemail} /> {vb:rawphrase receive_email_from_other_members}</label>
                                                        </li>
                                                </vb:if>

                                                  <li>
                                                            <label for="receivebulletin"><input type="checkbox" name="receivebulletin" value="1" id="receivebulletin" tabindex="1" {vb:raw checkedoff.receivebulletin} /> {vb:rawphrase receive_email_from_commbull}</label>
                                                    </li>
                                                                                                       
                                                    <vb:if condition="$show['email']">
                                                              <li>
                                                                      <label for="commbull"><input type="checkbox" name="commbull" value="1" id="commbull" tabindex="1" {vb:raw checkedoff.receivebulletin} /> />{vb:rawphrase receive_email_from_commbull}</label>
                                                              </li>
                                                    </vb:if>

                                        </ul>

in the template "register" show the text and the checkbox for the newsletter but there are no funktion under the checkbox.

Please can anybody help me.

Thanks Igel1


EDIT
Another question

In setting section when I select for "Only include threads that have been started or replied to since this date?" as yes, I get in the newsletter threads older than the date I selected.
The threads are older and the last post in the thread also older.

djbaxter 11-07-2011 02:04 PM

Quote:

Originally Posted by Igel1 (Post 2264511)
Hello all,

I would like to install a checkbox for the newsletter in the registry under vb4.1.7
this code:
Code:

 
                        <div class="blockrow">
                                <label>{vb:rawphrase receive_email}...</label>
                                <div class="rightcol">
                                        <ul class="checkradio group">
                                                <li>
                                                        <label for="cb_adminemail"><input type="checkbox" name="options[adminemail]" value="1" id="cb_adminemail" tabindex="1" {vb:raw checkedoff.adminemail} /> {vb:rawphrase receive_email_from_bulletin_board_staff}</label>
                                                </li>
                                                <vb:if condition="$show['email']">
                                                        <li>
                                                                <label for="cb_showemail"><input type="checkbox" name="options[showemail]" value="1" id="cb_showemail" tabindex="1" {vb:raw checkedoff.showemail} /> {vb:rawphrase receive_email_from_other_members}</label>
                                                        </li>
                                                </vb:if>

                                                  <li>
                                                            <label for="receivebulletin"><input type="checkbox" name="receivebulletin" value="1" id="receivebulletin" tabindex="1" {vb:raw checkedoff.receivebulletin} /> {vb:rawphrase receive_email_from_commbull}</label>
                                                    </li>
                                                                                                       
                                                    <vb:if condition="$show['email']">
                                                              <li>
                                                                      <label for="commbull"><input type="checkbox" name="commbull" value="1" id="commbull" tabindex="1" {vb:raw checkedoff.receivebulletin} /> />{vb:rawphrase receive_email_from_commbull}</label>
                                                              </li>
                                                    </vb:if>

                                        </ul>

in the template "register" show the text and the checkbox for the newsletter but there are no funktion under the checkbox.

Please can anybody help me.

Thanks Igel1


EDIT
Another question

In setting section when I select for "Only include threads that have been started or replied to since this date?" as yes, I get in the newsletter threads older than the date I selected.
The threads are older and the last post in the thread also older.

See https://vborg.vbsupport.ru/showthread.php?t=233798

Igel1 11-07-2011 07:46 PM

Sorry, but in the other thread are no info on how to build in a checkbock for the newsletter in the registry site.

And this question:
Quote:

In setting section when I select for "Only include threads that have been started or replied to since this date?" as yes, I get in the newsletter threads older than the date I selected.
The threads are older and the last post in the thread also older.
was indeed found but there was no answer how to fit only the hint that the last contribution would be well into the selected date. But that's not the case with me, the threads and the posts are older than the date i've selected.

sorry for my english

anandbagmane 01-07-2012 11:38 AM

Does this support latest version of vbulletin 4.1.9

LadyBeth 01-07-2012 11:43 AM

^^^^^what this person said^^^^^^
If it can be made to work properly I would be extremely grateful.

LB

kartik786 01-09-2012 03:00 PM

Got an error
Database error in vBulletin 3.8.3:

Invalid SQL:
UPDATE forum SET replycount=replycount+1,threadcount=threadcount+1, lastpost='1326124535',lastpost er='myusername' WHERE forumid IN ();

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
Error Number : 1064
Request Date : Monday, January 9th 2012 @ 10:55:32 AM
Error Date : Monday, January 9th 2012 @ 10:55:35 AM
Script : mysite.com/commbull.php?do=send
Referrer : mysite
IP Address : 1**.**myip.***
Username : myusername
Classname : vB_Database_MySQLi
MySQL Version : 5.1.56-log

anandbagmane 01-12-2012 09:58 AM

does this work on 4.1.9 version?


All times are GMT. The time now is 11:02 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.01871 seconds
  • Memory Usage 1,769KB
  • 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
  • (3)bbcode_code_printable
  • (2)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