PHP-Nuke Blocks

TarinC

New Member
Messages
698
Reaction score
0
Points
0
How do i create a block on php nuke that has a scrolling marquee? eg: www.noac.cjb.net (like the affiliates on the left side of the page)
Can some one tell me in detail how to add one on my site? my site is www.tps.x10hosting.com

And also how do you make the user info block like the on on www.noac.cjb.net? mine is different... how do i make it the same?

Thanks. Please Help Me Im NooB!
 
Last edited:

oab

New Member
Messages
918
Reaction score
0
Points
0
okay this is the code for the marquee

HTML:
<MARQUEE loop="0" behavior="SCROLL" direction="up" height="150" scrollamount="2" scrolldelay="1"><center>Whatever you want scrolling</center>

as for having it stop when your mouse is over your going to have to find for yourself because im way to lazy to do that for you.

Anyway, the userinfo block should have came with your version of phpnuke, so go to your phpnuke admin cpanel and go to blocks and where it has the dropdown you should see userinfo. If it isnt there theres a lot of good blocks at www.phpnukefiles.com and other nuke sites.
 

oab

New Member
Messages
918
Reaction score
0
Points
0
hmm im not sure if you have to end the marquee because on their site they didnt, oh well if you have problems add </marquee> at the end of that code.
 

TarinC

New Member
Messages
698
Reaction score
0
Points
0
tried that already.... it works on a normal html site but it dont work on php.
www.tps.orgfree.com which i made works perfectly but its html not php.

and for the user info block.. i do have it but mine only has login and password. how do i get mine to show membership, online stats, most ever online like on www.phpnukefiles.com
 
Last edited:

oab

New Member
Messages
918
Reaction score
0
Points
0
wow man i dont think i can help you im sorry, how old are you?

You have to add the user info block!

and it is html i dont understand your whole site isnt in php w/e man heres the php

PHP:
echo '<MARQUEE loop="0" behavior="SCROLL" direction="up" height="150" scrollamount="2" scrolldelay="1"><center>Whatever you want scrolling</center>';
 

Alejandro

Staff
Staff member
Community Support
Messages
9,436
Reaction score
1
Points
38
I think this belongs to Programming

MOVED
 

TarinC

New Member
Messages
698
Reaction score
0
Points
0
im 14

tps.orgfree.com has no php at all
php is confusing, this is the first time i used php
 

03moscropl

Flash Freak
Messages
698
Reaction score
0
Points
16
dont use pnpnuke tools it a module seach for it at nukecops.com.


it lets you convert things to php then to a bock it you are looking for and affiliates module i have one its called supporters.

dragongamer.net
 

TarinC

New Member
Messages
698
Reaction score
0
Points
0
thanks for all your help! ill try it later im too busy.... thanx for the site. it has everything!
 
Last edited:

clareto

New Member
Messages
250
Reaction score
0
Points
0
Just to give you a hint... The scroll in the example page you put has NOTHING php-related. Those kind of scrollings can be achieved with a java applet or even by controlling a layer, or its contents with JAVA-SCRIPT. Dont go the wrong way, it is not php!!!!... search the web for javascript scripts, there are a lot of scrollings.
 

oab

New Member
Messages
918
Reaction score
0
Points
0
i dont understand y not just use the code i posted above, html.....

and i dont think he wanted the suporters module he wanted to use the scrolling marquee for somthing else, but i could be wrong..
 
Top