View Full Version : 2 Questions.
Shadowxxxx
01-06-2015, 08:38 AM
Hello and first thanks for the people who will help me, second my english not that good.
My first question: is it possible to remove the main activity page? or when i'm using my main forum domain it will redirect to the main forum and not to the activity.
second:
i got reply post problem, i've been trying to replace with others and redownload it newreply.php file here a screen shot:
https://vborg.vbsupport.ru/external/2015/01/36.png
i know there is other option and faster for replying option, not sure where to find.
ozzy47
01-06-2015, 09:50 AM
1) Disable the Activity tab in the Navigation Manager, and set the Forum Tab to default in the dropdown menu for the tab.
2) Open your includes/config.php file and below <?php add the following.
define('SKIP_DS_ERRORS', true); So it looks like this:
<?php
define('SKIP_DS_ERRORS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2
Use a editor like notepad++ (http://notepad-plus-plus.org/download/v6.6.8.html) to edit any files, don't use Notepad or Wordpad.
This turns off the extra error reporting in php 5.3 & 5.4 (for strict & deprecated warnings), but will allow other important errors to show.
Or upgrade to vB4.2.3
Seven Skins
01-06-2015, 09:51 AM
Edited:
ozzy already replied to it.
MarkFL
01-06-2015, 03:58 PM
1) Disable the Activity tab in the Navigation Manager, and set the Forum Tab to default in the dropdown menu for the tab.
2) Open your includes/config.php file and below <?php add the following.
define('SKIP_DS_ERRORS', true); So it looks like this:
<?php
define('SKIP_DS_ERRORS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2
Use a editor like notepad++ (http://notepad-plus-plus.org/download/v6.6.8.html) to edit any files, don't use Notepad or Wordpad.
This turns off the extra error reporting in php 5.3 & 5.4 (for strict & deprecated warnings), but will allow other important errors to show.
Or upgrade to vB4.2.3
Thank you...this also resolved an issue I was having. :up:
ozzy47
01-06-2015, 04:00 PM
Well that's god to know, helped two people with one post. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.