Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 1194
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


NEED HELP? If you're looking for support with Simple Portal, look no further than the Support Board!

All shouts disappear

Started by saosangmo, March 01, 2011, 02:27:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

saosangmo

I get the same issue as jelence does.

I run on one sub-domain: After press Enter key, all of messages will disappear.

Please fix it soon!

many thanks

AngelinaBelle

Are the shouts all gone? Is the shoutbox empty? Do the shouts come back if you refresh the page?
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

saosangmo

Hi AngelinaBelle,
Thank for your reply.
I capture 2 images:
My shoutbox is before press 'shout'



and after press 'shout'

AngelinaBelle

I see that the shouts are still there, but look empty.
When you refresh the page, what happens?
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

saosangmo

Hi AngelinaBelle,

In case I refresh the page --> all of messages display normally.
In case I press the refresh of shoutbox --> all of messages do not display.
In case I delete any message --> all of messages do not display.

My site is http://k44.bangtra.com

Would you need one account for testing purpose?

-saosangmo

saosangmo

I have solved my problem. 2-SI chat and Simpleportal are incompatible.

To fix it:
1. Open the "PortalShoutbox.template.php"      
go to line 262, find <body>', htmlspecialchars($shout['text']), '</body>
and replace <bodyshout>', htmlspecialchars($shout['text']), '</bodyshout>

2. Open "portal.js", go to line 123, find:
         body = shout.getElementsByTagName("body")[0].childNodes[0].nodeValue;

and then replace width:
         body = shout.getElementsByTagName("bodyshout")[0].childNodes[0].nodeValue;


AngelinaBelle

Thanks for reporting this incompatibility with another mod.
I'm glad you found a simple workaround for your site.
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?