- Posts: 4
COMMUNITY FORUM
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Nothing show up!
- terlikwien
- Topic Author
- Offline
- New Member
I have added the SIG Pro Tag in a content. But wenn i want to see that page everything disappears.
www.space4web.net/~gswien/home/index.php?option=com_content&task=view&id=20&Itemid=43
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Away
- Admin
- Posts: 6219
Are you on some free hosting platform?
Have you checked the file permissions for the mambots/content/plugin_jw_sigpro folder and included files? This file sigpro_engine.php should be perhaps 755 or 777.
Check and come back. ;)
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- terlikwien
- Topic Author
- Offline
- New Member
- Posts: 4
I am using for this site Ol Desire template, but i dont know which codes must be in the HEAD TAGS after i intalled SIG PRO.
My index.php is so;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml">
<head>
<?php mosShowHead(); ?>
<?php if ( $my->id ) {initEditor();} ?>
<meta http-equiv="Content-Type" content="text/html;><?php echo _ISO; ?>" />
<?php
$myway = $GLOBALS."/templates/".$mainframe->getTemplate();
echo "<link rel=\"stylesheet\" href=\"$myway/css/template_css.css\" type=\"text/css\"/>" ;
echo "<link rel=\"shortcut icon\" href=\"$myway/favicon.ico\" />" ;?>
<?php
######################### Stalytics-Component start ####################################################
if(file_exists($mosConfig_absolute_path."/components/com_stalytics/stalytics.js.php")){
require_once($mosConfig_absolute_path."/components/com_stalytics/stalytics.js.php");
}
######################### Stalytics-Component end ####################################################
?>
</head>
<body id="body">
<div id="ol-mainbd">
<div id= "topbar">
<div align="right"><a href="www.space4web.net/%7Egswien/home/index.php?option=com_contact&Itemid=3" target="_self">Iletisim
<font color="#B50128">|</font> <a href="www.space4web.net/%7egswien/home/index.php?option=com_search&itemid=5" target="_top">Arama
</div>
</div>
<div id="topup">
<div id="logo">
</div>
<div id="flash">
<?php mosLoadModules ( 'user6'); ?>
</div>
</div>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#efefef" id="centice">
<tr><?php if (mosCountModules('left')) { ?>
<td valign="top" class="leftcol">
<div>
<?php mosLoadModules ( 'left',-3 ); ?></div>
</td>
<?php } ?>
<td valign="top" width="100%" id="contentol">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"> <div><?php mosPathWay(); ?> </div></td>
</tr>
<?php if (mosCountModules('top')) { ?>
<tr valign="top">
<td colspan="3" align="center" class="newsflash"> <div>
<?php mosLoadModules ( 'top'); ?>
</div></td>
</tr>
<?php } ?>
<?php if (mosCountModules( "user1" )>0 or mosCountModules( "user2" )>0) { ?>
<tr>
<td colspan="3" valign="top" class="contmod">
<?php mosMainBody(); ?>
</td>
</tr>
<tr>
<?php if (mosCountModules('user1')) { ?>
<td valign="top" class="contmod"> <div>
<?php mosLoadModules ( 'user1' ); ?>
</div></td>
<?php } ?>
<?php if (mosCountModules( "user1" )>0 && mosCountModules( "user2" )>0) { ?>
<td> <div class="mod"></div></td>
<?php } ?>
<?php if (mosCountModules('user2')) { ?>
<td valign="top" class="contmod"> <div>
<?php mosLoadModules ( 'user2' ); ?>
</div></td>
<?php } ?>
</tr>
<?php } ?>
</table>
</td>
<?php if (mosCountModules('right',-3)) { ?>
<td valign="top" class="rightcol">
<div>
<?php mosLoadModules ( 'right',-3 ); ?></div>
</td>
<?php } ?></tr>
</table>
<div class="bann">
<?php mosLoadModules ( 'user7' ); ?></div>
<div class="foot">
<div class="footer_left"> designed by <a href="www.dh-partners.com/">DH&Partners
Media Group</a></div>
<div class="footer_right">
Copyright © <?php echo date("Y"); ?> <?php echo $GLOBALS?>. All rights reserved.</div>
</div>
</div>
</body>
</html>
Please Log in or Create an account to join the conversation.
- terlikwien
- Topic Author
- Offline
- New Member
- Posts: 4
anyway, thanx for help.
Please Log in or Create an account to join the conversation.