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

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 09:12 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.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