Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Weird Bug in Redgree? PF V 7.07

Asked Modified Viewed 3,490 times
M
mongo
M
mongo 10
i37.photobucket.com/albums/e75/rdmillerman15/sscmongo.gif
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Newbie

I am experiencing a weird bug using the redgree theme, and am wondering if its a bug with the theme or something that happens in Fusion 7.07.
I'm designing a site for a gaming community and pretty much everything else is going Ok except for this problem.
On the right my panels are User, Shoutbox and a custom panel Dont Cheat (it's just an animated gif file). When I navigate through my site every page looks good except for the Discussion Forums. On the forums page both the Banner and the Dont Cheat panel do not display, when the page is loading, you can see the broken Banner for a short time and the Dont Cheat panel just shows a broken image. Am I doing something wrong?

Here's the Banner_1 code
<img src='images/ssc3.png' style='margin:5px' align='center' />

Heres' the Dont Cheat panel code
openside("<center>Don't Cheat</center>") ;
?> <center><img border="0" src="images/nocheat1.gif"> </center>
<?php
closeside();

Heres' a link to the site

http://www.m0ng0.site90.net/news.php


Any help would be greatfully appreciated.
Thanks
m0ng0
0 replies

5 posts

S
Splash
S
Splash 10
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 2 threads in the forums
answered
Junior Member

Disable smileys and use the tag code.
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

As you are talking about one of my themes and I am here to answer I will let this thread continue but in future please post all theme related questions on the themes site.

There is no problem with that theme, the panel images work and the image in your cheat panel is working.

I don't quite understand what the issue is?
0 replies
A
afoster
A
  • Senior Member, joined since
  • Contributed 725 posts on the community forums.
  • Started 128 threads in the forums
answered
Senior Member

I am getting the following displayed at the very top of the page:

Lost connection to MySQL server during queryMySQL server has gone awayMySQL server has gone awayMySQL server has gone awayMySQL server has gone awayMySQL server has gone awayMySQL server has gone away
0 replies
M
mongo
M
mongo 10
i37.photobucket.com/albums/e75/rdmillerman15/sscmongo.gif
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Newbie

Fangree the problem was the PATH was incorrect for the forums page image my original path was

openside("<center>Don't Cheat</center>" ;
?> <center><img border="0" src="images/nocheat1.gif"> </center>
<?php
closeside();
The correction is the following
openside("<center>Don't Cheat" ;
?> <center><img border="0" src="/images/nocheat1.gif"> </center>
<?php
closeside();

This way the forums/images also sees the path, the forward slash before images also solved the problem for the banner 1

PS a lot of my crew really like your redgree Theme
Edited by mongo on 10-02-2010 05:21,
0 replies
A
afif
A
afif 10
  • Member, joined since
  • Contributed 183 posts on the community forums.
  • Started 12 threads in the forums
answered
Member

use BASEDIR or IMAGES or THEME."images will be better. that way you wont face this kinda path problem..
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 5 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
A
A
afif 10
  • Member, joined since
  • Contributed 183 posts on the community forums.
  • Started 12 threads in the forums
A
A
  • Senior Member, joined since
  • Contributed 725 posts on the community forums.
  • Started 128 threads in the forums
S
S
Splash 10
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 2 threads in the forums
M
M
mongo 10
i37.photobucket.com/albums/e75/rdmillerman15/sscmongo.gif
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet