The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

When going into a thread it shows a blank page

3 posters

Go down

Solved When going into a thread it shows a blank page

Post by Mio-chan 27/9/2009, 03:47

Well on my forum @ http://superunitedninjas.forumotion.net/forum.htm when I click to go into a thread it just shows a blank page.
Also I was adding global announcements to the topic_list_box template but then I decided to remove it. Well then i went into a thread and it displayed a blank page so I restored the template to the default template and I am still having the same issue. Any help?

Thanks in advance.

Edit: Now its working but whenever i edit topic_list_box it doesn't
Mio-chan
Mio-chan
Forumember

Male Posts : 284
Reputation : 17
Language : English, Portuguese | CSS3, HTML and learning C++
Location : Rhode Island, United States of America

http://www.theolympiansclan.com

Back to top Go down

Solved Re: When going into a thread it shows a blank page

Post by Darren1 27/9/2009, 04:22

When going into a thread it shows a blank page Hello

Could you please try clearing ur cache & cookies, as it may be a cookie related problem.
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: When going into a thread it shows a blank page

Post by Mio-chan 27/9/2009, 04:23

Hey darren1 (your the best When going into a thread it shows a blank page Lol ) ,
I did, and I have tried it with all my browsers when the problem was occuring. I can make the problem reoccur by editing the topic_list_template. It also happens to other members when I edit the template.
Mio-chan
Mio-chan
Forumember

Male Posts : 284
Reputation : 17
Language : English, Portuguese | CSS3, HTML and learning C++
Location : Rhode Island, United States of America

http://www.theolympiansclan.com

Back to top Go down

Solved Re: When going into a thread it shows a blank page

Post by Darren1 27/9/2009, 05:29

Hahaha thanks for the compliment....it's nice to see some one saying something nice 'round here When going into a thread it shows a blank page Icon_smile

What is the code you are adding, also are u using Phpbb2 or PunBB?
=> I ask because they may allow template editing, but they don't use the exact same coding and thus codes very between these 2 versions
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: When going into a thread it shows a blank page

Post by Mio-chan 27/9/2009, 16:51

darren1 wrote:Hahaha thanks for the compliment....it's nice to see some one saying something nice 'round here When going into a thread it shows a blank page Icon_smile

What is the code you are adding, also are u using Phpbb2 or PunBB?
=> I ask because they may allow template editing, but they don't use the exact same coding and thus codes very between these 2 versions

I'm using Phpbb2 and I'm adding the code below.

Code:

[table class=forumline border=0 cellSpacing=1 cellPadding=0 width="100%"]
[tr]Global Announcement[/tr]
[tr][td]Global Message must be inserted here[/td][/tr]

[/table]

Here you go Darren1 When going into a thread it shows a blank page Icon_biggrin

Edit: Happened to me again but now when I was editing the posting_body template, I added the below code as the very last thing.

Code:


// Cross browser event handling for IE 5+, NS6+ and Gecko
function addEvent(elm, evType, fn, useCapture)
{
if (elm.addEventListener)
{
// Gecko
elm.addEventListener(evType, fn, useCapture);
return true;
}
else if (elm.attachEvent)
{
// Internet Explorer
var r = elm.attachEvent('on' + evType, fn);
return r;
}
else
{
// nutscrape?
elm['on' + evType] = fn;
}
}

// Add Listeners
function addListeners(e)
{
// Before unload listener
addEvent(window, 'beforeunload', exitAlert, false);
}

// Exit Alert
function exitAlert(e)
{
// default warning message
var msg = "You will lose information if it has not already been saved.";

// set event
if (!e) { e = window.event; }
if (e) { e.returnValue = msg; }

// return warning message
return msg;
}

// Initialise
addEvent(window, 'load', addListeners, false);


The above code creates a pop-up when you naviagate away while your posting something. Its working but as I mentioned in the OP (Original Post) when I try to view a thread it just shows blankness.


Edit #2: This is what I mean by "blank page"
When going into a thread it shows a blank page Captur15

Edit #3: I finally figured out how to fix the problem, I deleted the template and then resyned the forum. But the blank page still happens when I edit the template for a few first times, is this a bug?

Edit #4: I think I finally found a way to get around this "bug", I edit the template and it shows this "blank page" then I delete the template and then resync the forums and then edit the template again and the "blank page" will not happen.
Mio-chan
Mio-chan
Forumember

Male Posts : 284
Reputation : 17
Language : English, Portuguese | CSS3, HTML and learning C++
Location : Rhode Island, United States of America

http://www.theolympiansclan.com

Back to top Go down

Solved Re: When going into a thread it shows a blank page

Post by Sanket 27/9/2009, 20:50

Since this thread appears to be solved, I will lock this thread and mark it as solved.
When going into a thread it shows a blank page 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum