1
softjc
Re: XosC.73 module
  • 2008/6/26 6:20

  • softjc

  • Just popping in

  • Posts: 9

  • Since: 2006/8/9 1


XosC.73 i also use this module.. everything is OK but that still have bug because when i add products in and click updated or insert the right hand side goes blank and din back to the insert content page



2
softjc
Re: how to set the wordpress 2.2.2
  • 2008/6/26 3:13

  • softjc

  • Just popping in

  • Posts: 9

  • Since: 2006/8/9 1


yes this also is a good question and i already install the wordpress 2.5.1 still no stable



3
softjc
Re: how to set the wordpress 2.2.2
  • 2008/6/23 2:25

  • softjc

  • Just popping in

  • Posts: 9

  • Since: 2006/8/9 1


Thank avtx30 for you information ... by the way if i also don want the middle authors show up... how to set it off



4
softjc
how to set the wordpress 2.2.2
  • 2008/6/22 11:47

  • softjc

  • Just popping in

  • Posts: 9

  • Since: 2006/8/9 1


Resized Image



when i press wordpress the categories bar still can see in the middle how to slove this ?



5
softjc
Theme Bottom Left-Center-Right din show
  • 2007/3/28 9:04

  • softjc

  • Just popping in

  • Posts: 9

  • Since: 2006/8/9 1


Just try to show the Theme Bottom Left-Center-Right after i set the block to show up it won display anything at all.Some one please help to advised i post the code of the theme below hope can get some help ..

i was using XOOPS 2.0.16..

</head>
<body>
<table cellspacing="0">
<tr id="header">
<td id="headerlogo"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>logo.gif" width="229" height="90" alt="" /></a></td>
<td id="headerbanner"><{$xoops_banner}></td>
</tr>
<tr>
<td id="headerbar" colspan="2">&nbsp;</td>
</tr>
</table>

<table cellspacing="0">
<tr>
<td id="leftcolumn">
<!-- Start left blocks loop -->
<{foreach item=block from=$xoops_lblocks}>
<{include file="main/theme_blockleft.html"}>
<{/foreach}>
<!-- End left blocks loop -->

</td>

<td id="centercolumn">

<!-- Display center blocks if any -->
<{if $xoops_showcblock == 1}>

<table cellspacing="0">
<tr>
<td id="centerCcolumn" colspan="2">

<!-- Start center-center blocks loop -->
<{foreach item=block from=$xoops_ccblocks}>
<{include file="main/theme_blockcenter_c.html"}>
<{/foreach}>
<!-- End center-center blocks loop -->

</td>
</tr>
<tr>
<td id="centerLcolumn">

<!-- Start center-left blocks loop -->
<{foreach item=block from=$xoops_clblocks}>
<{include file="main/theme_blockcenter_l.html"}>
<{/foreach}>
<!-- End center-left blocks loop -->

</td><td id="centerRcolumn">

<!-- Start center-right blocks loop -->
<{foreach item=block from=$xoops_crblocks}>
<{include file="main/theme_blockcenter_r.html"}>
<{/foreach}>
<!-- End center-right blocks loop -->

</td>
</tr>
</table>

<{/if}>
<!-- End display center blocks -->

<div id="content">
<{$xoops_contents}>
</div>
<{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}>
<table cellspacing="0">
<{if $xoBlocks.page_bottomcenter}>
<tr><td id="bottomCcolumn" colspan="2">
<{foreach from=$xoBlocks.page_bottomcenter item=block}><{include file="default/theme_blockcenter_c.html"}><{/foreach}>
</td>
</tr>
<{/if}>
<{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}>
<tr>
<td id="bottomLcolumn">
<{foreach from=$xoBlocks.page_bottomleft item=block}><{include file="default/theme_blockcenter_l.html"}><{/foreach}>
</td>
<td id="bottomRcolumn">
<{foreach from=$xoBlocks.page_bottomright item=block}><{include file="default/theme_blockcenter_r.html"}><{/foreach}>
</td>
</tr>
<{/if}>
</table>
<{/if}>
</td>

<{if $xoops_showrblock == 1}>

<td id="rightcolumn">
<!-- Start right blocks loop -->
<{foreach item=block from=$xoops_rblocks}>
<{include file="main/theme_blockright.html"}>
<{/foreach}>
<!-- End right blocks loop -->
</td>

<{/if}>

</tr>
</table>

<table cellspacing="0">
<tr id="footerbar">
<td>
<center>
<a href="http://www.pcdiy.com.my/" target="_blank"><img src="<{$xoops_imageurl}>poweredby.gif" alt="" /></a></center></td>
</tr>
</table>
</body>
</html>



6
softjc
Zen Cart module Problum
  • 2006/9/12 9:15

  • softjc

  • Just popping in

  • Posts: 9

  • Since: 2006/8/9 1


I just install Zen Cart Module in XOOPS version 2.0.13.2 and

Zen Cart XOOPS Integration 0.1 RC
Zen Cart v1.2.7d

After sentting email option in the account still cannot send email to user. trying to setup class.phpmailer.php. in this version i cannot find it at the shop module... please have any idea on this try to develop a online store.... but cannot send email out to customer.. please do advised.....





7
softjc
Re: Email Cannot Send (class.phpmailer.php)
  • 2006/9/12 8:28

  • softjc

  • Just popping in

  • Posts: 9

  • Since: 2006/8/9 1


after edit by manual of (class.phpmailer.php)it work for me
.... user still can get the losspass word email and the mail send from the XOOPS site.



quastion : do you guy have install zen cart module in xoops?



8
softjc
Email Cannot Send (class.phpmailer.php)
  • 2006/9/10 7:58

  • softjc

  • Just popping in

  • Posts: 9

  • Since: 2006/8/9 1


Some Of the Hosting Provider after you set

Send mail
SMTP
SMTPAUT

Still cannot send email to u user maybe you can try to edit the (class.phpmailer.php)as below

/**
* Sets the From email address for the message.
* @access public
* @var string
*/
var $From = "admin@xxxxxxx.com";

/**
* Sets the From name of the message.
* @access public
* @var string
*/
var $FromName = "admin";

/**
* Sets the Sender email of the message. If not empty, will be sent via -f to sendmail
* or as 'MAIL FROM' in smtp mode.
* @access public
* @var string
*/
var $Sender = "admin@xxxxxxx.com";

/**
* Sets the Subject of the message.
* @access public
* @var string
*/
var $Subject = "";

/**
* Sets the Body of the message. This can be either an HTML or text body.
* If HTML then run IsHTML(true).
* @access public
* @var string
*/
var $Body = "";

/**
* Sets the text-only body of the message. This automatically sets the
* email to multipart/alternative. This body can be read by mail
* clients that do not have HTML email capability such as mutt. Clients
* that can read HTML will view the normal Body.
* @access public
* @var string
*/
var $AltBody = "";

/**
* Sets word wrapping on the body of the message to a given number of
* characters.
* @access public
* @var int
*/
var $WordWrap = 0;

/**
* Method to send mail: ("mail", "sendmail", or "smtp").
* @access public
* @var string
*/
var $Mailer = "mail";

/**
* Sets the path of the sendmail program.
* @access public
* @var string
*/
var $Sendmail = "/usr/sbin/sendmail";

/**
* Turns Microsoft mail client headers on and off. Useful mostly
* for older clients.
* @access public
* @var bool
*/
var $UseMSMailHeaders = false;

/**
* Path to phpmailer plugins. This is now only useful if the SMTP class
* is in a different directory than the PHP include path.
* @access public
* @var string
*/
var $PluginDir = "";

/**
* Holds phpmailer version.
* @access public
* @var string
*/
var $Version = "1.65";

/**
* Sets the email address that a reading confirmation will be sent.
* @access public
* @var string
*/
var $ConfirmReadingTo = "";

/**
* Sets the line endings of the message.
* @access public
* @var string
*/
var $LE = "\n";

/**
* Sets the hostname to use in Message-Id and Received headers
* and as default HELO string. If empty, the value returned
* by SERVER_NAME is used or 'localhost.localdomain'.
* @access public
* @var string
*/
var $Hostname = "";


/////////////////////////////////////////////////
// SMTP VARIABLES
/////////////////////////////////////////////////

/**
* Sets the SMTP hosts. All hosts must be separated by a
* semicolon. You can also specify a different port
* for each host by using this format: [hostname:port]
* (e.g. "smtp1.example.com:25;smtp2.example.com").
* Hosts will be tried in order.
* @access public
* @var string
*/
var $Host = "mail.xxxxxx.com";

/**
* Sets the default SMTP server port.
* @access public
* @var int
*/
var $Port = 25;

/**
* Sets the SMTP HELO of the message (Default is $Hostname).
* @access public
* @var string
*/
var $Helo = "";

/**
* Sets SMTP authentication. Utilizes the Username and Password variables.
* @access public
* @var bool
*/
var $SMTPAuth = false;

/**
* Sets SMTP username.
* @access public
* @var string
*/
var $Username = "admin@xxxxx.com";

/**
* Sets SMTP password.
* @access public
* @var string
*/
var $Password = "password";

/**
* Sets the SMTP server timeout in seconds. This function will not
* work with the win32 version.
* @access public
* @var int
*/
var $Timeout = 10;




HOPE ABOVE IS SOME SOLUTION.... IF YOU GUY STILL HAVE AND IDEA TO IMPROVE THE SOLUTION PLEASE LET ME KNOW




TopTop



Login

Who's Online

206 user(s) are online (145 user(s) are browsing Support Forums)


Members: 0


Guests: 206


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits