PHP-Nuke Services - Addons, Modules, Blocks Vizitati www.westdesign.ro Select Interface Language:EnglishRomanian
  Login or Register HomeForumsDownloadsYour AccountWeb LinksContact   
SectionsShow\Hide
MultiheadlinesShow\Hide
LoginShow\Hide
~ Welcome, alien
Nickname Password
(Register)

~ Membership:

Greetings to the newest member jincesoft
~ New Today: 0
~ New Yesterday: 0
~ Overall: 4306

~ People Online:
~ Visitors: 8
~ Members: 0
~ Total: 8
~Aikon is offline
on Yahoo Msg.
Link to meShow\Hide

aikons.net
Search in FeedsShow\Hide
Search in feeds
HistoryShow\Hide
On 21 May


Speed Up   Pause   Speed Down
DictionaryShow\Hide
Enter the word

Romanian users only

- aikons.net - PHP-Nuke Services Forum Index


This topic is locked: you cannot edit posts or make replies. Page 1 of 1
marquee not displaying anything
Message Author
Reply with quote
Post Posted: Friday 14 July, 2006 02:52

My marquee is not displaying anything, sometime i see something from the preview screen, but i see from the left what looks like the end of a letter scrolling up eg
>
-
(

readmore displays the feed, so they are there.

another thing, the blocks will not delete, i have to use phpnuke admin, but then Multiheadlines block says they are still there if i do that.

Footer info added
sql updated
phpnuke 7.8
www.info2everyone.com

View user's profile Send private message
Reply with quote
Post Posted: Friday 14 July, 2006 07:34

1. Well, looks that everything is all right!!! Shocked

2. Delete the block from Multiheadlines admin panel[Multiheadlines Block
Management].

3.
Quote:
Footer info added
sql updated
phpnuke 7.8
Question Question

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Friday 14 July, 2006 09:02

Are you viewing with IE - thats where i don't see it, i just tryed Opera Browser and it displays fine and deletes the block, so why not IE

View user's profile Send private message
Reply with quote
Post Posted: Friday 14 July, 2006 11:20

The feeds are there, but cannot be seened cause is beyond the screen.
You can try this: open the block file created by Multiheadlines modules [something like block-Multiheadlines-X.php where X is a number] from /blocks folder and replace the following code:
Code:
<marquee behavior=\"scroll\" direction=\"up\" scrollamount=\"1\" scrolldelay=\"1\"  width=\"100%\"
with
Code:
<marquee behavior=\"scroll\" direction=\"up\" scrollamount=\"1\" scrolldelay=\"1\"  width=\"400\"
or a width to fit with your site

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Saturday 15 July, 2006 23:10

Worked a treat, also edited the index module in modules/admin - index file - now it does this by default.



Thanks for the help!

View user's profile Send private message
Reply with quote
Post Posted: Monday 27 August, 2007 23:21

another way to fix it for both IE and Firefox is to just give the table tag immediately surrounding the marquee tag a width of 100%

Code:
$content = "<table>
    <tr>
        <td>
            <marquee ...



becomes

Code:
$content = "<table width=\"100%\">
    <tr>
        <td>
            <marquee ...


aikon, perhaps you can verify this fix works, and then modify the code that generates the block, so that when the block is generated, it will work in all browsers right off the bat.

thanks Smile

View user's profile Send private message Send e-mail Visit poster's website
Reply with quote
Post Posted: Monday 27 August, 2007 23:38

Yep already done in new version.

View user's profile Send private message Visit poster's website
Display posts from previous:
This topic is locked: you cannot edit posts or make replies. Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Page Generation: 0.55 Seconds