| Author |
Message |
Mithoron
Corporal


Joined: Feb 15, 2003
Posts: 53
Location: USA
|
Posted:
Tue May 06, 2003 6:00 pm |
  |
Is it just me or did the scrolling recent Forums block on the home page increase dramatically? I used to be able to peruse it as it slowly scrolled by...now it's a course in speed reading...did it get changed? |
|
|
   |
 |
disgruntledtech
Site Admin


Joined: Apr 14, 2003
Posts: 994
Location: Tulsa, OK
|
Posted:
Wed May 07, 2003 3:52 pm |
  |
i just hover on it to stop it if i fall behind |
|
|
     |
 |
Mithoron
Corporal


Joined: Feb 15, 2003
Posts: 53
Location: USA
|
Posted:
Wed May 07, 2003 4:23 pm |
  |
Yeah, I know about the mouse hover; however, they are much faster lately...was just wondering what happened, hehehe. |
|
|
   |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Wed May 07, 2003 5:01 pm |
  |
changed ur browser at all?
The forums scroller looks the same to me.
AI |
|
|
   |
 |
Mithoron
Corporal


Joined: Feb 15, 2003
Posts: 53
Location: USA
|
Posted:
Wed May 07, 2003 5:03 pm |
  |
Nope, haven't changed my system at all...dunno...maybe I'm sniffing fumes or something, it just seems a lot faster than say a week or so ago...
Ah well, just was curious if you changed servers, changed the block, or whatnot...no biggie, hehehe. |
|
|
   |
 |
dsnail2000
Site Admin


Joined: Mar 17, 2003
Posts: 331
Location: Northern VA
|
Posted:
Thu May 08, 2003 5:49 am |
  |
no, it wouldn't be because they changed their servers because the scrolling code is javascript. Javascript is a client side script, meaning that the site sents the code to your browser to interpret and run. Did you change your hardware at all since you last remember it being slower? You may also make sure you have the latest version of your brower. |
|
|
    |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Thu May 08, 2003 6:01 am |
  |
It seems to be faster for me too. I have asked Chatserv to increase the scrolldelay= "50" to a larger value. And, for the record, the Marquee tag is an MSIE extension to HTML, not JavaScript. |
_________________ Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff |
|
    |
 |
Mithoron
Corporal


Joined: Feb 15, 2003
Posts: 53
Location: USA
|
Posted:
Thu May 08, 2003 7:00 am |
  |
It may have been from the switchover to 6.5...did a different block get used or is it the same? Hehehe, glad I'm not the only one and wasn't just seeing things... |
|
|
   |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Thu May 08, 2003 7:36 am |
  |
same block
We were using 6.5 beta 8 before, so it's not a 6.5 switch over issue eihter.
AI |
|
|
   |
 |
DiZz
Nuke Cadet


Joined: May 09, 2003
Posts: 3
|
Posted:
Fri May 09, 2003 9:06 pm |
  |
How do i get scrolling Forums Lastest 20 on my site?? |
|
|
   |
 |
Mindl3ss
Sergeant


Joined: May 10, 2003
Posts: 148
Location: Karachi, Pakistan
|
Posted:
Sat May 10, 2003 9:33 am |
  |
| Quote: |
| How do i get scrolling Forums Lastest 20 on my site?? |
http://www.phpnukefiles.com/modules.php?name=Downloads&d_op=getit&lid=34 is the url if you are seeking it for phpbb + it shows only 10 last post, if you want 20 then:
1. Download The Given File
2. Unzip it
3. Open block-Forums-scroll.php
Then Find This Line::
| Quote: |
| $result1 = sql_query("SELECT topic_id, topic_last_post_id, topic_title FROM ".$prefix."_bbtopics ORDER BY topic_last_post_id DESC LIMIT 10", $dbi); |
And Change it to
| Quote: |
| $result1 = sql_query("SELECT topic_id, topic_last_post_id, topic_title FROM ".$prefix."_bbtopics ORDER BY topic_last_post_id DESC LIMIT 20", $dbi); |
Finish and do search before posting  |
_________________ Normal people ... believe that if it ain't broke, don't fix it. Engineers believe that if it ain't broke, it doesn't have enough features yet. |
|
       |
 |
DiZz
Nuke Cadet


Joined: May 09, 2003
Posts: 3
|
Posted:
Sat May 10, 2003 5:10 pm |
  |
Thankx mate  |
|
|
   |
 |
Mindl3ss
Sergeant


Joined: May 10, 2003
Posts: 148
Location: Karachi, Pakistan
|
Posted:
Sun May 11, 2003 2:44 am |
  |
did it worked?  |
_________________ Normal people ... believe that if it ain't broke, don't fix it. Engineers believe that if it ain't broke, it doesn't have enough features yet. |
|
       |
 |
DiZz
Nuke Cadet


Joined: May 09, 2003
Posts: 3
|
Posted:
Sun May 11, 2003 7:03 pm |
  |
|
   |
 |
|
|