vBulletin Modifications

Forum Home Enhancements - Scrolling News Text

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > Forum Archives > vBulletin 3.0 Hack Releases

Reply
 
Thread Tools Search this Thread
Download Options
You Must Register First
To Download This Modification

Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs

Advertisement
  
Supported
[vB 3.0.7] Forum Home Enhancements - Scrolling News Text (567)
Released: 09-27-2004, 12:01 PM
Modification Information:
Ken Iovino's Avatar Author: Ken Iovino
Last Online: 10-29-2008
Hack Version: 1.1 Installer Included: 0 Additional queries added to database: 1
New Templates: 2 Template Edits: 0 File Edits: 0
New Files: 0 New Phrases: 0 Installation Time (In Minutes): 5

Scrolling News Text


====================
Author: Ken 'LiveWire' Iovino
Site: www.vbhackers.com
Version: 1.0.0
====================

As requested here: Marqueeeing or scrolling info/news hack.

What this does
This will show you a news box on your forumhome page with your sites news in it.



Features:
  • Completely Admin CP controlled.
  • Turn News on/off (ACP)
  • The News Title (ACP)
  • The News Message (ACP)
  • Turn scroll on/off (ACP)
  • Determine the scroll direction (ACP)
  • The amount of times the scroll will loop (ACP)
To do list...
  • Time to install: 15 minutes
  • Queries to run: 0
  • File Mods: 3
    • /admincp/global.php
    • /admincp/index.php
    • /forum/index.php
  • Templates to edit: 1
  • Templates to add: 1
  • New Phrases: 1

Please read carefully and make all the necessary changes at stated. This is will work if installed properly.
PLEASE REMEMBER TO BACKUP BEFORE YOU BEGIN! If you like this hack, please be kind and click on the "Install"

Help & Support
Before asking for support Please make sure you have done all necessary changes! If you still need support please post a reply at here.

Please post bugs and errors here. Hope you like, feedback welcomed.



Screenshots
Screenshots
File Type: gif adminSS.gif (43.7 KB, 1406 views)
File Type: gif forumSS.gif (25.9 KB, 1945 views)


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Add a Comment!
Old 08-11-2005, 04:56 PM   #111
vBulletin Guru
Ken Iovino's Avatar
Join Date: Mar 2004
Real Name: Ken Iovino
Location: Miami, Florida
Ken Iovino is on a distinguished road

Default

You have to have debug mode on. Please follow the instructions very carefully.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 08-11-2005, 04:57 PM   #112
vBulletin Guru
Ken Iovino's Avatar
Join Date: Mar 2004
Real Name: Ken Iovino
Location: Miami, Florida
Ken Iovino is on a distinguished road

Default

You have to have debug mode on, please follow my instructions carefully.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-13-2005, 12:36 AM   #113
Coder
Join Date: Aug 2005
solong is on a distinguished road

Default

i can't find

Add New Setting Group

in

vBulletin Options



thanks
LiveWire




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-13-2005, 12:56 AM   #114
Junior Member
Join Date: Jul 2005
RAMBO2k is on a distinguished road

Default

I am having the same problem solong and I am running 3.0.7 I have followed all the instructions and tried it a few times still cant see the add new setting group




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-13-2005, 02:13 AM   #115
Coder
Join Date: Aug 2005
solong is on a distinguished road

Default

ya iam running 3.0.7




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-14-2005, 11:20 PM   #116
Junior Member
Join Date: Aug 2005
Nizam is on a distinguished road

Default

===========================
Add one new phrase:
===========================
Phrase Type: Control Panel Global
Varname: site_news
Text: Site News


Could you tell me how do i do that?

And this:

===========================
Add new template named: "forumhome_newsbit" with the contents below
===========================

<if condition="$vboptions['news_on_off']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat"><strong>$vboptions[news_title]</strong></td>
</tr>
<tr>
<td class="alt1">
<if condition="$vboptions['news_marquee_on_off']">
<marquee direction="$vboptions[news_direction]" loop="$vboptions[news_loop]" width="100%">$vboptions[news_message]</marquee>
<else />
$vboptions[news_message]
</if>
</td>
</tr>
</thead>
</table>
<br />
</if>




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-15-2005, 04:08 AM   #117
Coder
infused's Avatar
Join Date: Apr 2005
Location: Netherlands
infused is on a distinguished road

Default

To add phrases:

In AdminCP go to Languages & Phrases -> Phrase Manager -> Add New Phrase

To add templates:

In AdminCP go to Styles & Templates -> Style Manager -> Add New Template (in drop-down box)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-19-2005, 11:29 PM   #118
Junior Member
Join Date: Aug 2005
genomex is on a distinguished road

Default

thanx




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-20-2005, 07:22 AM   #119
vB User
Join Date: Oct 2004
Real Name: Matti
Location: Mechelen
MaTtIaSkE is on a distinguished road

Default

Quote:
Originally Posted by solong
i can't find

Add New Setting Group

in

vBulletin Options



thanks
LiveWire
Read the last post of LiveWire again!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-31-2005, 03:15 PM   #120
Coder
barakat's Avatar
Join Date: Oct 2004
Real Name: Barakat
Location: Jerusalem
barakat is on a distinguished road

Default

it works great on 3.5.0 but u need to add just only this

open the includes/config.php and find
$config['Mysqli']['ini_file'] = '';

add after :-

if (VB_AREA == 'AdminCP')
{
$config['Misc']['debug'] = true;
}

Last edited by barakat; 08-31-2005 at 03:58 PM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
scrolling news in forum home hadi20020 vBulletin Modification Requests 4 11-13-2005 01:00 PM
Scrolling News cunder vBulletin Modification Requests 0 10-09-2005 08:45 AM
Surround Images with text. z|x vBulletin Modification Requests 0 08-27-2005 08:39 AM
Scrolling news test coffeefix vBulletin Modification Requests 3 07-08-2005 04:05 PM


All times are GMT -3. The time now is 11:09 AM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)