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?

[SOLVED] Removal of separators between panels

Asked Modified Viewed 3,700 times
P
patrickalexson
P
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Junior Member

Hello to all,

Not quite sure if this is being posted in the correct section, feel free to slap me if not.

Is it possible to remove what I can only describe as <HR> Horizontal Rulers between panels? As an example, the default welcome message panel contains the word 'Welcome' and underneath it is a horizontal bar - obviously to help the reader denote where particular content falls under. Can this be removed and if so, where should I be looking (or rather what file should I edit)?

Correct answers shall receive +100xp to honor
Edited by patrickalexson on 18-03-2011 03:17,
0 replies

7 posts

P
PHPar
P
PHPar 10
  • Member, joined since
  • Contributed 118 posts on the community forums.
  • Started 7 threads in the forums
answered
Member

add screenshot for your request
0 replies
P
patrickalexson
P
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

After a bit more troubleshooting, it would appear that this issue pertains only to the current theme I am using and a few others that are available for use. I should probably check out the CSS file for the theme perhaps...

As an example, on this site's welcome/home page, there is...
www.solution-alpha.com/images/example01234.jpg

... a horizontal bar. In my scenario, this bar is present below the title of each panel. If I switch to some of the other themes, the bar is replaced by different elements so it has to be relative to theme I am using.
0 replies
N
NobNob
N
NobNob 10
Saludos.

Javier Esteban [NobNob]
PHP-Fusion en Español
  • Member, joined since
  • Contributed 77 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

Yes, it is possible...

Remove or comment out:
openside("Panel Name"wink; and closeside();

Before:
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]openside("name"wink;
echo "content";
closeside();[/syntaxhighlighter]
After:
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]// openside("name"wink;
echo "content";
// closeside();[/syntaxhighlighter]
0 replies
P
patrickalexson
P
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

And I would wish to do that in the welcome_message_panel.php in the Infusions directory, correct?

Its worded...

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false][code]opentable($locale['global_035']);
echo stripslashes($settings['siteintro'])."";
closetable();[/syntaxhighlighter]

If I change to...

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]//opentable($locale['global_035']);
echo stripslashes($settings['siteintro'])."";
//closetable();[/syntaxhighlighter]

It seems to work just fine - although I want to make sure that's what I should be doing.

Thanks for the help!
0 replies
N
NobNob
N
NobNob 10
Saludos.

Javier Esteban [NobNob]
PHP-Fusion en Español
  • Member, joined since
  • Contributed 77 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

Yes, that is correct.
0 replies
P
patrickalexson
P
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

Awesome. Problem solved - thanks for the quick reply and the short and to the point instructions.
0 replies
N
NobNob
N
NobNob 10
Saludos.

Javier Esteban [NobNob]
PHP-Fusion en Español
  • Member, joined since
  • Contributed 77 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

No problem. You are welcome.
Good luck ! ;)
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

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

3 participants

N
N
NobNob 10
Saludos.

Javier Esteban [NobNob]
PHP-Fusion en Español
  • Member, joined since
  • Contributed 77 posts on the community forums.
  • Started 2 threads in the forums
P
P
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
P
P
PHPar 10
  • Member, joined since
  • Contributed 118 posts on the community forums.
  • Started 7 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet