91
hsalazar
Re: Custom Block
  • 2004/4/10 16:06

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


navin:

You can try this. Make sure your custom block is defined as HTML code. Wrap all your content within a styled div tag, like this:

<div style="background-color: #123456">
Here goes your content
</div>

Just replace the color code for the one you want.

Cheers.



92
hsalazar
Re: How to upload a new language?
  • 2004/4/10 16:03

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


Xurumo:

There's no particular difficulty in doing this. You should have a folder named with the new language and containing the files with the necessary language constants. Copy that folder under the languages folder in your XOOPS root directory. That'll be enough to show in your admin side the language in your language selector; that'll also be enough for the global and general constants to appear in your new language.

You have to make sure that the modules also have, in their own language folder, a folder for your new language with the necessary files. Otherwise, you'll have the module's strings in english and the rest in your language.

Cheers.



93
hsalazar
Re: Top frame image size and position
  • 2004/4/10 15:59

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


marcdg:

Open your file theme.html. There's you'll find, just after the body tag, a table that holds the logo and has a place for a banner. The table reads:

Quote:

<table width="700" cellspacing="0">
<!--DWLayoutTable-->
<tr id="header">
<td width="702" height="62" valign="top"><a href=<{$xoops_url}> /><img src="<{$xoops_imageurl}>logo.gif" width="700" height="56" alt="" /></a></td>
</tr>
<tr id="header">
<td height="45">&nbsp;</td>
</tr>
</table>


There are several problems with this table, beginning with a fixed width and with the fact that it has two rows with the same id.

Change this code to:
Quote:

<table width="100%" cellspacing="0">
<!--DWLayoutTable-->
<tr id="header">
<td width="100%" height="62" valign="top"><div style="text-align: center;"><a href=<{$xoops_url}> /><img src"<{$xoops_imageurl}>logo.gif" width="700" height="56" alt="" /></a></div></td>
</tr>
</table>


This might do the trick.

Cheers



94
hsalazar
Re: Gloassaire
  • 2004/3/27 0:01

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


... and if you wait a couple of days, it'll be version 1.00 instead of 0.94, and it'll include the manual.

I'm almost there. I'm now producing the documentation and streamlining a bit the PHP files, but this should be a nice release for xoopsers.

Cheers.



95
hsalazar
Re: Module news multi-column?
  • 2004/3/25 15:27

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


Mithrandir:

This is looking good! If there's anything I can do to help, please let me know.

Cheers.



96
hsalazar
Re: SPAW module...resizing
  • 2004/3/25 15:18

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


scarfie:

You can use ralf57's pack:

https://xoops.org/modules/news/article.php?storyid=1359

Cheers.



97
hsalazar
Re: Module news multi-column?
  • 2004/3/25 15:12

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


Mithrandir:

Remember Solomon said there's nothing new under the sun... However, I'd like to add that I'd love the News module to feature multicolumn formats controlled from the admin side, instead of fixed in the template.

If you take a look at Spotlight, it includes such an option: you can choose between a "pile" or a "side-by-side" version of the components of the block. Depending on the value of this config item, the template shows a different version of the block.

This makes templates bigger, of course, but not so much that it will affect performance, and there's of course the fact that once loaded the first time, the template will reside in cache.

Cheers.



98
hsalazar
Re: Module news multi-column?
  • 2004/3/25 13:51

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


caramuxo:

For the moment, you can obtain the same results tweaking a couple of files. How? In your XOOPS distribution you have a folder called extras, and inside there's a theme_x2t/extras folder. There you have files to replace the original templates for x2t in order to obtain a 2-column layout in your news index page.

Cheers.



99
hsalazar
Re: Adding The 'Welcome' Box...
  • 2004/3/25 2:33

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


Talis:

You need to go to the admin section: System Admin > Blocks. At the end of the page there's a section where you can create a custom block. Use your knowledge of HTML to build a nice one, and then assign it to appear in the home page. That's it.

Cheers.



100
hsalazar
Re: Re-ordering modules!!!!
  • 2004/3/21 18:51

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


Stryke:

Ordering your Main Menu items is easily accomplished from your admin interface. Go to System Admin > Modules and you'll see there a column called "Order". Just fill the numbers in the desired order. Any module with Order = 0 is not shown in the menu, although the functionality is still there. That's all.

Cheers.




TopTop
« 1 ... 7 8 9 (10) 11 12 13 ... 34 »



Login

Who's Online

166 user(s) are online (100 user(s) are browsing Support Forums)


Members: 0


Guests: 166


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