Please check this out before you write the question.
- Read ZBXE manual carefully.
- Search for your answer sometimes you can find it.
- Whatever the question is not relevant to ZBXE, it will be moved or deleted anytime.
Total Articles 64
hi,
this may be a simple question so hopefully someone knows how to do this. i was trying to insert some content below the "log-in" box and zb won't let me do it. even when i create content and assign "left" margin, it still goes to the middle of the page. is there a trick to do this?
thanks in advance...
this may be a simple question so hopefully someone knows how to do this. i was trying to insert some content below the "log-in" box and zb won't let me do it. even when i create content and assign "left" margin, it still goes to the middle of the page. is there a trick to do this?
thanks in advance...
2008.05.06 10:29:26 (*.2.246.175)
i'm not really proficient in html so it'll take me some time to try it out. i'll let you know what happens. one more thing, i was testing with password retrieval feature and requested password info via email. it's been 15 minutes since the request went through and no email. can you tell me what's wrong? tx again.
2008.05.07 09:37:35 (*.2.246.175)
hi,
i sent an email to my hosting company, GoDaddy, asking what you stated. i haven't heard back from them yet but i'm guessing that they should support the mailing system that you stated since GoDaddy is one of the biggest hosting companies.
while i'm waiting for their feedback, is there somewhere in the hosting control panel where i can check this on my own?
i sent an email to my hosting company, GoDaddy, asking what you stated. i haven't heard back from them yet but i'm guessing that they should support the mailing system that you stated since GoDaddy is one of the biggest hosting companies.
while i'm waiting for their feedback, is there somewhere in the hosting control panel where i can check this on my own?
2008.05.24 11:28:02 (*.65.167.166)
in the first admin page, find 'Enable Qmail' line in 'setting' section
and check the box and use email again. I hope it works.
s. moon
and check the box and use email again. I hope it works.
s. moon
2008.05.29 09:50:43 (*.2.246.175)
hi remi,
are you referring to my hosting company's admin page (godaddy) or the zbxe admin page? either way i couldn't find 'enable qmail' line but if you're talking about the hosting company, i could contact the support dept for help. your clarification would be much appreciated.
thanks
are you referring to my hosting company's admin page (godaddy) or the zbxe admin page? either way i couldn't find 'enable qmail' line but if you're talking about the hosting company, i could contact the support dept for help. your clarification would be much appreciated.
thanks
2008.06.01 23:04:28 (*.2.246.175)
thanks everyone for your replies, but unfortunately, it seems as though the problem has turned for the worse. i updated by zbxe to 1.0.3 as william suggested. i followed update instructions on the board by removing all folders except for the "files" folder and replacing them with the new folders via ftp. then, i was able to turn on "qmail" on the zb admin page. however, when i try to retrieve my password by typing in my email address (a gmail address), i get an error message like this: "Unknown column 'is_register' in 'field list'"
i would appreciate any feedback from all experts out there. thanks a lot...




Simply modify or insert your contents at the portion of "columnLeft" ====> Look like down below.
<div id="contentBody"> <div id="columnLeft"> <!-- 로그인 위젯 --> <img src="./images/blank.gif" class="zbxe_widget_output" widget="login_info" skin="xe_official" colorset="{$layout_info->colorset}" /> <!-- 왼쪽 2차 메뉴 --> <img src="./images/blank.gif" alt="" class="mask" /> <!--@if($menu_1st)--> <ol id="lnb"> {@ $idx = 1 } <!--@foreach($menu_1st['list'] as $key => $val)--><!--@if($val['link'])--> <li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a> <!-- main_menu 3차 시작 --> <!--@if($val['list'] && ($val['expand']=='Y'||$val['selected']) )--> <ul> <!--@foreach($val['list'] as $k => $v)--><!--@if($v['link'])--> <li <!--@if($v['selected'])-->class="on"<!--@end-->><a href="{$v['href']}" <!--@if($v['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$v['link']}</a></li> <!--@end--><!--@end--> </ul> <!--@end--> </li> {@$idx++} <!--@end--><!--@end--> </ol> <!--@end--> </div>