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?

Problem z panelem

Asked Modified Viewed 2,057 times
M
mixor
M
mixor 10
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Junior Member

When assuming a new panel and it is some html or php code that pops up an error:

Parse error: syntax error, unexpected T_STRING in /home/csregina/public_html/themes/templates/panels.php(74) : eval()'d code on line 1
0 replies

8 posts

A
Ankur
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
answered
Veteran Member

Please replace all the Double Quotes (" "wink with single quotes (' 'wink in your HTML Code which you are trying to add.

For example :
Code should be like this :
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]openside("Panel Name"wink;

echo "<a href=' '>Single quotes in HTML</a>";

closeside();[/syntaxhighlighter]

[ Moved to Panels and Infusions ]
0 replies
M
mixor
M
mixor 10
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

hmm with as I do not get
0 replies
A
Ankur
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
answered
Veteran Member

Quote

mixor wrote:

hmm with as I do not get


Can you please post the Code here which you want to add as a panel ?
0 replies
M
mixor
M
mixor 10
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

and even add a simple code that falls <font color=red>
0 replies
A
Ankur
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
answered
Veteran Member

So Try this Code as a Panel :

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]openside("My Panel Name"wink;

echo "<object type='application/x-shockwave-flash' data='http://www.holystatsfm.panelradiowy.pl/player.swf' id='audioplayer' height='22' width='500'>
<param name='movie' value='http://www.holystatsfm.panelradiowy.pl/player.swf'>
<param name='FlashVars' value='playerID=1&soundFile=http://s1.slotex.pl:7174/;&titles=Player Online&buffer=0&rightbg=000000&lefticon=ffffff&righticon=ffffff&loader=000000&leftbg=000000&track=ffffff&bg=ffffff&rightbghover=000000&tracker=ffffff&autostart=yes&animation=yes&playerID=panelradiowy.pl&initialvolume=60'>
<param name='quality' value='high'>
<param name='menu' value='false'>
<param name='wmode' value='transparent'>
</object>";

closeside();[/syntaxhighlighter]
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

http://www.php-fusion.co.uk/forum/viewthread.php?thread_id=28956&pid=159173#post_159173

What was wrong there? This did not teach you anything how to code?


Also in this post I tell you about descriptive thread titles...

http://www.php-fusion.co.uk/forum/viewthread.php?thread_id=28956&pid=159173#post_159171

So why does this thread also have a bad thread title, please fix it immediately.

Problem z panelem is not a descriptive title there for a violation of the Code of Conduct. Fix it please.
0 replies
M
mixor
M
mixor 10
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

about work and how much it changes the file info panel for example login or password?
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

That is a different topic if you have other questions regarding other things please either search the forums to see if you can find an answer failing that post a new thread.

AGAIN PLEASE FIX THE THREAD TITLE!
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 8 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
A
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
M
M
mixor 10
  • Junior Member, joined since
  • Contributed 10 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