21
bwirum
Re: WoW Guild Theme
  • 2005/2/10 5:56

  • bwirum

  • Just popping in

  • Posts: 49

  • Since: 2004/1/16


If you read the comments on the theme, you can see that I had the same problem.

I ended up with taking the basic stuff from the theme and building the theme from ground up basically. Unfortunately it's rather messy, with a lot of stuff in the theme file that should be in the css file. Went rather quickly, just to get it working. I guess I could do it better and maybe post it one of these days with the permission of the Jadoogaran guys?

Won't be the first couple of days tho. My time is rather limited as now.



22
bwirum
Re: Matching Fonts in Xoops V2
  • 2005/2/4 9:59

  • bwirum

  • Just popping in

  • Posts: 49

  • Since: 2004/1/16


Have you tried just using one font-family tag in your css?

Like:
body {
   
font-familyVerdanaArialHelveticasans-serif; }


and drop it everywhere else?

Then you can use 'font-size' 'font-weight' etc to change the different ones, but the font-face should be that same.

Of course, unless you use several css-files?



23
bwirum
Re: Language pack translation tool?
  • 2005/2/4 9:19

  • bwirum

  • Just popping in

  • Posts: 49

  • Since: 2004/1/16


Thank you very much Mikhail, perfect! Just what I was looking for.



24
bwirum
Re: Language pack translation tool?
  • 2005/1/31 8:40

  • bwirum

  • Just popping in

  • Posts: 49

  • Since: 2004/1/16


From what I could gather from your program, giba, without understanding spanish (it is spanish, right) it seems quite nice.

Any chance of making an english version? Or even external lang files?

Also looked a bit more at the language tool and got that working, but it's a bit tedious to use, allthough working.

Edit: Well, considering you're Brazilian I guess it's Portuguese :P I understand even less of that, if possible :)



25
bwirum
Re: Language pack translation tool?
  • 2005/1/27 21:14

  • bwirum

  • Just popping in

  • Posts: 49

  • Since: 2004/1/16


Well, I could use Dreamweaver. Or TextEdit. Or Notepad for that matter, but I know for sure there was a program made just for this particular purpose which worked great. I just can't for the life of me remember where I found it or what it's named.

lucian: there is a folder called /language in your XOOPS root, with lots of files. Those files. And then there are /language folders under all your modules too with lots of files in them. Remember you have to do both the .php files and the template files.

rowdie: no wonder I didn't see what fun that tool would be. All I saw was a couple of boxes :P Well, if that would be updated it would be great.



26
bwirum
Re: Language pack translation tool?
  • 2005/1/26 15:32

  • bwirum

  • Just popping in

  • Posts: 49

  • Since: 2004/1/16


I'm not really sure what that language tool is really for, but it does not seem to be what I was looking for.

I do mean an actual editor for the language files themselves.



27
bwirum
Language pack translation tool?
  • 2005/1/26 9:29

  • bwirum

  • Just popping in

  • Posts: 49

  • Since: 2004/1/16


Hi,

Some time ago I had a program with which you could load 2 different files, one for english and one for the localized language, and it would pick all the defines with the keywords and let you edit just the translations itself and add keywords if missing from one file or the other.

Does anyone have it, one similar, another tool to simplify the translation process?

Thanks for any help.



28
bwirum
Re: Lacking right blocks
  • 2005/1/24 15:22

  • bwirum

  • Just popping in

  • Posts: 49

  • Since: 2004/1/16


You can go to www.wirum.net/wow and see the site. If you register I can give you temp webmaster access if you could take a look. The theme is a "warcraft" theme I've fiddled a bit with. Still, when I put back the original theme.html it didn't help a bit.

After the above post and looking for a while more I found that there was no <{if $xoops_showrblock == 1}> in there, so I tried entering that like follows:

<table border="0" width="100%" cellpadding="0" cellspacing="10">
            <
tr>
                <
td rowspan="4" width="150">
                <!-- 
Start left blocks loop --><{foreach item=block from=$xoops_lblocks}>
                  <{include 
file="warcraft/theme_blockleft.html"}>
                <{/foreach}>
                <!-- 
End left blocks loop --></td>
                <
td colspan="2">
                <!-- 
Display center blocks if any --><{if $xoops_showcblock == 1}>
                </
td>
                <!-- 
Display right blocks if any --><{if $xoops_showrblock == 1}>
                <
td rowspan="4" width="150">
                <!-- 
Start right blocks loop --><{foreach item=block from=$xoops_rblocks}>
                   <{include 
file="warcraft/theme_blockright.html"}>
                <{/foreach}>
                <!-- 
End right blocks loop -->
                <
p>&nbsp;</p>
                </
td>
                <{/if}>
            </
tr>
            <
tr>
                <
td class="centerblock" colspan="2">
                <!-- 
Start center-center blocks loop --><{foreach item=block from=$xoops_ccblocks}>
                <{include 
file="warcraft/theme_blockcenter_c.html"}>
                <{/foreach}>
                <!-- 
End center-center blocks loop --></td>
            </
tr>


copied the block theme files over and changed references too, but just no go.

Also tried the var <{if $xoops_rblocks}> without that helping much...

I'm beat. I admit it.



29
bwirum
Lacking right blocks
  • 2005/1/24 12:46

  • bwirum

  • Just popping in

  • Posts: 49

  • Since: 2004/1/16


I lack my right blocks in this theme. I'm blind obviously, can someone look over this and see if you see anything?

Thanks.

<table border="0" width="100%" cellspacing="0" cellpadding="0">
    <
tr>
        <
td valign="top" background="<{$xoops_imageurl}>left-bg.gif" width="56">
        <
img border="0" src="<{$xoops_imageurl}>left-top.gif" width="56" height="84"></td>
        <
td background="<{$xoops_imageurl}>mbg.jpg" rowspan="2">
        <
table border="0" width="100%" cellspacing="0" cellpadding="0">
            <
tr>
              <
td width="10">&nbsp;</td>
        <
td width="75%"><{if $xoops_isuser}> Welcome
                
<a href="<{$xoops_url}>/user.php">
                <{
$xoops_uname}></a> <{else}> Welcome Guestyou can 
                
<a href="<{$xoops_url}>/register.php">
                
Sign up
              
</a><{/if}></td>
        <
td width="25%">
                <
form action="<{$xoops_url}>/search.php" method="post">
                    <
div align="right">
                        <
input type="text" class="input" name="query" size="15" />
                        <
input name="submit" type="submit" class="button" value="Search" />
                        <
input type="hidden" name="action" value="results" />
                  </
div>
                </
form>
        </
td>
                  <
td width="10">&nbsp;</td>
    </
tr>
        </
table>
        <
table border="0" width="100%" cellpadding="0" cellspacing="15">
            <
tr>
                <
td rowspan="4" width="150">
                <!-- 
Start left blocks loop --><{foreach item=block from=$xoops_lblocks}>
                  <{include 
file="default/theme_blockleft.html"}>
                <{/foreach}>
                <!-- 
End left blocks loop --></td>
                <
td colspan="2">
                <!-- 
Display center blocks if any --><{if $xoops_showcblock == 1}>
                </
td>
                <
td rowspan="4" width="150">
                <!-- 
Start right blocks loop --><{foreach item=block from=$xoops_rblocks}>
                   <{include 
file="default/theme_blockright.html"}>
                <{/foreach}>
                <!-- 
End right blocks loop -->
                <
p>&nbsp;</p>
                </
td>
            </
tr>
            <
tr>
                <
td class="centerblock" colspan="2">
                <!-- 
Start center-center blocks loop --><{foreach item=block from=$xoops_ccblocks}>
                <{include 
file="default/theme_blockcenter_c.html"}>
                <{/foreach}>
                <!-- 
End center-center blocks loop --></td>
            </
tr>
            <
tr>
                <
td>
                <!-- 
Start center-left blocks loop --><{foreach item=block from=$xoops_clblocks}>
                <{include 
file="default/theme_blockcenter_l.html"}>
                <{/foreach}>
                <!-- 
End center-left blocks loop --></td>
                <
td>
                <!-- 
Start center-right blocks loop --><{foreach item=block from=$xoops_crblocks}>
                <{include 
file="default/theme_blockcenter_r.html"}>
                <{/foreach}>
                <!-- 
End center-right blocks loop -->
                <
p>&nbsp;</p>
                </
td>
            </
tr>
            <
tr>
                <
td class="content" colspan="2"><{/if}>
                <!-- 
End display center blocks -->
                <
div id="content">
&
nbsp;<{$xoops_contents}></div>
                </
td>
            </
tr>
            <
tr>
                <
td id="footerbar" colspan="4">
                <
p align="center"><{$xoops_footer}><br>
&
nbsp;Themed by <a href="http://www.jadoogaran.org/">Jadoogaran.org</a></td>
            </
tr>
        </
table>
        </
td>
        <
td valign="top" background="<{$xoops_imageurl}>right-bg.gif" width="56">
        <
img border="0" src="<{$xoops_imageurl}>right-top.gif" width="56" height="84"></td>
    </
tr>
    <
tr>
        <
td background="<{$xoops_imageurl}>left-bg.gif" width="56">&nbsp;</td>
        <
td background="<{$xoops_imageurl}>right-bg.gif" width="56">&nbsp;</td>
    </
tr>
</
table>



30
bwirum
Re: Gold theme - empty space when block is not viewable by anon users
  • 2005/1/20 15:14

  • bwirum

  • Just popping in

  • Posts: 49

  • Since: 2004/1/16


I don't really get your meaning?

Two center blocks, right and left? I have them set up now as the center-left block and the center-right block, so they take up one center block space, if you see what I mean.

Isn't it possible for the space to be void unless you use left, center or right blocks?




TopTop
« 1 2 (3) 4 5 »



Login

Who's Online

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


Members: 0


Guests: 190


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