11
sgshell
Re: How to output text from XoopsFormDhtmlTextArea
  • 2005/2/2 16:04

  • sgshell

  • Just popping in

  • Posts: 94

  • Since: 2004/10/4


no one?



12
sgshell
How to output text from XoopsFormDhtmlTextArea
  • 2005/1/31 17:45

  • sgshell

  • Just popping in

  • Posts: 94

  • Since: 2004/10/4


how to make the output from text content that input from XoopsFormDhtmlTextArea?



13
sgshell
Re: xoopsformloader
  • 2005/1/27 15:15

  • sgshell

  • Just popping in

  • Posts: 94

  • Since: 2004/10/4


no one know how ?



14
sgshell
XoopsFormTextDateSelect for date before 1970
  • 2005/1/27 4:37

  • sgshell

  • Just popping in

  • Posts: 94

  • Since: 2004/10/4


Hi, i using this XoopsFormTextDateSelect to select for Birthday....but it do not work for date before 1970

How to get it work for the date before 1970??



15
sgshell
Re: Making Module
  • 2005/1/25 2:48

  • sgshell

  • Just popping in

  • Posts: 94

  • Since: 2004/10/4


To remove right block, I have change the
$xoopsOption['show_rblock'] = 0;
to
$xoopsTpl->assign('xoops_showrblock', 0);

it work perfectly to remove right block...


For those who also like to remove leftblock in yours modules
you can just add this in the theme template:

on the left side before the '<td>'

Quote:
<{if $remove_lblock != 1}>//this the line to add
<td id='leftcolumn'>
<!-- Start left blocks loop -->
<{foreach item=block from=$xoops_lblocks}>
<{include file='default/theme_blockleft.html'}>
<{/foreach}>

<!-- End display center blocks --> <!-- End left blocks loop -->
</td>
<{/if}>//endif this the 2nd line to add here

add this code in the modules to remove the left block
$xoopsTpl->assign('remove_lblock', 1);

Tips: The above force remove of left or right block, if it do not remove the leftblock or rightblock goto the themes and check the code.



16
sgshell
Re: Making Module
  • 2005/1/22 5:13

  • sgshell

  • Just popping in

  • Posts: 94

  • Since: 2004/10/4


Quote:

erzon wrote:
so what now??? what should i do now?


Do you know that you could enable a block when access to a particular modules or disable it in that modules?

That mean you could chose what block to appear in which modules or not....this a nice feature of xoops

It could be done in the block admin as mention earier...

NOTE: goto the block that appear in your right and edit it not to show in yours modules.



17
sgshell
Re: Making Module
  • 2005/1/18 13:13

  • sgshell

  • Just popping in

  • Posts: 94

  • Since: 2004/10/4


Quote:

erzon wrote:
i can't disable the right block it will not shown forever what i want is that my one module only and nothing else



You do not need alter the code in yours modules but just go to yours block admin and edit each block that appear on yours site.... hope this help you....
-----------------------------------------


i still hope i could find a CODE that could disable left or right block in certain modules by insert "CODE" into the modules...anyone can help on this?? or it was impossible?



18
sgshell
Re: XOOPS Simsi - MMS Blogger Module
  • 2005/1/17 18:09

  • sgshell

  • Just popping in

  • Posts: 94

  • Since: 2004/10/4


very interesting....hope to see a release verson soon



19
sgshell
Re: Making Module
  • 2005/1/17 17:50

  • sgshell

  • Just popping in

  • Posts: 94

  • Since: 2004/10/4


I do know that i could just use the block admin to do it...but i will like it to force disable the left or right block for the modules create....so that it will be easier to control the block admin...imagine if you have a long list of block....it will be troublesome to goto each just to disble.



20
sgshell
Re: Making Module
  • 2005/1/17 17:25

  • sgshell

  • Just popping in

  • Posts: 94

  • Since: 2004/10/4


I try the code and i think is not working also......

another question....how to remove left block?




TopTop
« 1 (2) 3 4 5 ... 9 »



Login

Who's Online

220 user(s) are online (156 user(s) are browsing Support Forums)


Members: 0


Guests: 220


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