21
Aidus
Re: Help with my theme!
  • 2005/3/24 20:38

  • Aidus

  • Just popping in

  • Posts: 50

  • Since: 2004/5/21


No one can help? :(



22
Aidus
Re: Help with my theme!
  • 2005/3/24 18:56

  • Aidus

  • Just popping in

  • Posts: 50

  • Since: 2004/5/21


There is a header code:
<table border="0" width="100%" cellspacing="0" cellpadding="0">
    <
tr>
        <
td rowspan="2" background="<{$xoops_imageurl}>Images/header/header_leftbar.gif" width="10">
        </
td>
        <
td width="353" id="headerlogo">
        <
a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>logo.gif" width="353" height="140" alt="" /></a>
        </
td>
        <
td rowspan="2" background="<{$xoops_imageurl}>Images/header/header_middlebar.gif" width="11">
        </
td>
        <
td colspan="3" background="<{$xoops_imageurl}>Images/header/header_bg.gif" height="140" id="headerbanner">
        <{
$xoops_banner}>
        </
td>
        <
td rowspan="2" background="<{$xoops_imageurl}>Images/header/header_rightbar.gif" width="19">
        </
td>
    </
tr>
    
        
    <
td background="<{$xoops_imageurl}>Images/header/header_bottom.gif"
      <
img border="0" src="<{$xoops_imageurl}>Images/header/ftp_ico_on.gif" width="110" alt="" />
      <
img border="0" src="<{$xoops_imageurl}>Images/header/chat_ico_on.gif" width="110" alt="" />
      <
img border="0" src="<{$xoops_imageurl}>Images/header/test_ico_on.gif" width="110" alt="" />
    </
td>
    
    
        <
td background="<{$xoops_imageurl}>Images/header/header_bottom.gif">
        </
td>
        <
td>
        <
img border="0" src="<{$xoops_imageurl}>Images/header/srch_l.gif" width="2" alt="" />
        </
td>
        <
form style="font-family:Tahoma; font-size:10px; color:#808080; height:13" action="<{$xoops_url}>/search.php" method="get">
        <
td align="right" nowrap="nowrap" background="<{$xoops_imageurl}>Images/header/srch_bg.gif" width="250">
         <
input type="text" name="query" size="36" style="font-family: Tahoma; font-size: 10px; color: #808080; border-style: solid; border-width: 1px;" />
         <
input type="hidden" name="action" value="results" />
         <
input type="image" value="<{$block.lang_search}>" src="<{$xoops_imageurl}>Images/header/serch_btn.gif" alt="" name="Search" />
        </
td>
        </
form>

    
</
table>



23
Aidus
Help with my theme!
  • 2005/3/24 18:20

  • Aidus

  • Just popping in

  • Posts: 50

  • Since: 2004/5/21


Please take a look @ www.aidus.tk and say what's wrong with table in my header?



24
Aidus
Re: Problem with Header :(
  • 2005/3/18 15:43

  • Aidus

  • Just popping in

  • Posts: 50

  • Since: 2004/5/21


There is a Header Code:
<table border="0" width="80%" height="164" cellspacing="0" cellpadding="0">
    <
tr>
        <
td rowspan="2" width="10">
        <
img border="0" src="<{$xoops_imageurl}>/Images/header/header_leftbar.gif" width="10" height="164"></td>
        <
td width="535" id="headerlogo">
        <
img src="<{$xoops_imageurl}>logo.gif" width="353" height="140" alt="" /></td>
        <
td rowspan="2" width="11">
        <
img border="0" src="<{$xoops_imageurl}>/Images/header/header_middlebar.gif" width="11" height="164"></td>
        <
td colspan="3" background="<{$xoops_imageurl}>/Images/header/header_bg.gif" height="140" id="headerbanner">
        <{
$xoops_banner}>
        </
td>
        <
td rowspan="2" width="19">
        <
img border="0" src="<{$xoops_imageurl}>/Images/header/header_rightbar.gif" width="19" height="164"></td>
    </
tr>
    <
tr>
        <
td background="<{$xoops_imageurl}>/Images/header/header_bottom.gif" height="24">
        <
img border="0" src="<{$xoops_imageurl}>/Images/header/ftp_ico_on.gif" width="110" height="24"><img border="0" src="<{$xoops_imageurl}>/Images/header/chat_ico_on.gif" width="110" height="24"><img border="0" src="<{$xoops_imageurl}>/Images/header/test_ico_on.gif" width="110" height="24"></td>
        <
td background="<{$xoops_imageurl}>/Images/header/header_bottom.gif" ></td>
        <
td width="2">
        <
img border="0" src="<{$xoops_imageurl}>/Images/header/srch_l.gif" width="2" height="24"></td>
        <
td background="<{$xoops_imageurl}>/Images/header/srch_bg.gif" align="right" >
        <
form style="padding:0; font-family:Tahoma; font-size:10px; color:#808080; width:238; height:13" action="<{$xoops_url}>/search.php" method="GET">
          <
input type="text" name="query" size="36" style="font-family: Tahoma; font-size: 10px; color: #808080; border-style: solid; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px"><input type="hidden" name="action" value="results">
        <
input type="image" value="<{$block.lang_search}>" src="<{$xoops_imageurl}>/Images/header/serch_btn.gif" name="Search" width="53" height="13" style="padding-top: 5px;">
        </
form>
        </
td>
    </
tr>
</
table>



25
Aidus
Re: Problem with Header :(
  • 2005/3/18 15:28

  • Aidus

  • Just popping in

  • Posts: 50

  • Since: 2004/5/21


Look at the login block with IE. There is a problem in Firefox too. Something is wrong with spacing i think.
Photoshop Source: Resized Image
IE:
Resized Image



26
Aidus
Re: how to change module directory name?
  • 2005/3/18 14:51

  • Aidus

  • Just popping in

  • Posts: 50

  • Since: 2004/5/21


Duplicate your module and replace "module dir name" with new name in all php and html even in sql files if needed. Use EditPlus. This is how i do that. Not 100% guarantee. Sorry about my bad english :)



27
Aidus
Problem with Header :(
  • 2005/3/18 14:42

  • Aidus

  • Just popping in

  • Posts: 50

  • Since: 2004/5/21


Hi! As you see @http://159.148.239.92 no domain yet :) there is a problem with my header and login block. Is there somebody who can help me?



28
Aidus
Re: Koivi and encoding?
  • 2004/10/24 18:39

  • Aidus

  • Just popping in

  • Posts: 50

  • Since: 2004/5/21


Problem you can see @:www.aidus.tk news are not encoded in windows-1257
And how with other encoding?
Is there a place in Koivi where to define encoding?



29
Aidus
Koivi and encoding?
  • 2004/10/24 15:37

  • Aidus

  • Just popping in

  • Posts: 50

  • Since: 2004/5/21


Well I use windows-1257 encoding for my xoops.
After koivi integration something is wrong with encoding.
So where and what I must change? :)



30
Aidus
Re:Problem with Koivi editor
  • 2004/10/24 12:20

  • Aidus

  • Just popping in

  • Posts: 50

  • Since: 2004/5/21


Well problem is in JavaScript
What did I do:
1. Download xk class v1rc2.zip put wysiwyg to class
2. Edited news\include\storyform.inc.php
include_once XOOPS_ROOT_PATH."/class/xoopsformloader.php";
include_once 
XOOPS_ROOT_PATH."/class/wysiwyg/formwysiwygtextarea.php";
$sform = new XoopsThemeForm(_NW_SUBMITNEWS"storyform"XOOPS_URL.'/modules/'.$xoopsModule->getVar('dirname').'/submit.php');
$sform->setExtra('enctype="multipart/form-data"');
$sform->addElement(new XoopsFormText(_NW_TITLE'title'5080$title), true);


//$sform->addElement(new XoopsFormDhtmlTextArea(_NW_THESCOOP, 'hometext', $hometext, 15, 60, 'hometext_hidden'), true);
$sform->addElement(new XoopsFormWysiwygTextArea_NW_THESCOOP'hometext'$hometext'100%''400px',''), true);
//Extra info
//If admin -> if submit privilege
if ($approveprivilege) {
//$sform->addElement(new XoopsFormDhtmlTextArea(_AM_EXTEXT, 'bodytext', $bodytext, 15, 60, 'bodytext_hidden'), false);
$sform->addElement(new XoopsFormWysiwygTextArea_AM_EXTEXT'bodytext'$bodytext'100%''400px',''), true);


3. Download koivieditor class v1.0 rc3.zip and overwrite
\class\wysiwyg\include\js files with source files from v1.0 rc3

Now everything works fine :) and I am happy :)




TopTop
« 1 2 (3) 4 5 »



Login

Who's Online

175 user(s) are online (113 user(s) are browsing Support Forums)


Members: 0


Guests: 175


more...

Donat-O-Meter

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

Latest GitHub Commits