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

Showing results 1 to 25 of 167
Search took 0.01 seconds.
Search: Posts Made By: DRJ
Forum: vB4 General Discussions 07-29-2020, 03:49 PM
Replies: 5
Views: 353
Posted By DRJ
I am hopeful that Dave's suggestion works. I...

I am hopeful that Dave's suggestion works. I optimized all the tabled from the AdminCP and the site has remained up for about 16 hours so maybe there was some table corruption.

---------------...
Forum: vB4 General Discussions 07-28-2020, 09:30 PM
Replies: 5
Views: 353
Posted By DRJ
It is a dedicated server with 10,000 GB...

It is a dedicated server with 10,000 GB bandwidth, 16 GB RAM i5 760 2.8 GHz processor.
Has been running fine for years but for a month or so this issue has come up.
When the site is not...
Forum: vB4 General Discussions 07-28-2020, 09:10 PM
Replies: 5
Views: 353
Posted By DRJ
MySQL Non Responive

Not sure if there is the right place to ask. Recently my website has been having issues where the site becomes unresponsive. If I restart the MySQL service in WHM everything comes back up for a...
Forum: vB4 Programming Discussions 02-11-2018, 04:57 PM
Replies: 1
Views: 441
Posted By DRJ
Orphan NavBar Tab

I recently applied the security patches to 4.2.5 and on my NavBar I have a tab that just reads TabNameHere. I have been trying to trace where it comes from and checking projects and plugins but...
Forum: vB4 General Discussions 02-09-2018, 02:42 PM
Replies: 12
Views: 390
Posted By DRJ
Yea I use Chrome, had a user report the issue and...

Yea I use Chrome, had a user report the issue and tried IE myself and see the same thing. Was hoping there was some fix.
Forum: vB4 General Discussions 02-09-2018, 04:10 AM
Replies: 12
Views: 390
Posted By DRJ
IE11 Flickering Issue

I am running 4.2.5 and just installed the latest patches. Now I am noticing some issues with IE11. For example when on the Quick Reply the cursor will constantly flicker. So as you type characters...
Forum: vB4 General Discussions 07-06-2014, 05:59 PM
Replies: 8
Views: 323
Posted By DRJ
Thanks, that hook worked.

Thanks, that hook worked.
Forum: vB4 General Discussions 07-06-2014, 05:20 PM
Replies: 8
Views: 323
Posted By DRJ
I did it like this: Test {vb:raw...

I did it like this:

Test
{vb:raw PageCount}
Test

And do get Test output but not the number. I changed the code to what you put exactly but maybe it should be in someplace else.

There is...
Forum: vB4 General Discussions 07-06-2014, 04:26 PM
Replies: 8
Views: 323
Posted By DRJ
I tried this in Global Start: $PageCount =...

I tried this in Global Start:

$PageCount = $_SESSION['PageCount']++;
vB_Template::preRegister('header',array('PageCount' => $PageCount));

Then in the Header Template I have this:

Test...
Forum: vB4 General Discussions 07-06-2014, 03:54 PM
Replies: 8
Views: 323
Posted By DRJ
I think that will work but I can't get it to...

I think that will work but I can't get it to increment:

$PageCount++;

vB_Template::preRegister('header',array('PageCount' => $PageCount));

The output is always 1.
Forum: vB4 General Discussions 07-06-2014, 02:46 PM
Replies: 8
Views: 323
Posted By DRJ
Session Page Views

Hi

Is there a variable I can use in the templates to see the number of page views for a user's current session?

For example, user goes to the site and I want a banner at the top to display some...
Forum: vB4 Programming Discussions 02-16-2014, 07:48 PM
Replies: 3
Views: 313
Posted By DRJ
Gotcha, this worked. COUNT(u.posts) AS total...

Gotcha, this worked.

COUNT(u.posts) AS total

Thanks :)
Forum: vB4 Programming Discussions 02-16-2014, 07:25 PM
Replies: 3
Views: 313
Posted By DRJ
Post count by date range

I am having trouble working with the dateline field. What I am trying to do is get the top post counts for 2013. But this code will return results but is not restricting to posts in the date range...
Forum: vB4 General Discussions 08-27-2013, 03:44 AM
Replies: 7
Views: 991
Posted By DRJ
$toolbar[] = array('Smiley'); $toolbar[] =...

$toolbar[] = array('Smiley');
$toolbar[] = array('Attach', '-', 'Undo', 'Redo');
$toolbar[] = array('Link', 'Email', 'Unlink', 'Image', 'Video', '-', 'Quote', 'Code', 'Html');



This is...
Forum: vB4 General Discussions 08-26-2013, 06:07 PM
Replies: 7
Views: 991
Posted By DRJ
I have been able to edit the ckeditor.php to add...

I have been able to edit the ckeditor.php to add buttons to the quick reply but I have not been able to add the attachment button. It seems to work a little differently, can anyone provide some...
Forum: vB4 General Discussions 08-21-2013, 03:00 PM
Replies: 2
Views: 453
Posted By DRJ
Edit Toolbar Custom Images

For vBulletin 4.2 how can I add custom images to the quick and advanced edit toolbar? The images seems to be in a sprite file and I am just trying to add a custom image to run a new tag I have added....
Forum: vB4 General Discussions 08-16-2013, 12:49 AM
Replies: 1
Views: 422
Posted By DRJ
Edit Post Until Reply

Is there a hack available that will allow editing of any post in a thread up until there is a reply? I can set the edit time to unlimited, and I see a hack here...
Forum: vB4 Programming Discussions 08-13-2013, 06:54 PM
Replies: 1
Views: 430
Posted By DRJ
Add banner to archive

I wanted to add a logo and banner to the archive/index.php page.

I was able to do this by adding the Google Adsense code above the <?php in the file and it seemed to work fine, but occasionally I...
Forum: vB4 Programming Discussions 08-04-2013, 03:52 PM
Replies: 0
Views: 388
Posted By DRJ
Auto BCC Emails

Hi

I recently had some spam issues and wanted to see how I can monitor the emails better. I only have a few emails accounts setup for admin and registration and such and what I would like to do is...
Forum: vB4 Programming Discussions 08-03-2013, 07:29 PM
Replies: 11
Views: 964
Posted By DRJ
I checked the access log and didn't see anything...

I checked the access log and didn't see anything out of the ordinary, mostly showthread and standard pages like this.
Forum: vB4 Programming Discussions 08-03-2013, 06:51 PM
Replies: 11
Views: 964
Posted By DRJ
here is the header: Date: Sat, 03 Aug...

here is the header:

Date:
Sat, 03 Aug 2013 14:50:28 -0500
From:
"Logistics Services" <no_reply@pubinposte.com>
To:
pircolator@aol.com
Subject:
Order Information
Forum: vB4 Programming Discussions 08-03-2013, 06:39 PM
Replies: 11
Views: 964
Posted By DRJ
It is set to yes and if I log in to my server...

It is set to yes and if I log in to my server there are queued emails. If I set this to no it wouldn't stop the emails though would it? Just stop them from queuing?
Forum: vB4 Programming Discussions 08-03-2013, 06:23 PM
Replies: 11
Views: 964
Posted By DRJ
I disabled the usergroup permission to email...

I disabled the usergroup permission to email users and there were a couple more which didn't stop it. If I set the global setting to disable emails then they stop but that would also stop...
Forum: vB4 Programming Discussions 08-03-2013, 06:11 PM
Replies: 11
Views: 964
Posted By DRJ
I don't see any products or plugins with gallery...

I don't see any products or plugins with gallery in the name.
Forum: vB4 Programming Discussions 08-03-2013, 06:06 PM
Replies: 11
Views: 964
Posted By DRJ
Spam Email

Hi

I am getting a lot of spam sent through my server and I am trying to find the source. If I disable email from the admin CP they stop, so I am assuming it is going through the vbulletin email...
Showing results 1 to 25 of 167

 
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.08896 seconds
  • Memory Usage 2,070KB
  • 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
  • (16)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