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: 10
~ Members: 0
~ Total: 10
~Aikon is offline
on Yahoo Msg.
Link to meShow\Hide

aikons.net
Search in FeedsShow\Hide
Search in feeds
HistoryShow\Hide
On 9 February


Speed Up   Pause   Speed Down
DictionaryShow\Hide
Enter the word

Romanian users only

- aikons.net - PHP-Nuke Services Forum Index


Reply to topic Page 1 of 1
Problem with MH and Internet Explorer and Firefox
Message Author
Reply with quote
Post Posted: Monday 02 March, 2009 09:53

Hello All,

I got the module installed fine.. works great. However.. the blocks only work correctly in Firefox. When I use Internet Explorer the blocks just show up blank with your copyright icon in the corner.

Any ideas on what would be causing this?

I have had so many troubles on multiple websites running nuke 8.0 trying to get news feeds working. Your module was the best by far but if I can't figure out whats blocking it in IE than I won't be able to use it. Like I said I have tried it on a few sites, mine and friends and also asked my friends to try both IE and FF and they get the same results.

Please help.. Im at my wits end with trying to get simple news feeds posted on phpnuke. I like the older versions of nuke where anything goes LOL.

John

View user's profile Send private message
Reply with quote
Post Posted: Monday 02 March, 2009 11:23

Hello John

What version of MH do you have?
What kind pf block are you referring too? That center block? like I have on the home page of this site at the bottom, called "PHP Nuke News" with those three columns or scrolling, marquee blocks?
Try to look at the page source[view page source] and tell us if you have any content in MH blocks, visible only on page source.
Can you post here a link to check myself?

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Monday 02 March, 2009 22:34

I sent you a PM with the details but I forgot to mention that I am using MH 2.1.

Thanks much for the help.


John

View user's profile Send private message
Reply with quote
Post Posted: Tuesday 03 March, 2009 01:38

Are you sure it's 2.1? Cause it's says 2.0.5.
The problem is that the table tag doesn't have a width.
You should change somewhere around line 133[I don't know exactly, in MH 2.1 is line 133......more precisely inside the makefile function ] from /multiheadlines/admin/index.php file
this line
Code:
$block_content  .= '$content = "<table>'."\n";

with this one
Code:
$block_content  .= '$content = "<table width=\"100%\">'."\n";


And in your block file[that you already use] multiheadlines-{#}.php change <table> to <table width="100%">
(or recreate the whole content of the file used for this block)
That will do. But that is an old issue of MH, corrected in newer versions.
Let me know if works.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Tuesday 03 March, 2009 01:55

Sorry I apologize for that. I thought I got the 2.1.

I tried changing the code you mentioned above and still the same results. Marqees do not display in Internet Explorer.. just the copyright icon shows.

I will try upgrading to the 2.1 see if it makes a difference.


Thanks for the help,

John

View user's profile Send private message
Reply with quote
Post Posted: Tuesday 03 March, 2009 02:20

Ok as you wish.
You must make changes on the block file too.
Or even beter, delete the blocks you've created and make them again from MH admin panel[after changing that line].

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Tuesday 03 March, 2009 03:59

Upgraded to 2.1 and it seems to be working fine in both IE and FF. All I have to do now is add the feeds back.

Sorry about that.. I was quite sure I had 2.1 for some reason. Thanks for the help.

John

View user's profile Send private message
Reply with quote
Post Posted: Tuesday 03 March, 2009 07:17

No problem.

It was that "<table width="100%">" thing.

View user's profile Send private message Visit poster's website
Display posts from previous:
Reply to topic 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.25 Seconds