vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Send Update Pm/Mail (https://vborg.vbsupport.ru/showthread.php?t=112277)

Snake 04-07-2006 07:50 PM

Wow I've been waiting for something like this. :)

peterska2 04-07-2006 08:04 PM

This is gonna be really helpful for me.

Thanks.

(I'll click install when I have actually installed it, I'm just downloading it now for later when I give my site a massive overhaul)

Developer 04-07-2006 08:14 PM

Quote:

Originally Posted by peterska2
I'll click install when I have actually installed it, I'm just downloading it now for later when I give my site a massive overhaul

Take Ur time :)

Paul M 04-08-2006 01:14 AM

Quote:

Originally Posted by Developer
yes :(, i'll work on improve this point

Okay, that could seriously hamper a lot of servers if the total starts to rise above about 50/100 at a time (depending on how powerful the server is).

If you change the 'true' to 'false' in this line, then they will go to the queue system.
Code:

vbmail($user['email'], $subject, $message, true);
That's still a problem for most people, but it is at least then solvable with something like my cron based mail queue processing.

OmeR4eVeR 04-08-2006 02:25 PM

Good Jop

Installed

COBRAws 04-20-2006 01:48 AM

Quote:

Originally Posted by MissKalunji
is there a way to only make this accessible to "administrators" only?

This would be GREAT!

csidlernet 04-21-2006 09:58 AM

thanks man. nice work

Developer 04-22-2006 04:56 AM

Version 1.1.0 Released with this new features:
1-Forum Perrmisions{allow sending updates or not}
2-Send mails uses vB queue system
3-allow to who can moderate this forum to send update

COBRAws 04-22-2006 05:19 AM

Quote:

Originally Posted by Developer
Version 1.1.0 Released with this new features:
1-Forum Perrmisions{allow sending updates or not}
2-Send mails uses vB queue system
3-allow to who can moderate this forum to send update

W0h0000000! Thanks Devo!

peterska2 04-22-2006 12:24 PM

Installed.

I've had to tweak a couple of things though, namely

Code:

<if condition="$show['send_update']"><a href="misc.php?$session[sessionurl]do=update&t=$threadinfo[threadid]">$vbphrase[sendup_send_update]</a></if>
didn't work for me, and I had to replace it with
Code:

<if condition="$show['send_update']"><a href="misc.php?$session[sessionurl]do=update&t=$thread[threadid]">$vbphrase[sendup_send_update]</a></if>
Other than that, I had a complete nightmare getting it to update from 1.0.0 to 1.1.0 as I installed then discovered the update (typical really). It wouldn't overwrite properly, then wouldn't uninstall, so I had to do a big chunk of it manually via phpmyadmin, which wasn't fun at all :(

On the plus side, I can see this being really useful.

Thanks


All times are GMT. The time now is 02:58 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.01190 seconds
  • Memory Usage 1,738KB
  • 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
  • (4)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