1
atreide
Re: Automated user account creation
  • 2005/8/30 15:11

  • atreide

  • Just popping in

  • Posts: 2

  • Since: 2005/4/6 2


i haven't looked at register.php
something like given might work, look at arguments processed by register

but i would rather advise to use a PUT and not a GET
use a form, create hidden input values and a submit "do you want to automatically create an account ?"



2
atreide
more than 5 columns ?
  • 2005/5/24 20:41

  • atreide

  • Just popping in

  • Posts: 2

  • Since: 2005/4/6 2


Hello, how can I give blocks another position than the 5 columns "sides" ?
The admin panel only provide left, center-left... right.
I would like to keep them and add another (or more) section that I would place horizontally in the top of the page.
After all that's only a digit in the xoops_newblocks table.

I'd like to do something like this in my template file :

<!-- in the top page -->
<{foreach 
item=block from=$xoops_MYTOPblocks}>
<{if 
$block.title eq "Message du jour"}>
<{
$block.content}>&nbsp;&nbsp;
<{/if}>
<{/foreach}>


The only way right now would be to use a column and then to select the block from its title in one place and to remove it further in the template. Not very beautifull ;)

<!-- in the top page -->
<{foreach 
item=block from=$xoops_ccblocks}>
<{if 
$block.title eq "Message du jour"}>
<{
$block.content}>&nbsp;&nbsp;
<{/if}>
<{/foreach}>

...

<!-- 
further in the template the center column -->
<{foreach 
item=block from=$xoops_ccblocks}>
<{if 
$block.title neq "Message du jour"}>
<
table cellspacing="0" cellpadding="2">
<
tr>
<
td class="blockContent"><{$block.content}></td>
</
tr></table>
<{/if}>
<{/foreach}>




TopTop



Login

Who's Online

242 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 242


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