11
spankee
Re: Very strange ?????
  • 2006/5/27 23:22

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


Yes, if you do a search you will find others with your problem.
Make sure you set your custom blocks content type to HTML?
or you may have set up your ads in google to show a solid color when there is no relevant ads to display.



12
spankee
Re: Which module do i need for news on mainpage?
  • 2006/5/27 20:04

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


You can also use blocks to show content from your news module.
Do a search first if you need help with that.



13
spankee
Re: Image Manager resize
  • 2006/5/27 7:48

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


rowdie is right about that.
But if you are going to keep it there it should have it's own heading-it should not be under troublshooting.



14
spankee
Re: XOOPS devs at Google's Summer of Code?
  • 2006/5/26 18:45

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


It looks like the deadline was April 24th.
http://code.google.com/soc/mentorfaq.html#timeline

Xoops should do it's own version of SOC.



15
spankee
Re: user registration -- prefilled text box
  • 2006/5/26 5:54

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


Thanks for replying
Javascript you say...anybody want to help me out on that?



16
spankee
Re: Display blocks in system pages...?
  • 2006/5/25 23:52

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


I should be thanking you--I have been meaning to implement this myself for months!
Thanks for the motivation.



17
spankee
Re: can we have a bar like this in cbb3?
  • 2006/5/25 22:25

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


I havn't implemented this yet myself, but thanks for the work!

Just curious--will updating Cbb overwrite these files?



18
spankee
Re: Display blocks in system pages...?
  • 2006/5/25 22:18

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


Ok, here is what works for my theme:

Almost forgot, this change is made in xoops/themes/yourtheme/theme.html

show left blocks
<table cellspacing="0" width="100%">
   <
tr>
         <{if 
$xoops_showlblock == 1}>
     <
td id="leftcolumn" width="100%">
       <!-- 
Start left blocks loop -->
       <{foreach 
item=block from=$xoops_lblocks}>
               <{include 
file="craig/theme_blockleft.html"}><br />
           <{/foreach}>
       <!-- 
End left blocks loop -->
     </
td>
     <
td width="8">&nbsp;</td>
         <{/if}>


no left blocks
<table cellspacing="0" width="100%">
   <
tr>
         <{if 
$xoops_dirname == 'newbb'}>
             <
td></td>
         <{else}>    
         <{if 
$xoops_showlblock == 1}>
     <
td id="leftcolumn" width="100%">
       <!-- 
Start left blocks loop -->
       <{foreach 
item=block from=$xoops_lblocks}>
               <{include 
file="craig/theme_blockleft.html"}><br />
           <{/foreach}>
       <!-- 
End left blocks loop -->
     </
td>
     <
td width="8">&nbsp;</td>
         <{/if}>
         <{/if}>


I have been meaning to do this myself.



19
spankee
Re: problem with log_in block
  • 2006/5/25 8:39

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13





20
spankee
user registration -- prefilled text box
  • 2006/5/25 8:07

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


I added a new form to the registration page called "reason for registration". I would like to have the form filled in with usefull text (instructions) and also make it required for registration.
The problem ...I would like this form to be mandatory for registration but if I have the prefilled text in the form then XOOPS treats it like it was filled in by the user--the user does not need to fill in anything.

Here is the line I am using in xoops/include/registerform.php
$reg_form->addElement(new XoopsFormTextarea(_US_whyregast"user_whyreg""Hello"550$myts->htmlSpecialChars($user_whyreg)), true);


Is there a way around this or do just need to leave out the "Hello"?

Peace




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



Login

Who's Online

146 user(s) are online (111 user(s) are browsing Support Forums)


Members: 0


Guests: 146


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