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 15 of 15
Search took
0.02
seconds.
Search:
Posts Made By:
joelabq
Forum:
vBulletin 3 Articles
01-05-2006, 08:28 PM
Replies:
7
[How-to] Decode custom user profile bitfield
Views:
2,933
Posted By
joelabq
Glad I could help. Joel
Glad I could help.
Joel
Forum:
vB3 General Discussions
01-05-2006, 07:27 PM
Replies:
16
Generating a mailing list
Views:
1,822
Posted By
joelabq
Updated again Edit--- updated again
Updated again
Edit--- updated again
Forum:
vBulletin 3 Articles
01-05-2006, 06:49 PM
Replies:
7
[How-to] Decode custom user profile bitfield
Views:
2,933
Posted By
joelabq
You have to run the query because field26 in the...
You have to run the query because field26 in the user info does not contain the actual data, just the bitfield data. All you get in the bitfield is 1's and 0's. Basically you have to match the real...
Forum:
vB3 General Discussions
01-05-2006, 05:28 AM
Replies:
16
Generating a mailing list
Views:
1,822
Posted By
joelabq
Did you add the two templates (email_list and...
Did you add the two templates (email_list and email_listbit) to your template style?
To access it www.yoursite.com/forum/emaillist.php should do it.
I may not be able to help you more on this...
Forum:
vB3 General Discussions
01-05-2006, 05:18 AM
Replies:
16
Generating a mailing list
Views:
1,822
Posted By
joelabq
Ok here's a modified version. I didn't need your...
Ok here's a modified version. I didn't need your criteria, as I was thinking for whatever strange reason...
It'll have a form, in fact, you'll need to add another template: email_list with the...
Forum:
vB3 General Discussions
01-05-2006, 04:20 AM
Replies:
16
Generating a mailing list
Views:
1,822
Posted By
joelabq
You said there was 4 different criteria to query...
You said there was 4 different criteria to query for, you only gave me one. What are the other 3?
It's a quick edit, just let me know.
Forum:
vB3 General Discussions
01-05-2006, 02:46 AM
Replies:
16
Generating a mailing list
Views:
1,822
Posted By
joelabq
I attached a file of a quick little script to do...
I attached a file of a quick little script to do this for you..
Put emaillist.php in your forum's home directory.
Add a template to the style you use on your forum called "email_listbit" and add...
Forum:
vBulletin 3 Articles
01-04-2006, 10:22 PM
Replies:
7
[How-to] Decode custom user profile bitfield
Views:
2,933
Posted By
joelabq
The line that has this: if...
The line that has this:
if ($vbulletin->userinfo[field7] & pow(2,$key))
Is what you need to modify. The var $vbulletin->userinfo[field7] is only the current logged in user's information.
...
Forum:
vBulletin 3 Articles
01-03-2006, 10:00 PM
Replies:
7
[How-to] Decode custom user profile bitfield
Views:
2,933
Posted By
joelabq
[How-to] Decode custom user profile bitfield
This How to _should_ help someone setup custom profile fields that use multiple selections decode the bitfields for display (or other) purposes.
If you see anything wrong with how I did this,...
Forum:
vBulletin 3.5 Add-ons
12-29-2005, 05:38 AM
Replies:
155
Auto Resize Your Images 3.52 compliant
Views:
41,362
Posted By
joelabq
I had to take out some of the leading and...
I had to take out some of the leading and trailing text to find it for some reason myself...
Try searching with the return ' part
I didn't try that quoting thing... I'm gonna go check that now....
Forum:
vBulletin 3.5 Add-ons
12-29-2005, 03:15 AM
Replies:
155
Auto Resize Your Images 3.52 compliant
Views:
41,362
Posted By
joelabq
Here's a modified version with "Click to enlarge...
Here's a modified version with "Click to enlarge image" text on top/bottom...Just a quick edit...
/* Start Image RESIZE */
$navigator_user_agent = ( isset( $_SERVER['HTTP_USER_AGENT'] )...
Forum:
vB3 Programming Discussions
12-29-2005, 02:40 AM
Replies:
2
Inserting array into database
Views:
817
Posted By
joelabq
What does you insert code look like? Joel
What does you insert code look like?
Joel
Forum:
vB3 General Discussions
12-21-2005, 01:53 PM
Replies:
12
Plugin / Hook not working?
Views:
1,056
Posted By
joelabq
It makes sense, however if the files are static,...
It makes sense, however if the files are static, the work on a plugin for this wouldn't be worth the benefits.
Joel
Forum:
vB3 General Discussions
12-21-2005, 04:57 AM
Replies:
12
Plugin / Hook not working?
Views:
1,056
Posted By
joelabq
Maybe we could help if we knew what you were...
Maybe we could help if we knew what you were trying to do?
joel
Forum:
vB3 General Discussions
12-20-2005, 09:01 PM
Replies:
12
Plugin / Hook not working?
Views:
1,056
Posted By
joelabq
The echo will not work in the main script, unless...
The echo will not work in the main script, unless you use a vbulletin function to error out.
For a postbit, for instance, you can set a var like
$post[my_var] == "Hello world"
then in your...
Showing results 1 to 15 of 15
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
12:28 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.03034 seconds
Memory Usage
1,968KB
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
(15)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(22)
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.0008
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
FULLTEXT Search
php_sapi_name(): fpm-fcgi