Register Chat Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
V3Arcade - Scrollable news / more news Details »»
V3Arcade - Scrollable news / more news
Mod Version: 1.00, by frankenberrie (Contributor) frankenberrie is offline
Developer Last Online: Jun 2009 Show Printable Version Email this Page

This modification is in the archives.
vB Version: 3.0.3 Rating: (1 vote - 5.00 average) Installs: 17
Released: 29 Oct 2004 Last Update: Never Downloads: 1
Not Supported  

[MOD] V3Arcade - Scrollable news / more news

This little mod will make your news window thats on the main Arcade screen / Arcade category screen scrollable.

Files to modify
Arcade.php

Templates to modify:
arcade_main
arcade_main_category (if your using the category mod)



**** DONT FORGET TO BACK UP BEFORE U MODIFY ****


Here what to do:
Open your admincp ==> Styles & Templates ==> Style Manager ==> Edit templates

Open up the arcade_main template
FIND:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Add this directly above that:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

If you have the category mod installed:

Open the arcade_main_category template
FIND:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Add this directly above that:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


NOTE: CHANGE :

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Now to make more news available for viewing. Remember, depending on how much news you set to view, this can have an effect on your sites performance.

Open up Arcade.php
FIND: (if you are using the category mod, this like will be in there twice)

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

SET Number of new items to show by changing this:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Hope this can be usefull. Just click install if you use.

Download Now

Only licensed members can download files, Click Here for more information.

Screenshots

Click image for larger version

Name:	screen01.jpg
Views:	721
Size:	24.1 KB
ID:	21475

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
V3arcade - Show Last Score News MioTraGusa vBulletin 3.5 Add-ons 8 14 Oct 2006 21:02
V3Arcade Link to Games in News And Events DjTaz vBulletin 3.5 Add-ons 8 28 Jul 2006 19:15

Comments
  #2  
Old 29 Oct 2004, 19:43
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Real name: Brian
<div style="height:125px; width:100%; overflow:auto;"> you say above?

Do you mean before?

My line looks like:
$welcomeblock
<td class="alt1" width="40%" valign="top">$arcadenews</td>
</tr>
</table></td>

Laters
Reply With Quote
  #3  
Old 18 Dec 2004, 01:00
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Mine kind of looks like that too, . I tried to input this, but can't figure out how to make it work with this code. Any ideas?
Reply With Quote
  #4  
Old 22 Dec 2004, 02:28
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
same here... anyone???
Reply With Quote
  #5  
Old 27 Dec 2004, 20:53
BTPRex BTPRex is offline
 
Join Date: Jan 2004
Same Problem here :S
Reply With Quote
  #6  
Old 14 Jan 2005, 13:54
Psybadek Psybadek is offline
 
Join Date: Jul 2002
It works fine for me the way described.
Reply With Quote
  #7  
Old 28 Feb 2005, 06:01
sim tech's Avatar
sim tech sim tech is offline
 
Join Date: Jan 2005
Originally Posted by The Realist
<div style="height:125px; width:100%; overflow:auto;"> you say above?

Do you mean before?

My line looks like:
$welcomeblock
<td class="alt1" width="40%" valign="top">$arcadenews</td>
</tr>
</table></td>

Laters
I am runing 3.0.7 and inserted it as follows:



Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Note that I added a </td> just below $welcomeblock And moved the </td> from the end of the mod line to below the $arcadenews.

I don't have the catagory mod, so I skipped that part and went directly to modding arcade.php (I set mine to DESC LIMIT 48)... I had to change the mod slightly 'cause the original one caused the frames that the scroll bar was in to triple in size.

Thanks for the mod - I've been wanting to do that but did not know how! Hope I didn't step on any toes by changing mine a bit... (php newbie here)

Last edited by sim tech : 28 Feb 2005 at 06:32.
Reply With Quote
  #8  
Old 28 Feb 2005, 07:11
sim tech's Avatar
sim tech sim tech is offline
 
Join Date: Jan 2005
modding
height:125px to your liking
Still causes the frams size to go haywire though I had mine increased to 140 until I checked it on another pc and saw that it screwed up the frame size.

This mod gets 5 stars from me though! Sweet!
Reply With Quote
  #9  
Old 14 Mar 2005, 17:06
Polo's Avatar
Polo Polo is offline
 
Join Date: Jun 2004
Originally Posted by sim tech
I am runing 3.0.7 and inserted it as follows:



Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Note that I added a </td> just below $welcomeblock And moved the </td> from the end of the mod line to below the $arcadenews.

I don't have the catagory mod, so I skipped that part and went directly to modding arcade.php (I set mine to DESC LIMIT 48)... I had to change the mod slightly 'cause the original one caused the frames that the scroll bar was in to triple in size.

Thanks for the mod - I've been wanting to do that but did not know how! Hope I didn't step on any toes by changing mine a bit... (php newbie here)
Mine worked using this method...
__________________
God180 <---------------------CHECK IT OUT
Reply With Quote
  #10  
Old 04 Apr 2005, 17:17
YLP1's Avatar
YLP1 YLP1 is offline
 
Join Date: Aug 2004
This is an awesome mod..... I would love to have this on my portal latest topics versus an auto scrolling. Could the code that is used on this work for the latest topics?
Reply With Quote
  #11  
Old 20 Oct 2005, 16:19
Belder's Avatar
Belder Belder is offline
 
Join Date: Aug 2005
Real name: Peter
Neat hack *Installed* Thank you.

Thanks also to sim tech for that very helpful info . . it worked for me too
Reply With Quote
Reply


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

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


New To Site? Need Help?

All times are GMT. The time now is 16:27.

Layout Options | Width: Wide Color: