1
haythoom
AMS module "spotlight Block"
  • 2011/6/10 17:10

  • haythoom

  • Just popping in

  • Posts: 21

  • Since: 2007/9/23


This block is not working with me !
when i try to edit it, i get a blank page, while other blocks work fine with me

i use xoops 2.5.1a , server php 5.2



2
haythoom
Re: League Betting Module Request
  • 2010/3/21 19:14

  • haythoom

  • Just popping in

  • Posts: 21

  • Since: 2007/9/23


Its not what i want :(

so is there any quize system or anything close to that



3
haythoom
Re: League Betting Module Request
  • 2010/3/18 13:16

  • haythoom

  • Just popping in

  • Posts: 21

  • Since: 2007/9/23


any news ??

i remember there was a a module for league games somewhere
can anyone guide me please



4
haythoom
League Betting Module Request
  • 2010/3/15 21:12

  • haythoom

  • Just popping in

  • Posts: 21

  • Since: 2007/9/23


I need a module that i can for instance put 8 games and let people guess the resaults

and then when i update the results , users get ranked due to their correct results



5
haythoom
Re: shout box block resizing
  • 2009/2/24 14:36

  • haythoom

  • Just popping in

  • Posts: 21

  • Since: 2007/9/23


Quote:

flipse wrote:
I don't have the answer but I am also curious howto resize the shoutbox. I want to use it on a crowded frontpage and would also like to remove the input box from the block. So you only see the scrollbox with shouts and have to open another box for shouting. The current shoutbox I find too big and dominant.


that would be a nice solution aswell ..
i will try to apply it , and i hope someone will tell us both about a solution :)



6
haythoom
shout box block resizing
  • 2009/2/24 9:13

  • haythoom

  • Just popping in

  • Posts: 21

  • Since: 2007/9/23


im trying to use shoutbox on main page , right block , but it refuse to re-size to fit there

i ve tried with the block code , and i could only resize the chat pan area , but couldnt re-size the text insertion area , so any ideas please ?

thats the code of the block


<center>
    <
iframe name="shoutFrame" width="<{$block.iframe_width}>" src="<{$xoops_url}>/modules/shoutbox/shoutframe.php"  height="<{$block.iframe_height}>" frameborder="<{$block.iframe_border}>" scrolling="auto"></iframe>
</
center>
<{if 
$block.may_guests_post==1}>
<
font color="#990000">*</font><{$block.shoutbox_anonymous}>
<{/if}>

<{if 
$block.shoutbox_access != "no"}>
<
form name="shoutform" action="<{$xoops_url}>/modules/shoutbox/shoutframe.php" method="post" style="this.style.margin=0px'" target="shoutFrame">

<{if 
$block.show_smileybar==1}>
    <{
$block.shoutbox_smibar}>
<{/if}>

<{if !
$xoops_isuser && $block.guests_may_chname=='1'}>
    <
br /><b><{$smarty.const._MB_SHOUTBOX_NICK}>:</b><br /><input id="shoutnick" onFocus="shoutform.shoutnick.select();" type="text" name="username" size="18" maxlength="20" class="shttxt" value="<{$block.shoutbox_blockuser}>" />
<{else if !
$xoops_isuser && $block.guests_may_chname=='0'}>
    <
input type="hidden" name="username" value="<{$block.shoutbox_blockuser}>" />
<{/if}>

<
br /><b><{$smarty.const._MB_SHOUTBOX_SHOUT_TITLE}>:</b><br />
    <{if 
$block.input_type=='1'}>
      <
script type="text/javascript">
        function 
limitText(limitField) {
          
fldValue limitField.value;
          var 
limitNum = <{$block.text_maxchars}>;
          var 
chars limitNum fldValue.length;
          
//alert (chars); // delete after testing
          
<{if $block.input_alerts=='1'}>
            if (
chars <= 0) {
              
alert ("You are trying to enter more than the limit of " limitNum " characters! ");
              
fldValue fldValue.substring(0,limitNum-1)
              
window.document.shoutform.shoutfield.value fldValue;
            }
            if (
chars == 20) {
              
alert ("You are approaching the limit of " limitNum " characters and have only 20 characters left! ")
            }
          <{else}>
            if (
chars <= 0) {
              
fldValue fldValue.substring(0,limitNum-1)
              
window.document.shoutform.shoutfield.value fldValue;
            }
          <{/if}>
        }
      </
script>
      <
textarea id="shoutfield" name="shouttext" rows="<{$block.textarea_rows}>" cols="<{$block.textarea_cols}>" maxlength="<{$block.text_maxchars}>" onKeyDown="limitText(shoutfield)";
onKeyUp="limitText(shoutfield)"></textarea>
    <{else}>
      <
input type="text" id="shoutfield" name="shouttext" size="<{$block.text_linelength}>" maxlength="<{$block.text_maxchars}>" />
    <{/if}>
    <{if 
$block.captcha_caption}>
      <
br />
      <
b><{$block.captcha_caption}></b>
      <
br />
      <{
$block.captcha_render}>
     <{/if}>
     <
br />
    <
input type="hidden" name="myid" value="<{$block.shoutbox_myid}>" />    
    <
input type="submit" value="<{$smarty.const._MB_SHOUTBOX_SHOUT}>" />
<{if 
$xoops_isadmin}>
    &
nbsp;<input type="submit" name="clear" value="<{$smarty.const._MB_SHOUTBOX_CLEAR}>" onClick="return(confirm('<{$smarty.const._MB_SHOUTBOX_CONFIRMDEL}>'))"/>
<{/if}>
<
br /><br />
<
table width="100%" height="10px" cellpadding="0" cellspacing="0" style="border-top:  1px solid #8B898B; border-left: 1px solid #8B898B; border-right: 1px solid #000000; border-bottom: 1px solid #000000; padding-left: 2px; padding-right: 2px; font-size: xx-small;">
    <
tr>
        <
td valign="top" align="left" width="10%">
            <
form><input type="button" value="<{$smarty.const._MB_SHOUTBOX_REFRESH}>" onClick="parent.shoutFrame.location='<{$xoops_url}>/modules/shoutbox/shoutframe.php'"/></form>
        </
td>
            <{if 
$block.popup==1}>
        <
td valign="top" align="left">
            <
form><input type="button" value="<{$smarty.const._MB_SHOUTBOX_POPUP}>" onClick="javascript:openWithSelfMain('<{$xoops_url}>/modules/shoutbox/popup.php','<{$smarty.const._MB_SHOUTBOX_TITLE}>',<{$block.popup_width}>,<{$block.popup_height}>);"/></form>
            <{/if}>
        </
td>
        <{if 
$block.block_autorefresh==1}>
        <
td valign="top" align="right">
                <
b><{$smarty.const._MB_SHOUTBOX_AUTOREFRESH}></b>&nbsp;
                <
input id="shoutrefresh" type="checkbox" name="shoutrefresh" value="checkbox" onchange="parent.shoutFrame.location.reload();" /> 
                <
select id="refreshtime" name="refreshtime">
                    <
option value="10000">10 s</option>
                    <
option value="20000" selected="selected">20 s</option>
                    <
option value="40000">40 s</option>
                    <
option value="60000">60 s</option>
                    <
option value="120000">2 m</option>
                    <
option value="240000">4 m</option>
                    <
option value="480000">8 m</option>
                </
select>
        </
td>
        <{/if}>
    </
tr>
</
table>
<
table><tr><td align="right" colspan="3" id="blockfooter" style="font-size : xx-small;">Powered by <a href="http://www.customvirtualdesigns.com" target="_blank">CVD</a></td></tr></table>


</
form>
<{/if}>



7
haythoom
Re: I need to change the background color of the Center Block of a theme
  • 2008/8/12 16:23

  • haythoom

  • Just popping in

  • Posts: 21

  • Since: 2007/9/23


now i can change it yet

the problem is , the default theme has 2 kinds of background color for the blocks

the upper left and right has dark blue which i like , but when i try to make upper center block it has a pale blue that i dont like

the theme called City Reflection
it exists on the theme library



8
haythoom
Re: i have made a code that dont work on my Xoops
  • 2008/8/12 16:21

  • haythoom

  • Just popping in

  • Posts: 21

  • Since: 2007/9/23


anyone knows why ?

now it works and the only problem is the image is not showing , instead its shwoing the image caption .



9
haythoom
i have made a code that dont work on my Xoops
  • 2008/8/9 14:32

  • haythoom

  • Just popping in

  • Posts: 21

  • Since: 2007/9/23


i have designed this simple image to be clicked to open a pop-up window with small chat applet .

thats the code
<<!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">
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<
title>Untitled Document</title>
<
style type="text/css">
<!--
.
style1 {
    
color#006196;
    
font-styleitalic;
    
font-weightbold;
}
-->
</
style>
<
script type="text/JavaScript">
<!--
function 
MM_openBrWindow(theURL,winName,features) { //v2.0
  
window.open(theURL,winName,features);
}
//-->
</script>
</
head>

<
body>
<
a href="#"><img src="staff.png" alt="staff" width="196" height="149" border="0" onclick="MM_openBrWindow('staffchat.html','LiveSupport','status=yes,scrollbars=yes,width=200,height=350')" /></a>
</
body>
</
html>>



10
haythoom
Re: I need to change the background color of the Center Block of a theme
  • 2008/8/9 13:23

  • haythoom

  • Just popping in

  • Posts: 21

  • Since: 2007/9/23


ok i ll try to play with that , hope it will work :)Quote:

voltan wrote:
yes
open style.css file in body tag you can find ((background )) or (( background-color)) and you can change color code




TopTop
(1) 2 3 »



Login

Who's Online

247 user(s) are online (159 user(s) are browsing Support Forums)


Members: 0


Guests: 247


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