11
Montisarts
Re: Showing a block depending on what theme you use
  • 2005/2/5 18:31

  • Montisarts

  • Not too shy to talk

  • Posts: 158

  • Since: 2003/1/26


never mind this topic, I found a workaround.

greetz



12
Montisarts
Showing a block depending on what theme you use
  • 2005/2/5 17:34

  • Montisarts

  • Not too shy to talk

  • Posts: 158

  • Since: 2003/1/26


Hey,

I'd like to know how I can show a block depending on what theme I use.

On my maintheme I want to show a custom block which I don't want to show on my other themes and the other way around. (leave a block out on my maintheme and show it on other themes)

Is this possible?

greetz Frank



13
Montisarts
Re: Theme with Drop Down menus
  • 2005/2/5 17:20

  • Montisarts

  • Not too shy to talk

  • Posts: 158

  • Since: 2003/1/26


I created a custom block at xoops.montisarts.com, which seems to do the trick. It's hardcoded though. But you don't see that



14
Montisarts
Re: Theme with Drop Down menus
  • 2005/2/5 14:29

  • Montisarts

  • Not too shy to talk

  • Posts: 158

  • Since: 2003/1/26


There is a way to edit your mainmenu template, but the only problem I am having is that your submenu links are loaded when you enter a module and not by default.

Is there a way to load the submenu links by default (before you click the module link so that they are in the main menu for every module)

Now you have to click Downloads in order to load the submenu links.

If the links COULD be loaded from the start there would be a css way for the dropdown menu in combination with a little javascript.

Any ideas on making the submenu show up for every module in the mainmenu when loading your page?



15
Montisarts
Re: Edit Redirect Screen
  • 2005/2/4 12:28

  • Montisarts

  • Not too shy to talk

  • Posts: 158

  • Since: 2003/1/26


you can find it in the template set manager too (you have to clone your default template set first to be able to edit)

http://your_site/modules/system/admin.php?fct=tplsets



16
Montisarts
Re: New Members
  • 2005/2/4 11:00

  • Montisarts

  • Not too shy to talk

  • Posts: 158

  • Since: 2003/1/26


Edit your system_block_newusers.html in your template set manager and change it to:

<table cellspacing="1" class="outer">
  <{foreach 
item=user from=$block.users}>
    <
tr class="<{cycle values="even,odd"}>" valign="middle">
      <
td align="center">
      <{if 
$user.avatar != ""}>
      <
img src="<{$user.avatar}>" alt="" width="32" /><br />
      <{/if}>
      <
a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>"><{$user.name}></a>
         </
tr>
  <{/foreach}>
</
table>


(I removed the joindate)

greetz Frank



17
Montisarts
Re: Last Resort......

by the way I am noticing something strange (in my eyes, but I'm not an expert)

In your mainfile you have :
define('XOOPS_ROOT_PATH''/www/X/mitchryder/htdocs/mrol');


shouldn't this be:

define('XOOPS_ROOT_PATH''/www/X/htdocs/mitchryder/mrol');


?

Seems logical. (htdocs and mitchryder switched, in case you don't see the difference)

greetz Frank



18
Montisarts
Re: Last Resort......

Did you move the XOOPS directory from the root to /mrol?

Because every link points to your root directory.

http://mitchryder.com/modules/cdbase/ for instance and not tohttp://mitchryder.com/mrol/modules/cdbase/
So I don't think it is a DNS problem. The XOOPS root seems to be in an other place than it is supposed to be or used to be?



19
Montisarts
Re: Disaster! & a stupid lesson to learn

*spooked* and backing up files AS WE SPEAK



20
Montisarts
Re: Forum fullscreen

For anyone who tries this, pointthepark forgot one little thing (close the 'if' tag)


<tr> <{if $xoops_lblocks}>
            <
td rowspan="2" valign="top" id="leftcolumn"
              <!-- 
Start left blocks loop -->
            <{foreach 
item=block from=$xoops_lblocks}> <{include file="CHANGE THIS TO YOUR THEME NAME/theme_blockleft.html"}> 
            <{/foreach}> 
              <!-- 
End left blocks loop [color=CC0000]</td><{/if}>[/color]




TopTop
« 1 (2) 3 4 5 6 »



Login

Who's Online

188 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 188


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