echo '<a href="http://click.buzzcity.net/click.php?partnerid=77302"><img src="http://ads.buzzcity.net/show.php?partnerid=77302&get=mweb"
alt=" " /></a>';
help, whats wrong with this? For opera browser, there is no error but for pc view i experience xml error.,
yuan26 (06.06.2012/01:23)
echo '<a href="http://click.buzzcity.net/click.php?partnerid=77302"><img src="http://ads.buzzcity.net/show.php?partnerid=77302&get=mweb"
alt=" " /></a>';
help, whats wrong with this? Fo
<?php
echo '<a href="http://click.buzzcity.net/click.php?partnerid=77302"><img src="http://ads.buzzcity.net/show.php?partnerid=77302&get=mweb" alt=" " /></a>';
?>
Help oN remOving antilink oN guestboOk...
yuan26, find string
$post = functions::antilink(functions::checkout($res['text'], 0, 2)); in the file guetbook/index.php and delete
functions::antilink()
so you will get smth like this:
$post = functions::checkout($res['text'], 0, 2);
when are you going to publish/release new version of johncms?
V5.xx?
we don't know. As soon as it will be ready
What's wrong with this? It dOent work oN my hoMepage. I inserteD thIs in my head.php
if($user_id)
{
if(!file_exists(('../files/users/avatar/' . $user_id . '.png')))
{
echo '<div class="rmenu">Your avatar is empty, please <a href="../users/profile.php?act=images&mod=avatar&user=' . $user_id . '"><b>upload</b></a> or <a href="../pages/faq.php?act=avatars"><b>select</b></a>an avatar.</div>';
}
}