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...
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.02
seconds.
Search:
Posts Made By:
James Birkett
Forum:
vB3 Programming Discussions
07-04-2012, 10:37 PM
Replies:
2
Issues with Hook
Views:
642
Posted By
James Birkett
The problem I'm having is that users are being...
The problem I'm having is that users are being shown in a different colour than the one they've selected.
The usergroup cache update is because all of the users are in usergroup 9, so I figured if...
Forum:
vB3 Programming Discussions
07-04-2012, 06:46 PM
Replies:
2
Issues with Hook
Views:
642
Posted By
James Birkett
Issues with Hook
Basically, I'm using a plugin on the fetch_musername hook to allow users to choose their own colour.
Here's the code:
global $field7_cache;
if (!is_array($field7_cache))
{
...
Forum:
vB3 Programming Discussions
06-27-2012, 09:17 PM
Replies:
1
Small Hook Issue
Views:
523
Posted By
James Birkett
Small Hook Issue
An Add-on has this code:
$vilxh_visitor[musername] = fetch_musername($vilxh_visitor);
Now, that's calling the fetch_musername function which is fetching the mark-up username.
I have a...
Forum:
vB3 Programming Discussions
06-27-2012, 05:15 PM
Replies:
1
Make a Custom Profile Field Globally Available
Views:
634
Posted By
James Birkett
Make a Custom Profile Field Globally Available
Currently looking into this now - trying to make a custom field globally available.
Any idea which hook(s) I can use to accomplish this?
Forum:
vB3 Programming Discussions
06-27-2012, 02:33 PM
Replies:
7
Performance of One Query on fetch_musername Hook
Views:
1,043
Posted By
James Birkett
OK, my caching is done :) thanks.
OK, my caching is done :) thanks.
Forum:
vB3 Programming Discussions
06-27-2012, 01:01 PM
Replies:
7
Performance of One Query on fetch_musername Hook
Views:
1,043
Posted By
James Birkett
Why would you want $field16_cache to be an array?...
Why would you want $field16_cache to be an array? It only returns one value - or is that so it stores everyone's user ID?
Also, with a cache, how would I force a cache update when the value of the...
Forum:
vB3 Programming Discussions
06-27-2012, 10:32 AM
Replies:
7
Performance of One Query on fetch_musername Hook
Views:
1,043
Posted By
James Birkett
Yeah, I've got it set so if field 16 doesn't...
Yeah, I've got it set so if field 16 doesn't exist then the query is ran. So far, it's ran on the visitor messages and who's online I think.
I forgot about debug mode... oops.
I'll look into...
Forum:
vB3 Programming Discussions
06-27-2012, 08:40 AM
Replies:
7
Performance of One Query on fetch_musername Hook
Views:
1,043
Posted By
James Birkett
Performance of One Query on fetch_musername Hook
I have one query being ran on the fetch_musername hook to grab the value of one custom user field. The query (off the top of my head) is:
$field = $vbulletin->db->query_first(sprintf("SELECT...
Forum:
vB3 General Discussions
06-15-2012, 04:15 PM
Replies:
2
Manipulating Stack Order of User Ranks
Views:
1,342
Posted By
James Birkett
Manipulating Stack Order of User Ranks
Is it possible to manipulate the order in which ranks are stacked in the postbit?
I guess what I'm asking is, how does vBulletin determine which order to stack them in?
Highest rank ID? Latest...
Forum:
Modification Requests/Questions (Unpaid)
09-02-2010, 06:29 PM
Replies:
4
Xenforo forum display
Views:
1,343
Posted By
James Birkett
Which it does! :P ...
Which it does! :P
http://xenforo.com/community/styles/default/xenforo/avatars/avatar_male_s.png
http://xenforo.com/community/styles/default/xenforo/avatars/avatar_male_m.png...
Forum:
Community Lounge
08-03-2010, 11:59 PM
Replies:
169
XenForo - Has the vBulletin / IPB killer arrived ?
Views:
31,821
Posted By
James Birkett
This software isn't a vBulletin killer until we...
This software isn't a vBulletin killer until we see the final product.
I lol'd at the xF reference - good one! :)
JS usage: Disable JS and it will work great. Also, I don't see the JS...
Forum:
Community Lounge
08-03-2010, 08:41 PM
Replies:
169
XenForo - Has the vBulletin / IPB killer arrived ?
Views:
31,821
Posted By
James Birkett
I'm loving xF software - simple.
I'm loving xF software - simple.
Forum:
vB4 Design and Graphics Discussions
08-03-2010, 08:26 PM
Replies:
0
HTML5: Local storage & contenteditable - simplify content management?
Views:
872
Posted By
James Birkett
HTML5: Local storage & contenteditable - simplify content management?
So we all know about HTML5 and how it has local storage and you can now apply a contenteditable attribute to pretty much anything that has text in it.
Would you use this in a live project? Perhaps...
Forum:
vB3 Programming Discussions
08-02-2010, 06:30 PM
Replies:
4
Rank Stacks?
Views:
762
Posted By
James Birkett
It probably takes a while due to your cache but...
It probably takes a while due to your cache but congratulations on finding it out!
Forum:
vB3 General Discussions
07-29-2010, 09:24 PM
Replies:
1
Lost template edit
Views:
509
Posted By
James Birkett
Bump. Does anyone have any idea how to do...
Bump.
Does anyone have any idea how to do this? Still looking for a fix.
Forum:
vB3 Programming Discussions
07-28-2010, 04:43 PM
Replies:
1
"Like".....as in Facebook
Views:
587
Posted By
James Birkett
There's a Post Thanks hack you can modify? That's...
There's a Post Thanks hack you can modify? That's the closest to it.
Forum:
vB3 General Discussions
07-22-2010, 10:53 PM
Replies:
1
Lost template edit
Views:
509
Posted By
James Birkett
Lost template edit
I found a thread on here a while back that edited the notifications template so that if you had 1 new PM, it would only show a new PM (rather than showing 0 visitor messages, 0 friend requests etc)....
Forum:
vB3 Programming Discussions
07-21-2010, 07:11 PM
Replies:
4
Data Manager Programming Problems
Views:
744
Posted By
James Birkett
Wouldn't you consider it bad practice to pass the...
Wouldn't you consider it bad practice to pass the variables via referencing considering it's deprecated in 5.3?
Forum:
vB3 General Discussions
07-21-2010, 08:38 AM
Replies:
3
username & password customizing
Views:
515
Posted By
James Birkett
ABABA9 The CSS is: background: #ABABA9; ...
ABABA9
The CSS is:
background: #ABABA9;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
Looks like 3 pixels, could be 1,2,4.
Forum:
vB3 General Discussions
07-20-2010, 05:50 PM
Replies:
3
username & password customizing
Views:
515
Posted By
James Birkett
That just looks like the text box has a...
That just looks like the text box has a border-radius (CSS3) attribute as well as some background colouring.
I'm unsure about the template, possibly the header template if the login displays on...
Forum:
vB3 General Discussions
07-20-2010, 10:33 AM
Replies:
18
This Site My Harm Your Computer
Views:
1,561
Posted By
James Birkett
http://safebrowsing.clients.google.com/safebrowsin...
http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=http://www.pakistanipoint.com/&client=googlechrome&hl=en-GB
Forum:
vB3 General Discussions
07-19-2010, 02:46 PM
Replies:
2
[URGENT] Quote broken
Views:
620
Posted By
James Birkett
It started around 30 minutes after I originally...
It started around 30 minutes after I originally implemented it. I've resolved it now... I think.
Forum:
vB3 General Discussions
07-19-2010, 02:34 PM
Replies:
2
[URGENT] Quote broken
Views:
620
Posted By
James Birkett
[URGENT] Quote broken
Basically, whenever a post is quoted, it puts the quote tag in once, then again.
Example:
http://img832.imageshack.us/img832/8599/7734b41981294f8fa7a8c4e.png
This happens ALL the time. It...
Forum:
vB3 General Discussions
07-15-2010, 11:20 PM
Replies:
2
User login at 2 forums with same details
Views:
587
Posted By
James Birkett
The only way this could be possible is by...
The only way this could be possible is by connecting the databases together or exporting your database and importing it on the 2nd forum.
Forum:
vB3 Programming Discussions
07-15-2010, 12:25 PM
Replies:
2
How to post on VB using php
Views:
655
Posted By
James Birkett
You have to use something called the Datamanager...
You have to use something called the Datamanager to create threads.
See here (http://www.vbulletin.com/docs/html/data_manager_programming).
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
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
09:12 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.03338 seconds
Memory Usage
2,084KB
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)
pagenav
(1)
pagenav_curpage
(2)
pagenav_pagelink
(1)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(8)
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
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0111
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(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(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(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
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
FULLTEXT Search
php_sapi_name(): fpm-fcgi