The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
Major Additions -
Email Integration (New threads/replies by email)
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
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
02:27 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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
Messages:
time to check permissions: 0.0005
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
FULLTEXT Search
php_sapi_name(): fpm-fcgi