91
aph3x
Re: Login issue...
  • 2008/4/29 14:02

  • aph3x

  • Theme Designer

  • Posts: 834

  • Since: 2004/12/26


ur most welcome
Everything I'm not made me everything I am
The Themes



92
aph3x
Re: Yogurt Social Network 2.9 BETA
  • 2008/3/6 18:14

  • aph3x

  • Theme Designer

  • Posts: 834

  • Since: 2004/12/26


a fix for that will be replacing

<a href='(script removed)openWithSelfMain("<{$xoops_url}>/pmlite.php?send2=1&to_userid=<{$block.friends[i].uid_voted}>","pmlite",500,450);'><img src="<{$xoops_url}>/images/icons/pm.gif" /></a>


with:

<a href='javascript:openWithSelfMain("<{$xoops_url}>/pmlite.php?send2=1&to_userid=<{$block.friends[i].uid}>","pmlite",500,450);'><img src="<{$xoops_url}>/themes/alpha/visual/pm.gif" alt="send a message to your friend"  title="send a message to your friend"  name="send a message to your friend" /></a>


*New code also adds alt text for opera, firefox and IE
Everything I'm not made me everything I am
The Themes



93
aph3x
Re: JavaScript Doesn't Work on Home Page?
  • 2007/12/14 1:15

  • aph3x

  • Theme Designer

  • Posts: 834

  • Since: 2004/12/26


http://mercx.exofire.net/image/snow/

directory is forbidden also...

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

so you did forget to place the image/snow directory somewhere after all
Everything I'm not made me everything I am
The Themes



94
aph3x
Re: XOOPS 2.0 vs. 2.2
  • 2007/11/24 8:46

  • aph3x

  • Theme Designer

  • Posts: 834

  • Since: 2004/12/26


'cause there are many modules that don't work on 2.2.x , as for the crashing part...I've been using 2.2.x on a site ever since it was released as stable (2-3years back was it?!), back in the days when quote: 2.2.x is the future, 2.0 is the past quote] ...i didn't had any problem howsoever !
Everything I'm not made me everything I am
The Themes



95
aph3x
Re: Do you use Vista?
  • 2007/11/15 12:26

  • aph3x

  • Theme Designer

  • Posts: 834

  • Since: 2004/12/26


Resized Image
Everything I'm not made me everything I am
The Themes



96
aph3x
Re: how to hide the menus
  • 2007/11/12 14:17

  • aph3x

  • Theme Designer

  • Posts: 834

  • Since: 2004/12/26


@saidan a link or a screenshot would have been nice, however...

To make columns not visible if no blocks present in default theme:

modify from:

<td id="leftcolumn">
        <!-- 
Start left blocks loop -->
        <{foreach 
item=block from=$xoops_lblocks}>
          <{include 
file="default/theme_blockleft.html"}>
        <{/foreach}>
        <!-- 
End left blocks loop -->
      </
td>


to:

<{if $xoops_showlblock == 1}>
      <
td id="leftcolumn">
        <!-- 
Start left blocks loop -->
        <{foreach 
item=block from=$xoops_lblocks}>
          <{include 
file="default/theme_blockleft.html"}>
        <{/foreach}>
        <!-- 
End left blocks loop -->
      </
td>
      <{/if}>


Same for the right column tho in default theme the "if" smarty are there

The above will make the entire column not visible if there aren't any blocks to show
Everything I'm not made me everything I am
The Themes



97
aph3x
The Moving
  • 2007/10/20 23:43

  • aph3x

  • Theme Designer

  • Posts: 834

  • Since: 2004/12/26


I'll be taking a break from x.org & xinfo and internet all together for about a week i presume, as I'm moving for an undetermined period of time in another country so I'll need some time to get settled, unpack, get to know the surroundings, get me an internet connection etc etc.

Hopefully internet will be installed by the time i get there this Wednesday but i kinda doubt it as i never had luck with this things, but i guess I'll be killing me time making some themes if otherwise.

Anyway..see you all in a while
Everything I'm not made me everything I am
The Themes



98
aph3x
Re: Weather 1.3 php modif request
  • 2007/10/19 20:33

  • aph3x

  • Theme Designer

  • Posts: 834

  • Since: 2004/12/26


Fix by Suico:

Open blocks/weather_block.php

Replace line 40 with:

$marcello eregi_replace('<BR />',"",$lines[$imageLine]);
        
$marcello eregi_replace('img src','img alt="" src'$marcello);
        
        
$block['image'] = $marcello;
Everything I'm not made me everything I am
The Themes



99
aph3x
Re: Weather 1.3 php modif request
  • 2007/10/19 20:08

  • aph3x

  • Theme Designer

  • Posts: 834

  • Since: 2004/12/26


heh wish it was that simple

Thanks for trying Will
Everything I'm not made me everything I am
The Themes



100
aph3x
Weather 1.3 php modif request
  • 2007/10/19 19:32

  • aph3x

  • Theme Designer

  • Posts: 834

  • Since: 2004/12/26


Hello

After cleaning small things to get the Weather module w3c complaint i came across a thing thats outta my knowledge...a smarty that produces an image path:

<{$block.image}>


produces

<img src="http://my_image_path.extension" />


All i need is to add an < alt="" > to it so w3c will like it

Any ideas ?

Thanks
Everything I'm not made me everything I am
The Themes




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



Login

Who's Online

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


Members: 0


Guests: 117


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