Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Navigation
Latest Addons
AD Gallery 66
SyntaxHighlighte... 51
Newsletters v4.03 114
Facebook Like Box 133
Newsletters v4.02 60
Metro 173
Facebook Connect 174
Shoutbox Panel 129
Redactor for PHP... 107
MI Floating Side... 109
Facebook Login/R... 156
Avatar Studio v2.03 180
Relationship Sta... 98
Sexual Orientati... 116
Fisherman 144
Popular Addons
iTheme2 5808
Arise 5808
User Control v1.23 4623
Event Calendar 4055
Photowidget panel 3888
Radio-Theme red2... 3360
Highslide Gallery 3315
CSS/JavaScript D... 3234
Facebook Connect... 2992
Dynamic Menu 2895
Slideshow Lightb... 2729
L-AMANT 2662
Enigma 2637
2Dark 2608
Black 2580
View Thread
Official Home of PHP-Fusion » General Addon and Modification Support » Panels and Infusions
Who is here? 1 guest(s)
 Print Thread
[SOLVED] Removal of separators between panels
patrickalexson
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 02:17
 
PHPar
add screenshot for your request
 
patrickalexson
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.
 
NobNob
Yes, it is possible...

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

Before:
openside("name");
echo "content";
closeside();

After:
// openside("name");
echo "content";
// closeside();

Saludos.

Javier Esteban [NobNob]
PHP-Fusion en Espaņol
 
http://php-fusion.uni.cc
patrickalexson
And I would wish to do that in the welcome_message_panel.php in the Infusions directory, correct?

Its worded...

[code]opentable($locale['global_035']);
echo stripslashes($settings['siteintro'])."";
closetable();


If I change to...

//opentable($locale['global_035']);
echo stripslashes($settings['siteintro'])."";
//closetable();


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

Thanks for the help!
 
NobNob
Yes, that is correct.
Saludos.

Javier Esteban [NobNob]
PHP-Fusion en Espaņol
 
http://php-fusion.uni.cc
patrickalexson
Awesome. Problem solved - thanks for the quick reply and the short and to the point instructions.
 
NobNob
No problem. You are welcome.
Good luck ! Wink
Saludos.

Javier Esteban [NobNob]
PHP-Fusion en Espaņol
 
http://php-fusion.uni.cc
Jump to Forum:
Similar Threads
Thread Forum Replies Last Post
Bullet Removal Content Administration 1 12-05-2013 16:05
Moving Panels and Admin Panel Content Administration 9 08-04-2013 12:06
Solved: having a edit button downloads Content Administration 3 08-03-2013 11:17
Facebook Panels - major oversight Panels and Infusions 5 02-03-2013 05:39
I theme 2, can I use left panels? Themes Support 1 14-01-2013 20:52
Official Home of PHP-Fusion uses cookies. Some may already have been set. Read more about our Cookies here.
Please click the button I Consent Cookies to hide this bar and accept our cookies. If you continue to use the site with no action taken, we'll assume that you consent our cookies anyway.
Cookiebar Panel byVenue