Forum: vB4 General Discussions
29 Jul 2020, 18:49
|
Replies: 5
Views: 149
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
29 Jul 2020, 00:30
|
Replies: 5
Views: 149
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
29 Jul 2020, 00:10
|
Replies: 5
Views: 149
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
11 Feb 2018, 18:57
|
Replies: 1
Views: 348
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
09 Feb 2018, 16:42
|
Replies: 12
Views: 304
|
Forum: vB4 General Discussions
09 Feb 2018, 06:10
|
Replies: 12
Views: 304
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
06 Jul 2014, 19:59
|
Replies: 8
Views: 262
|
Forum: vB4 General Discussions
06 Jul 2014, 19:20
|
Replies: 8
Views: 262
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
06 Jul 2014, 18:26
|
Replies: 8
Views: 262
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
06 Jul 2014, 17:54
|
Replies: 8
Views: 262
|
Forum: vB4 General Discussions
06 Jul 2014, 16:46
|
Replies: 8
Views: 262
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
16 Feb 2014, 20:48
|
Replies: 3
Views: 250
|
Forum: vB4 Programming Discussions
16 Feb 2014, 20:25
|
Replies: 3
Views: 250
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
27 Aug 2013, 05:44
|
Replies: 7
Views: 952
$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
26 Aug 2013, 20:07
|
Replies: 7
Views: 952
|
Forum: vB4 General Discussions
21 Aug 2013, 17:00
|
Replies: 2
Views: 425
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
16 Aug 2013, 02:49
|
Replies: 1
Views: 378
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
13 Aug 2013, 20:54
|
Replies: 1
Views: 403
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
04 Aug 2013, 17:52
|
Replies: 0
Views: 364
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
03 Aug 2013, 21:29
|
Replies: 11
Views: 907
|
Forum: vB4 Programming Discussions
03 Aug 2013, 20:51
|
Replies: 11
Views: 907
|
Forum: vB4 Programming Discussions
03 Aug 2013, 20:39
|
Replies: 11
Views: 907
|
Forum: vB4 Programming Discussions
03 Aug 2013, 20:23
|
Replies: 11
Views: 907
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
03 Aug 2013, 20:11
|
Replies: 11
Views: 907
|
Forum: vB4 Programming Discussions
03 Aug 2013, 20:06
|
Replies: 11
Views: 907
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...
|