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

Showing results 1 to 25 of 72
Search took 0.01 seconds.
Search: Posts Made By: John Lester
Forum: vB4 Programming Discussions 09-11-2015, 01:30 PM
Replies: 26
Views: 1,625
Posted By squidsk
Try this query. The database needs to be...

Try this query. The database needs to be backticked seperately from the table name, and I've added IGNORE after INSERT.



INSERT IGNORE INTO `muscle-mecca-BackUp`.`post`
(SELECT *
FROM...
Forum: vBulletin 4.x Add-ons 07-20-2015, 11:06 AM
Replies: 498
Views: 148,938
Posted By kh99
Sorry again. I'll try to take a quick look at...

Sorry again. I'll try to take a quick look at what I was given and post that.
Forum: vBulletin 4.x Add-ons 05-11-2015, 07:53 PM
Replies: 276
Board Optimization - [DBTech] vB Optimise v2 (vB4)
Views: 103,869
Posted By DragonByte Tech
vB Optimise v2.6.3 Changes To Existing...

vB Optimise v2.6.3

Changes To Existing Features:

Resource Saving Statistics

Now uses ChartJS to display the graph
Loads faster than Flash-based solutions
More laptop and mobile device...
Forum: vB4 General Discussions 05-06-2015, 03:18 AM
Replies: 1
Views: 504
Posted By MarkFL
You could follow; AdminCP ► Maintenance ►...

You could follow;

AdminCP ► Maintenance ► Execute SQL Query

And run the manual query:

UPDATE user set usergroupid = 3 where (usergroupid = 2 AND ((UNIX_TIMESTAMP() -...
Forum: vB4 General Discussions 05-01-2015, 02:03 AM
Replies: 30
Views: 2,423
Posted By Lynne
How many rows in your post table? How many...

How many rows in your post table?

How many rows in your searchcore table? (It should have more than your post table if it was reindexed completely.)
Forum: vB4 General Discussions 04-29-2015, 01:39 AM
Replies: 4
Views: 2,317
Posted By final kaoss
According to google, in 2014 it was 3 percent...

According to google, in 2014 it was 3 percent overall and so far in 2015, it's at 6.4 percent of all devices are using it.
https://www.google.com/intl/en/ipv6/statistics.html

Sure we don't need...
Forum: vB4 Programming Discussions 04-13-2015, 06:07 AM
Replies: 6
Views: 609
Posted By MarkFL
Using the color I chose above for demonstration,...

Using the color I chose above for demonstration, here's what it looks like on my local dev site:

https://vborg.vbsupport.ru/attachment.php?attachmentid=152238&stc=1&d=1428912411
Forum: vB4 Programming Discussions 04-05-2015, 05:18 PM
Replies: 2
Views: 588
Posted By Bounce
Works!!!! 4.2.2 Patch Level 4 Many many...

Works!!!! 4.2.2 Patch Level 4


Many many thanks :up::up:
Forum: vB4 Programming Discussions 03-18-2015, 11:36 PM
Replies: 41
Views: 4,848
Posted By TheLastSuperman
If the author checks using two differnet bits of...

If the author checks using two differnet bits of code then it can be done, usually its not "double" the code either i.e. if the .xml file was 2mb it doesn't go to 4mb just by adding in a small amount...
Forum: vB4 Design and Graphics Discussions 03-13-2015, 10:29 AM
Replies: 20
Views: 1,932
Posted By kh99
Glad you got it figured out. For future...

Glad you got it figured out. For future reference, if someone wants to do it with CSS, it can be done like this:
div[id^="blogtagmenu_"] {
background-color:transparent !important;
border-width:...
Forum: vB4 Design and Graphics Discussions 03-13-2015, 07:59 AM
Replies: 20
Views: 1,932
Posted By HM666
No problem. :) This has been solved...

No problem. :)



This has been solved with some js added at the end of a couple of templates dealing with the blog. Its answered in this thread:...
Forum: vB4 General Discussions 03-04-2015, 01:28 PM
Replies: 24
Views: 1,837
Posted By ccf
The old version of vBulletin linked to .html...

The old version of vBulletin linked to .html files, adn our in-bound was built while we were using it.
Forum: vB4 Programming Discussions 02-08-2015, 10:44 AM
Replies: 20
Views: 1,337
Posted By Dead Eddie
<vb:if...

<vb:if condition="$_GET['r']==114"></vb:if>
Forum: vB4 General Discussions 01-24-2015, 02:25 PM
Replies: 5
Views: 1,519
Posted By cellarius
vBSEO removed - here are some Google Analytics

Since this has been asked several times by now, here is what happened when I removed vBSEO from my vB3 site. If anything, vB4 would be expected to do better. Although it's certainly not really a...
Forum: vB4 Programming Discussions 01-06-2015, 10:18 PM
Replies: 15
Views: 793
Posted By MarkFL
I followed your advice, making a slight change to...

I followed your advice, making a slight change to the suggested template edit, and got exactly what I wanted.

This is the template edit I used:

<div class="username_container">...
Forum: Modification Graveyard 10-14-2014, 08:21 AM
Replies: 19
Views: 4,434
Posted By ozzy47
Yeah that image should suit some people. Perhaps...

Yeah that image should suit some people. Perhaps in a future update, I can add a option in the ACP settings to display the replacement avatar or display nothing at all.
Forum: Modification Graveyard 10-13-2014, 05:59 PM
Replies: 19
Views: 4,434
Posted By Max Taxable
I took the liberty of creating that image for...

I took the liberty of creating that image for you, see attached. 150px by 150px.
Forum: Modification Graveyard 10-13-2014, 09:16 AM
Replies: 19
Views: 4,434
Posted By ozzy47
As it is now, it would show some text like...

As it is now, it would show some text like ozzy47's Avatar.
Forum: vB4 General Discussions 10-01-2014, 04:23 AM
Replies: 3
Views: 513
Posted By tbworld
It is a spambot trying to register. This is...

It is a spambot trying to register. This is pretty well known code. Block it if you can, if not do not worry about it unless he registered. There are many variants of the same code. :)
Forum: vB4 Programming Discussions 08-24-2014, 10:18 PM
Replies: 4
Views: 579
Posted By cellarius
Now, my guess would have been that he wants to...

Now, my guess would have been that he wants to color the username in the already existing "Welcome, username" message at the top of the header, not just adding it once againg a few pixels below.
...
Forum: vB4 Design and Graphics Discussions 08-11-2014, 12:07 AM
Replies: 2
Views: 503
Posted By devoidfeast
after spending some time on reading about yui i...

after spending some time on reading about yui i was able to write a grid for it.
here is the code,
<?xml version="1.0" encoding="UTF-8"?>
<grids>
<grid name="try1" auxheader="0" auxfooter="0"...
Forum: vB4 General Discussions 06-21-2014, 10:03 AM
Replies: 2
Views: 430
Posted By tbworld
STEP1: Modify Plugin ...

STEP1: Modify Plugin
-------------------------------------------------
Product: vBulletin Blog
Plugin: Add links to blog

Find:

$this->registry->userinfo['userid']
Replace:
Forum: vB4 General Discussions 06-21-2014, 07:50 AM
Replies: 4
Views: 348
Posted By cellarius
There is no problem. vB4 provides a canonical...

There is no problem. vB4 provides a canonical URL, so google and other spiders know which URL is the main one when accessing a page. They'll ignore others. No need to worry.
Forum: vB4 General Discussions 04-07-2014, 01:57 AM
Replies: 10
Views: 906
Posted By ozzy47
Here is the demo account mod,...

Here is the demo account mod, https://vborg.vbsupport.ru/showthread.php?t=310264

It is also available for:
vB3.8 https://vborg.vbsupport.ru/showthread.php?t=310263
vB3.7...
Forum: vBulletin 4.x Add-ons 01-13-2014, 11:00 PM
Replies: 113
Views: 35,195
Posted By alexm
Patched Flash Uploader to Fix Known Exploits

UPDATE Dec 2014: 4.2.2 PL2, 4.2.2 PL3 and 4.2.3 core download packages from vBulletin now include this patched version of uploader.swf as standard.

This is a patched version of YUI 2.9.0...
Showing results 1 to 25 of 72

 
Forum Jump

All times are GMT. The time now is 03:34 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03439 seconds
  • Memory Usage 2,056KB
  • 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)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (40)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