Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Navigation
Latest Addons
AD Gallery 36
SyntaxHighlighte... 47
Newsletters v4.03 105
Facebook Like Box 118
Newsletters v4.02 55
Metro 149
Facebook Connect 163
Shoutbox Panel 123
Redactor for PHP... 102
MI Floating Side... 105
Facebook Login/R... 147
Avatar Studio v2.03 176
Relationship Sta... 96
Sexual Orientati... 112
Fisherman 139
Popular Addons
iTheme2 5792
Arise 5781
User Control v1.23 4612
Event Calendar 4040
Photowidget panel 3880
Radio-Theme red2... 3347
Highslide Gallery 3309
CSS/JavaScript D... 3220
Facebook Connect... 2974
Dynamic Menu 2887
Slideshow Lightb... 2716
L-AMANT 2655
Enigma 2628
2Dark 2603
Black 2567
View Thread
Official Home of PHP-Fusion » General Addon and Modification Support » Panels and Infusions
Who is here? 1 guest(s)
 Print Thread
2 panels at one?
Henrik Brobeck
Hey.
Is it possible to have 2 panels at one line.
When i install a new panel then i press U-Ctr. But if i want 2 panels next to each other is that possible?
Like
Last login panel and next to it - Latest forum posts
 
PHPar
you can use this code

Download source  Code
echo "<table cellpadding='2px' cellspacing='0' width='100%' class='main'><tr>\n";

echo "<td width='50%'>";
openside("name1");
  echo "content1";
closeside();
echo"</td>";

echo "<td width='50%'>";
openside("name2");
  echo "content2";
closeside();
echo "</td></tr></table> ";


 
Henrik Brobeck
Sorry if im being a noob but what am i doing wrong?
echo "<table cellpadding='2px' cellspacing='0' width='100%' class='main'><tr>\n";

echo "<td width='50%'>";
openside("name1");
echo "car_list_panel";
closeside();
echo"</td>";

echo "<td width='50%'>";
openside("name2");
echo "highslide_gallery_panel";
closeside();
echo "</td></tr></table> ";

I dont see any pnales just text
 
PHPar
some thing like this

Download source  Code
echo "<table cellpadding='2px' cellspacing='0' width='100%' class='main'><tr>\n";

echo "<td width='50%'>";
require_once INFUSIONS."latest_articles_panel/latest_articles_panel.php";
echo"</td>";

echo "<td width='50%'>";
require_once INFUSIONS."forum_threads_panel/forum_threads_panel.php";
echo "</td></tr></table> ";




Where
latest_articles_panel/latest_articles_panel.php
and forum_threads_panel/forum_threads_panel.php
the path for the 2 panels
 
Henrik Brobeck
Thanks phpar !! IT worksGrin
 
PHPar
you welcome Grin
 
Jump to Forum:
Similar Threads
Thread Forum Replies Last Post
Moving Panels and Admin Panel Content Administration 9 08-04-2013 12:06
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
Forum post panels? Ideas for Modifications and Requests 8 16-12-2012 19:17
Multiple Center Panels Ideas for Modifications and Requests 45 27-11-2012 13:18
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