
07-22-2009, 08:20 AM
|
 |
|
|
Join Date: Jan 2005
Location: Egypt
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by OcR Envy
I'd really like to hide the "There is a newer version of vBulletin available to download" block completely. Think you can give me a file edit for that?
|
To do this, follow the following instructions (for vBulletin 3.8.x):
Open "admincp/index.php" & search inside for the following code:
PHP Code:
echo '<div id="admin_news"' . (empty($news_rows) ? ' style="display: none;"' : '') . '>';
Put above it directly "multiple line commenting tag":
And close that tag under the following code directly:
PHP Code:
echo '</div>'; // end of <div id="admin_news">
That's all. You will not see the "vBulletin News" anymore in your admincp .
|