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

Showing results 1 to 22 of 22
Search took 0.01 seconds.
Search: Posts Made By: grey_goose
Forum: vB4 General Discussions 05-04-2017, 09:04 AM
Replies: 76
Sticky: PHP 7 (vB4)
Views: 98,058
Posted By Kane@airrifle
I think I speak for all VB4 holdouts when I say...

I think I speak for all VB4 holdouts when I say that I deeply appreciate your efforts on our behalf. Thank you.

Also, I think you need a more appropriate avatar. :)
Forum: vB4 Programming Discussions 03-29-2017, 01:12 PM
Replies: 2
Views: 432
Posted By Dave
In that XML file, replace if...

In that XML file, replace
if ($vbulletin->GPC['wog_prefixadd'])
{
$db->query_write("
UPDATE `" . TABLE_PREFIX . "post` AS `post`
SET...
Forum: vB4 General Discussions 03-25-2017, 02:03 AM
Replies: 4
Views: 547
Posted By MarkFL
I have attached a simple product that will do...

I have attached a simple product that will do what you have requested. Import the attached .XML file, then visit the product settings to enable and configure the product:
...
Forum: vBulletin 4.x Add-ons 11-17-2016, 10:06 AM
Replies: 1,238
Views: 294,309
Posted By DragonByte Tech
It's unlikely this will be added since it would...

It's unlikely this will be added since it would mess with performance. Just now, if one particular tab adds too much of a performance hit, it can be easily disabled. It would be more difficult to...
Forum: vB4 Programming Discussions 11-11-2016, 01:42 PM
Replies: 2
Views: 354
Posted By Dave
It's not outputting anything because you don't...

It's not outputting anything because you don't fetch the results.
What you want to do is COUNT all DISTINCT records, example (untested):

$resCNT = $vbulletin->db->query_first_slave("SELECT...
Forum: vB4 Programming Discussions 11-03-2016, 01:07 PM
Replies: 16
Views: 1,947
Posted By cellarius
Oh, his posts are just as impertinent in his...

Oh, his posts are just as impertinent in his mother language. We have a closed thread at vB-Germany that proves that just nicely.
Forum: vB4 Programming Discussions 11-02-2016, 12:04 AM
Replies: 16
Views: 1,947
Posted By Mark.B
I don't want to cause offence, but you need to...

I don't want to cause offence, but you need to look at your attitude a little here.

Firstly, let's be clear, you're asking for someone to spend their time, for free, writing a non-trivial piece of...
Forum: vB4 General Discussions 10-30-2016, 07:31 PM
Replies: 1
Views: 404
Posted By MarkFL
vBulletin by default inserts a blank space after...

vBulletin by default inserts a blank space after every 50 characters of unbroken text. To change this, follow:

AdminCP ► Settings ► Options ► Thread Display Options(showthread) ► Number of...
Forum: vBulletin 4.x Add-ons 08-15-2016, 03:34 PM
Replies: 36
BB Code Enhancements - CES Parser Permissions
Views: 8,673
Posted By thincom2000
I have reviewed the code and it looks like you...

I have reviewed the code and it looks like you are correct. There is no handling for guest users.

Try this. In includes/ces_permissions.php, find:
if...
Forum: vB4 Programming Discussions 07-19-2016, 09:19 PM
Replies: 21
Views: 1,942
Posted By TheLastSuperman
Actually, it's best to check the datastore table,...

Actually, it's best to check the datastore table, (Edit: well truth be told check regular plugins via admincp, the plugin table as well PLUS the datastore table, check them all!) then look in the...
Forum: vB4 Programming Discussions 07-19-2016, 08:59 AM
Replies: 21
Views: 1,942
Posted By z3r0
Check for a new plugin added named "vbulletin" in...

Check for a new plugin added named "vbulletin" in the hook location "init_startup" containing a load of base64 encoded stuff, if it's there you have been hacked and you should disable/remove it and...
Forum: vB4 General Discussions 06-25-2016, 12:15 PM
Replies: 5
Views: 931
Posted By gobears20
Thanks folks for your comments!

Thanks folks for your comments!
Forum: vB4 General Discussions 06-23-2016, 12:06 PM
Replies: 3
Views: 551
Posted By Paul M
Its failing because you are using completely the...

Its failing because you are using completely the wrong method to access the database.

As posted above, you need to use the $db object within vbulletin, not raw calls to mysql_query().
Forum: vB4 General Discussions 06-23-2016, 10:34 AM
Replies: 3
Views: 551
Posted By squidsk
That's also not how you execute queries within...

That's also not how you execute queries within vbulletin. You need to go through the db object to make the query. Take a look at any vbulletin page and see how it's done.
Forum: vB4 General Discussions 06-21-2016, 09:08 PM
Replies: 10
Views: 578
Posted By MarkFL
Try combining them like so: /* Custom...

Try combining them like so:

/* Custom Category Colors */

#cat49 .vbs_forumhead, #cat86 .vbs_forumhead {
background: #683030;
-webkit-box-shadow:inset 0px 0px 0px 10px #000;
...
Forum: vB4 General Discussions 06-17-2016, 11:44 PM
Replies: 2
Views: 328
Posted By Lynne
Or...

Or https://vborg.vbsupport.ru/showthread.php?t=228112
Forum: vB4 Programming Discussions 04-03-2016, 02:48 PM
Replies: 2
Views: 740
Posted By cellarius
It probably returns only the last row. In your...

It probably returns only the last row. In your while-loop, your overwriting the $threads with every iteration. You need to create an array.
Forum: vBulletin 4.x Add-ons 10-08-2015, 06:36 AM
Replies: 4
Show Thread Enhancements - Who Posted in SHOWTHREAD
Views: 3,980
Posted By friendlymela
This is nice one..

This is nice one..
Forum: vBulletin 4.x Add-ons 09-24-2015, 12:59 PM
Replies: 4
Show Thread Enhancements - Who Posted in SHOWTHREAD
Views: 3,980
Posted By Alan_SP
It would be great if you make into mod, would be...

It would be great if you make into mod, would be much easier to install.

Anyway, interesting idea. :up:
Forum: vBulletin 4.x Add-ons 09-07-2015, 06:04 PM
Replies: 8
Social Group and Album Enhancements - Private Social Groups
Views: 4,697
Posted By smirkley
Just installed. Works like a champ. Trying...

Just installed. Works like a champ.

Trying to figure out how to apply filter to the Activity Stream now.
Forum: vB4 Design and Graphics Discussions 11-12-2011, 09:36 PM
Replies: 6
Views: 610
Posted By andybond
Wow. Epic. Really , really appreciate you...

Wow. Epic.

Really , really appreciate you time and skill
Forum: vB4 Design and Graphics Discussions 11-11-2011, 12:47 AM
Replies: 6
Views: 610
Posted By HMBeaty
My end result :) ...

My end result :)

https://vborg.vbsupport.ru/attachment.php?attachmentid=134363&stc=1&d=1320975993

In postbit.css, find:
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT. The time now is 07:58 AM.


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.01469 seconds
  • Memory Usage 2,009KB
  • 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
  • (22)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (21)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