Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 18 of 18
Search took 0.00 seconds.
Search: Posts Made By: cgmckeever
Forum: vBulletin 3.6 Add-ons 10-03-2007, 12:25 AM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
Doubleclick - the footer comes out of a...

Doubleclick -

the footer comes out of a template phrase from the database...

I think if you added something like:


$pattern[3] =...
Forum: vBulletin 3.6 Add-ons 10-03-2007, 12:21 AM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
Doubleclick - just PM'd you - didnt get an email ...

Doubleclick - just PM'd you - didnt get an email

whoops --- posted a comment about how to nuke the footer, but it wouldnt work

;)
Forum: vBulletin 3.6 Add-ons 10-02-2007, 12:31 PM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
C - just sent it out to you -- it pretty much...

C - just sent it out to you -- it pretty much ripped all the regex and HTML out and pushed everything as plaintext and tried to figure out where URLS should be placed.
Forum: vBulletin 3.6 Add-ons 10-01-2007, 08:43 PM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
Doubleclick - contact me off list..I actually...

Doubleclick - contact me off list..I actually hacked the code and made it exactly what you are looking for....if there is a plaintext message, it uses that over the HTML, and only falls to the HTML...
Forum: vBulletin 3.6 Add-ons 09-02-2007, 05:17 PM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
@gonecountry - just making sure that you have...

@gonecountry - just making sure that you have subscribed to instant notification for the forum (not the thread)
Forum: vBulletin 3.6 Add-ons 09-01-2007, 08:10 PM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
Piggo, I'll let Cyricx answer this more...

Piggo, I'll let Cyricx answer this more authoritatively -

I'm using this mod to mimic a mailing list, but also have the ability for users to search and post via the forum interface. The spoofing...
Forum: vBulletin 3.6 Add-ons 08-30-2007, 01:45 AM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
AWESOME :up:

AWESOME
:up:
Forum: vBulletin 3.6 Add-ons 08-29-2007, 02:40 PM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
OK - although the THREAD PREFIX script has its...

OK - although the THREAD PREFIX script has its place, I didn't like the need for it to be installed to get the EI prefix to work.

You need to add a DB field ei_prefix:

ALTER TABLE forum ADD...
Forum: vBulletin 3.6 Add-ons 08-28-2007, 10:40 PM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
If you add this code (in all spots cron and...

If you add this code (in all spots cron and product xml) right after text_subject is defined, the EmailIntegration script will handle the custom prefixes _and_ use a default one if none is found - it...
Forum: vBulletin 3.6 Add-ons 08-28-2007, 09:11 PM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
I dont need a password to send an email from a...

I dont need a password to send an email from a yahoo (or other webmail account) that is not mine -- PM me your email address and I will demonstrate this. Thus, anyone can get around the simple...
Forum: vBulletin 3.6 Add-ons 08-28-2007, 08:30 PM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
The only issue is, that if I really want to post...

The only issue is, that if I really want to post as the ADMIN, I could just set up a whole profile in thunderbird or outlook and truly send as that person. Then the script will still pass the tests...
Forum: vBulletin 3.6 Add-ons 08-28-2007, 08:18 PM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
Thanks -- side note..... in the cron script,...

Thanks -- side note.....

in the cron script, you may want to change:
$fromaddress = $letter->sender[0]->mailbox ."@".$letter->sender[0]->host;
to:
$fromaddress = $letter->reply_to[0]->mailbox...
Forum: vBulletin 3.6 Add-ons 08-28-2007, 07:57 PM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
That is the subject line that is sent via email...

That is the subject line that is sent via email ---
maybe we aren't on the same page here. But the title definately gets a prefix slapped onto it
when it is sent to the email recpts.


UPDATE:...
Forum: vBulletin 3.6 Add-ons 08-28-2007, 07:25 PM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
I must be doing something wrong then, because...

I must be doing something wrong then, because mine definitely prefixes the titles

[Development-t-9] Why is there no user prefix

Any ideas?
Forum: vBulletin 3.6 Add-ons 08-28-2007, 06:53 PM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
Thats a good point on the repeating PREFIX how...

Thats a good point on the repeating PREFIX
how does the code handle the current prefix when a user hits reply?
Forum: vBulletin 3.6 Add-ons 08-28-2007, 06:13 PM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
RE: subject prefixes Well - I may have come...

RE: subject prefixes

Well - I may have come up with a workaround for the email replies --
it pulls a default prefix for the forum and applies it accordingly -- works in my test cases.

If you...
Forum: vBulletin 3.6 Add-ons 08-28-2007, 05:06 PM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
I have installed email integration with thread...

I have installed email integration with thread prefixes. I have set up both, but when a email response is sent, the title is not reflective of the prefix attached with that message.

is there...
Forum: vBulletin 3.6 Add-ons 08-20-2007, 10:46 PM
Replies: 1,069
Views: 239,215
Posted By cgmckeever
So - I am migrating from MailMan to vBulletin,...

So - I am migrating from MailMan to vBulletin, mainly because of this plugin!! Thanks!!

The question is, I have a ton of archived mailing list posts. I was thinking while I am in migration mode,...
Showing results 1 to 18 of 18

 
Forum Jump

All times are GMT. The time now is 02:27 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.03508 seconds
  • Memory Usage 1,986KB
  • 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)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (18)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (54)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • forumjump
  • search_complete
  • navbits
  • navbits_complete