1
D4rkAng3l
an other litle problem trying modify phpkaox theme
  • 2006/9/14 13:42

  • D4rkAng3l

  • Just popping in

  • Posts: 24

  • Since: 2005/12/26


Hello,
I had to change the XOOPS logo situeted at left in upper part of page of phpkaox theme but I have a problem...

I had to change XOOPS logo situated in the left upper part of site...if I change the name of file to load the site load the default logo...the line of code is:

<td width="285"><a href="<{$xoops_url}>"><img src="<{$xoops_imageurl}>images/logo.gif" alt="logo" align="middle" /></a></td>


if I change the logo.gif with my file: themelogo.gif the site load ever logo.gif
If I tried to delete this line of code...same situation....when I open my site I see XOOPS logo.gif file :-/

The only way that I have fine is rename my themelogo as logo.gif and take it in the righ directory of server but this is not the best solution because I would use a jpg file and not a gif file....

What I have to do?

theme.html is:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<
head>
<
meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<
meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<
meta name="robots" content="<{$xoops_meta_robots}>" />
<
meta name="keywords" content="<{$xoops_meta_keywords}>" />
<
meta name="description" content="<{$xoops_meta_description}>" />
<
meta name="rating" content="<{$xoops_meta_rating}>" />
<
meta name="author" content="<{$xoops_meta_author}>" />
<
meta name="copyright" content="<{$xoops_meta_copyright}>" />
<
meta name="generator" content="XOOPS" />
<
title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<
link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<!-- 
RMVadded module header -->
<{
$xoops_module_header}>
<
script type="text/javascript">
<!--
<{
$xoops_js}>
//-->
</script>
</
head>
<
body>
<
table cellspacing="1" cellpadding="0" bgcolor="#666666">
  <
tr>
    <
td bgcolor="#DDE1DE">
      <
table cellspacing="0" cellpadding="0">
        <
tr>
          <
td width="285"><a href="<{$xoops_url}>"><img src="<{$xoops_imageurl}>images/logo.gif" alt="logo" align="middle" /></a></td>
          <
td width="100%" align="center"><div style="text-align: center; padding-top: 5px;"><{$xoops_banner}></div></td>
        </
tr>
      </
table>
    </
td>
  </
tr>
  <
tr>
    <
td bgcolor="#FFFFFF">
      <
table cellspacing="0" cellpadding="0">
        <
tr>
          <
td width="20%" bgcolor="#EFEFEF">
          <!-- 
Start left blocks loop -->
            <{foreach 
item=block from=$xoops_lblocks}>
            <
table cellspacing="0" cellpadding="2">
              <
tr>
                <
td class="blockTitle">&nbsp;<{$block.title}></td>
              </
tr>
              <
tr>
                <
td class="blockContent"><{$block.content}></td>
              </
tr>
            </
table>
            <{/foreach}>
          <!-- 
End left blocks loop -->
          </
td>
          <
td style="padding: 0px 5px 0px;" align="center">
          <!-- 
Display center blocks if any -->
            <{if 
$xoops_showcblock == 1}>

            <
table cellspacing="0">
              <
tr>
                <
td width="100%" colspan="2">

                <!-- 
Start center-center blocks loop -->
                  <{foreach 
item=block from=$xoops_ccblocks}>
                  <
table cellspacing="1" cellpadding="5">
                    <
tr>
                      <
td class="blockTitle">&nbsp;<{$block.title}></td>
                    </
tr>
                    <
tr>
                      <
td class="blockContent"><{$block.content}></td>
                    </
tr>
                  </
table>
                  <{/foreach}>
                <!-- 
End center-center blocks loop -->

                </
td>
              </
tr>
              <
tr>
                <
td width="50%">

                <!-- 
Start center-left blocks loop -->
                  <{foreach 
item=block from=$xoops_clblocks}>
                  <
table cellspacing="1" cellpadding="5">
                    <
tr>
                      <
td class="blockTitle">&nbsp;<{$block.title}></td>
                    </
tr>
                    <
tr>
                      <
td class="blockContent"><{$block.content}></td>
                    </
tr>
                  </
table>
                  <{/foreach}>
                <!-- 
End center-left blocks loop -->

                </
td><td width="50%">

                <!-- 
Start center-right blocks loop -->
                  <{foreach 
item=block from=$xoops_crblocks}>
                  <
table cellspacing="1" cellpadding="5">
                    <
tr>
                      <
td class="blockTitle">&nbsp;<{$block.title}></td>
                    </
tr>
                    <
tr>
                      <
td class="blockContent"><{$block.content}></td>
                    </
tr>
                  </
table>
                  <{/foreach}>
                <!-- 
End center-right blocks loop -->

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

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

            <
div id="content">
              <{
$xoops_contents}>
            </
div>
          </
td>

          <{if 
$xoops_showrblock == 1}>
          <
td width=20bgcolor=#efefef align=center>
          
<!-- Start right blocks loop -->
            <{foreach 
item=block from=$xoops_rblocks}>
            <
table cellspacing="0" cellpadding="2">
              <
tr>
                <
td class="blockTitle">&nbsp;<{$block.title}></td>
              </
tr>
              <
tr>
                <
td class="blockContent"><{$block.content}></td>
              </
tr>
            </
table>
            <
br />
            <{/foreach}>
          <!-- 
End right blocks loop -->
          <{/if}>
          </
td>
        </
tr>
      </
table>
    </
td>
  </
tr>
  <
tr>
    <
td height="30" valign="middle" bgcolor="#DDE1DE" align="center"><div style="text-align: center; padding-top: 2px; font-size: 10px"><{$xoops_footer}></div></td>
  </
tr>
</
table>
</
body>
</
html>


Please help me

Thanks
Andrea



2
D4rkAng3l
Re: Please help me to make a simple change in phpkaox theme :-(
  • 2006/9/9 14:23

  • D4rkAng3l

  • Just popping in

  • Posts: 24

  • Since: 2005/12/26


Quote:

Biteronboard wrote:
Go into admin panel select system > preferneces.

select banners

delete the XOOPS baneers, add yours.

you do not need to do anything.to the theme, its part of the XOOPS system.


ohhhh XOOPS is an orgasmmm WOWOWOW



3
D4rkAng3l
Please help me to make a simple change in phpkaox theme :-(
  • 2006/9/9 14:02

  • D4rkAng3l

  • Just popping in

  • Posts: 24

  • Since: 2005/12/26


Hello,
I have a problem...I have to change a simple thing in phpkazox theme.
In the hight right part of theme there is a XOOPS flash banner that says: "www.xoops.org". I had to delete this XOOPS banner and change it with the banner of my site. My file is named logosub.gif and it is situated in the images directory of theme dir...

I think that the code line to change is this:
td width="100%" align="center"><div style="text-align: center; padding-top: 5px;"><{$xoops_banner}></div></td>


I tried to delete the div and the banners don't see but if I try to change the {$xoops_banner} with the path of my banner I see again the XOOPS banner...strange...why it?

What is in $xoops_banner? the path of XOOPS logo that I would delete? in what file is the declaration of $xoops_banner?

The code of theme.html file is it...please help me to solve this problem ((

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<
head>
<
meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<
meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<
meta name="robots" content="<{$xoops_meta_robots}>" />
<
meta name="keywords" content="<{$xoops_meta_keywords}>" />
<
meta name="description" content="<{$xoops_meta_description}>" />
<
meta name="rating" content="<{$xoops_meta_rating}>" />
<
meta name="author" content="<{$xoops_meta_author}>" />
<
meta name="copyright" content="<{$xoops_meta_copyright}>" />
<
meta name="generator" content="XOOPS" />
<
title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<
link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<!-- 
RMVadded module header -->
<{
$xoops_module_header}>
<
script type="text/javascript">
<!--
<{
$xoops_js}>
//-->
</script>
</
head>
<
body>
<
table cellspacing="1" cellpadding="0" bgcolor="#666666">
  <
tr>
    <
td bgcolor="#DDE1DE">
      <
table cellspacing="0" cellpadding="0">
        <
tr>
          <
td width="285"><a href="<{$xoops_url}>"><img src="<{$xoops_imageurl}>images/logo.gif" alt="logo" align="middle" /></a></td>
          <
td width="100%" align="center"><div style="text-align: center; padding-top: 5px;"><{$xoops_banner}></div></td>
        </
tr>
      </
table>
    </
td>
  </
tr>
  <
tr>
    <
td bgcolor="#FFFFFF">
      <
table cellspacing="0" cellpadding="0">
        <
tr>
          <
td width="20%" bgcolor="#EFEFEF">
          <!-- 
Start left blocks loop -->
            <{foreach 
item=block from=$xoops_lblocks}>
            <
table cellspacing="0" cellpadding="2">
              <
tr>
                <
td class="blockTitle">&nbsp;<{$block.title}></td>
              </
tr>
              <
tr>
                <
td class="blockContent"><{$block.content}></td>
              </
tr>
            </
table>
            <{/foreach}>
          <!-- 
End left blocks loop -->
          </
td>
          <
td style="padding: 0px 5px 0px;" align="center">
          <!-- 
Display center blocks if any -->
            <{if 
$xoops_showcblock == 1}>

            <
table cellspacing="0">
              <
tr>
                <
td width="100%" colspan="2">

                <!-- 
Start center-center blocks loop -->
                  <{foreach 
item=block from=$xoops_ccblocks}>
                  <
table cellspacing="1" cellpadding="5">
                    <
tr>
                      <
td class="blockTitle">&nbsp;<{$block.title}></td>
                    </
tr>
                    <
tr>
                      <
td class="blockContent"><{$block.content}></td>
                    </
tr>
                  </
table>
                  <{/foreach}>
                <!-- 
End center-center blocks loop -->

                </
td>
              </
tr>
              <
tr>
                <
td width="50%">

                <!-- 
Start center-left blocks loop -->
                  <{foreach 
item=block from=$xoops_clblocks}>
                  <
table cellspacing="1" cellpadding="5">
                    <
tr>
                      <
td class="blockTitle">&nbsp;<{$block.title}></td>
                    </
tr>
                    <
tr>
                      <
td class="blockContent"><{$block.content}></td>
                    </
tr>
                  </
table>
                  <{/foreach}>
                <!-- 
End center-left blocks loop -->

                </
td><td width="50%">

                <!-- 
Start center-right blocks loop -->
                  <{foreach 
item=block from=$xoops_crblocks}>
                  <
table cellspacing="1" cellpadding="5">
                    <
tr>
                      <
td class="blockTitle">&nbsp;<{$block.title}></td>
                    </
tr>
                    <
tr>
                      <
td class="blockContent"><{$block.content}></td>
                    </
tr>
                  </
table>
                  <{/foreach}>
                <!-- 
End center-right blocks loop -->

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

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

            <
div id="content">
              <{
$xoops_contents}>
            </
div>
          </
td>

          <{if 
$xoops_showrblock == 1}>
          <
td width=20bgcolor=#efefef align=center>
          
<!-- Start right blocks loop -->
            <{foreach 
item=block from=$xoops_rblocks}>
            <
table cellspacing="0" cellpadding="2">
              <
tr>
                <
td class="blockTitle">&nbsp;<{$block.title}></td>
              </
tr>
              <
tr>
                <
td class="blockContent"><{$block.content}></td>
              </
tr>
            </
table>
            <
br />
            <{/foreach}>
          <!-- 
End right blocks loop -->
          <{/if}>
          </
td>
        </
tr>
      </
table>
    </
td>
  </
tr>
  <
tr>
    <
td height="30" valign="middle" bgcolor="#DDE1DE" align="center"><div style="text-align: center; padding-top: 2px; font-size: 10px"><{$xoops_footer}></div></td>
  </
tr>
</
table>
</
body>
</
html>


Thank you very much
Andrea



4
D4rkAng3l
Re: Problem to admin user
  • 2006/7/19 21:23

  • D4rkAng3l

  • Just popping in

  • Posts: 24

  • Since: 2005/12/26


I have update system and user profile but no...I don't see it...strangeee



5
D4rkAng3l
Re: Problem to admin user
  • 2006/7/19 21:20

  • D4rkAng3l

  • Just popping in

  • Posts: 24

  • Since: 2005/12/26


Quote:

gtop00 wrote:
Quote:

D4rkAng3l wrote:
mmm I had to try to update "finduser" module or I had to try to update all my XOOPS system?


WAIT!
1. I saw that your site is in Italian. Make sure that you have ALSO the English files in all Language folders. XOOPS will look in English if something is missing.
2. "Update" means that you have to press the update button (this like a drive with a circle around) on administration > Modules > Administration, for the System module (or any other)


in the directory /photoalbum/language I have 2 directory: english and italian so I think that I have english

so I had to try to update the System module clicking on the update button? Now I try...thanks to the info



6
D4rkAng3l
Re: Problem to admin user
  • 2006/7/19 14:05

  • D4rkAng3l

  • Just popping in

  • Posts: 24

  • Since: 2005/12/26


Quote:

frankblack wrote:
Have you checked modules / system / admin / findusers if all three files are there and none is corrupted?

Maybe you should try to update the system module?


mmm I had to try to update "finduser" module or I had to try to update all my XOOPS system?



7
D4rkAng3l
Re: Problem to admin user
  • 2006/7/19 11:16

  • D4rkAng3l

  • Just popping in

  • Posts: 24

  • Since: 2005/12/26


yes it's select :-/



8
D4rkAng3l
Re: Problem to admin user
  • 2006/7/19 9:50

  • D4rkAng3l

  • Just popping in

  • Posts: 24

  • Since: 2005/12/26


I have only:
- Mail Users
- User Ranks
- Groups

but I have not the first one: "Find user"...mmm why in my XOOPS there is not?!?! maybe I have not install some module?
There is some way to solve this problem?

I have find the "find user" loockng in the module administration page and click on the system configuration module but...why I can't see it in menu?



9
D4rkAng3l
Problem to admin user
  • 2006/7/19 9:04

  • D4rkAng3l

  • Just popping in

  • Posts: 24

  • Since: 2005/12/26


Hello,
I have a serius problem
I have a XOOPS site: www.siatec.net/photoalbum
and I have a proble with user administration
(the version is XOOPS 2.2.3 Final)

If I go in administrataion pannel and if I click on user menu I have only this (I don't know if in english version is the correct translation):

1) mail at user
2)user level
3)groups

but there is not the "find user" menu....why? How can I see register user on my site and how can I delete some of theme?
This is very strange....

Please help me...it's very importante for me

Thank
Andrea



10
D4rkAng3l
Re: Help me about MyAlbumP thumbnails
  • 2006/1/16 23:44

  • D4rkAng3l

  • Just popping in

  • Posts: 24

  • Since: 2005/12/26


Quote:

TottoBG wrote:
In your myAlbum-P admin menus you got 'Rebuild Thumbnails' - that's what you need. Before it, in your module Preferencies you have to choose the php module for building thumbs - GD / ImageMagic / NetPBM, and also you have to turn the option of making thumbnails on. As panigrc said, call the phpinfo() function on your server or use the 'XoopsInfo' module to see it there - the information if and which of them you got installed. From the 'Check Confs&Envs' myAlbum-P menu you can see some info and check if the choosen package is working ok. Then go to 'Rebuild Thumbnails' and follow the instructions there, so thumbnails will be built for the existing images and for the next uploaded images they will be created automatically.
Good luck!


Ohhh thanks very much.

Today I use what you say me...all ok




TopTop
(1) 2 3 »



Login

Who's Online

115 user(s) are online (66 user(s) are browsing Support Forums)


Members: 0


Guests: 115


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