button doesn't shows up.
I am sure that is turned on from the admin panel/bb codes and I activated but it is still not showing up.
What can I do ?
Thanks.
P.S. the code that I wanna insert is -
[code]openside("Реклама");?>
<?
$ban = 4; //тук се задава броя на банерите, в случая те са 4
$banner = rand(1, $ban);
if ($banner == 1) echo "<A HREF='http://url'><IMG SRC='http://баннер/images/banners/wt.jpg' BORDER='0'></A>" ;
elseif ($banner == 2) echo "<A HREF='http://url'><IMG SRC='http://баннер/images/banners/wt.jpg' BORDER='0'></A>" ;
elseif ($banner == 3) echo "<A HREF='http://url'><IMG SRC='http://баннер/images/banners/wt.jpg' BORDER='0'></A>" ;
elseif ($banner == 4) echo "<A HREF='http://url'><IMG SRC='http://баннер/images/banners/wt.jpg' BORDER='0'></A>" ;
?>
<?closeside();
Quote
Kristian Thorsen wrote:
1. Take it easy
2. Get some credit by being a regular user instead of putting demands after only being a member for 3 month.
I really wouldn't help you after this comment
Quote
Qwertz wrote:
Kristian, that's the wrong way to go. We are here to help them.
Now Cursed. Please post the HTML Code you want and ill be sure to make it for you. Also if you need anymore help, or want to do it yourself please check out my Video ive created below/
[youtube]8Q7jbj47ZXU[/youtube]
openside("Ads");?>
<?
$ban = 4; // how many banners
$banner = rand(1, $ban);
if ($banner == 1) echo "<A HREF='http://url'><IMG SRC='http://banner/images/banners/wt.jpg' BORDER='0'></A>" ;
elseif ($banner == 2) echo "<A HREF='http://url'><IMG SRC='http://banners/images/banners/wt.jpg' BORDER='0'></A>" ;
elseif ($banner == 3) echo "<A HREF='http://url'><IMG SRC='http://banners/images/banners/wt.jpg' BORDER='0'></A>" ;
elseif ($banner == 4) echo "<A HREF='http://url'><IMG SRC='http://banners/images/banners/wt.jpg' BORDER='0'></A>" ;
?>
<?closeside();
Quote
2.6 Double posting and "bumping" are not allowed
Double posting is not wanted. A thread shall never be posted in more than one forum or on more than one support site at the same time. Edit your last post if you have something to add to the thread. The one and only exception of this rule is when your thread is no longer active and new information has been brought up. A thread is not active when there has not been active for at least a week (7 days).
$article = stripslashes($data['article_article']);
$article = stripslashes($parseubb($data['article_article']));
require_once "../maincore.php";
require_once INCLUDES."bbcode_include.php";
echo "<tr>\n<td class='tbl'></td>\n<td class='tbl'>\n";
echo display_html("inputform", "body", true, true, true, IMAGES_A);
echo "</td>\n</tr>\n";
echo "<tr>\n<td class='tbl'></td>\n<td class='tbl'>\n";
echo display_html("inputform", "body", true, true, true, IMAGES_A);
echo "</td>\n</tr>\n";
echo "<tr>\n<td class='tbl'></td>\n<td class='tbl'>\n";
echo display_bbcodes("inputform", "body");
echo "</td>\n</tr>\n";
echo "<tr>\n<td class='tbl'></td><td class='tbl'>\n";
echo "<input type='button' value='".$locale['432']."' class='button' style='width:80px;' onclick=\"insertText('body2', '<--PAGEBREAK-->');\" />\n";
echo display_html("inputform", "body2", true, true, true, IMAGES_A);
echo "</td>\n</tr>\n";
echo "<tr>\n<td class='tbl'></td><td class='tbl'>\n";
echo "<input type='button' value='".$locale['432']."' class='button' style='width:80px;' onclick=\"insertText('body2', '<--PAGEBREAK-->');\" />\n";
echo display_html("inputform", "body2", true, true, true, IMAGES_A);
echo "</td>\n</tr>\n";
echo "<tr>\n<td class='tbl'></td><td class='tbl'>\n";
echo display_bbcodes("inputform", "body2");
echo "</td>\n</tr>\n";
$body = phpentities(stripslash($_POST['body']));
$body2 = phpentities(stripslash($_POST['body2']));
$body = phpentities(stripslash(parseubb($_POST['body'])));
$body2 = phpentities(stripslash(parseubb($_POST['body2'])));
<div class='code_bbcode'><div class='tbl-border tbl2' style='width:400px'><strong>Код</strong></div><div class='tbl-border tbl1' style='width:400px;white-space:nowrap;overflow:auto'><code style='white-space:nowrap'><a href=\"http://php-fusion\">php-fusion</a><br /><br /><br /></code></div></div>
<xmp></xmp>
Category Forum
Content Administration - 8Labels
None yet
Statistics
5 participants
Notifications
You are not receiving notifications from this thread.
Related Questions