1
wdsl1
How can i use Captchas from Framework with XoopsThemeForm?
  • 2007/9/17 19:36

  • wdsl1

  • Just popping in

  • Posts: 39

  • Since: 2004/11/3


Hi,
i write a liddle script to manage guests of an party. And i need Captchas in my Form. I will use XoopsThemeForm but i only get an Object and i don't know how to use this in Smarty.

My Form are created like this now but captchas will not shown.

<form name="<{$form.name}>" action="<{$form.action}>" method="<{$form.method}>" <{$form.extra}>>
        <
table class="outer" cellspacing="1">
            <
tr>
                <
th colspan="2"><{$form.title}></th>
            </
tr>

            <{foreach 
item=element from=$form.elements}>
                <{if 
$element.hidden != true}>
                    <
tr>
                        <
td class="head"><{$element.caption}></td>
                        <
td class="<{cycle values="even,odd"}>"><{$element.body}></td>
                    </
tr>
                <{else}>
                    <{
$element.body}>
                <{/if}>
            <{/foreach}>

        </
table>
    </
form>
visit a-bout.de



2
wdsl1
xcgallery rotate images?
  • 2007/2/18 17:27

  • wdsl1

  • Just popping in

  • Posts: 39

  • Since: 2004/11/3


Hi,
is it possible to rotate Images with xcgallery?

thx
wdsl
visit a-bout.de



3
wdsl1
Re: use Framework for other modules?
  • 2007/2/9 19:29

  • wdsl1

  • Just popping in

  • Posts: 39

  • Since: 2004/11/3


no i don't think so

i speak of phppp Framework:
http://dev.xoops.org/modules/xfmod/forum/forum.php?forum_id=1644

i will use codehighlighting in some other modules (not only cbb) because i write a page about php and my FAQ has mutch PHP code examples. In the past i have my own Codehighlighter (used geshi) but i will not make work twice if it exist.

Hase someone an idea to is it simple in other modules?

thx
wdsl
visit a-bout.de



4
wdsl1
use Framework for other modules?
  • 2007/2/8 21:05

  • wdsl1

  • Just popping in

  • Posts: 39

  • Since: 2004/11/3


Hi,
i would use Framework in other modules espacially (geshi). I developt allways my own geshi hack but i deleted it by mistake. I need it in News smartfaq and wiwimod.

I think it's better to write a hack for these instead of writing a hack for xoops.

thx
wdsl
visit a-bout.de



5
wdsl1
How can i use Mediawiki Code?
  • 2007/1/6 19:31

  • wdsl1

  • Just popping in

  • Posts: 39

  • Since: 2004/11/3


Hi,
is there an posibility to use mediawikicode?

Like:
'''Bold'''
=Headline=

thx
wdsl
visit a-bout.de



6
wdsl1
Re: Geshi Syntax Highlighting
  • 2006/3/12 19:18

  • wdsl1

  • Just popping in

  • Posts: 39

  • Since: 2004/11/3


yes of course. Give me your Email i will send you my last version.

To heightlight your code you musst use
?>
(or any other programming language)

mfg
wdsl
visit a-bout.de



7
wdsl1
One Usertable for many Pages?
  • 2005/12/27 17:54

  • wdsl1

  • Just popping in

  • Posts: 39

  • Since: 2004/11/3


Hi,
i will create two or 3 hompages with different topics, but all users should have only 1 Account for all Pages.

is that possible or is there some hack to solve?

thx
wdsl
visit a-bout.de



8
wdsl1
Re: New Version of MySQLAdmin
  • 2005/9/9 0:24

  • wdsl1

  • Just popping in

  • Posts: 39

  • Since: 2004/11/3


no but it's mutch comfortable to habe an buildin function.

At the Moment i have a stand alone Version but with a integrated solution you have only 1 Account you don't must search where is your phpmyadmin and you can easily give other people an account for myadmin.

All in all i think its the more comfortable solution.

mfg
wdsl
visit a-bout.de



9
wdsl1
New Version of MySQLAdmin
  • 2005/9/8 23:32

  • wdsl1

  • Just popping in

  • Posts: 39

  • Since: 2004/11/3


Hi,
i there a new Version of phpMyAdmin?

phpMyAdmin is in Version 2.6.4-rc1 but the XOOPS Modul is in Version 2.6.0 Beta 3.

mfg
wdsl
visit a-bout.de



10
wdsl1
How can i get variables from Extended Profile?
  • 2005/9/6 17:36

  • wdsl1

  • Just popping in

  • Posts: 39

  • Since: 2004/11/3


Hi,
how can i get variables from Extended Profile?

now i geht variables with the member handler
$member_handler =& xoops_gethandler('member');
            
$thisUser =& $member_handler->getUser($uid);
        
$user['uid'] = $thisUser->getVar('uid');
...


But i can't get fild which were in extendet Profile.

mfg
wdsl
visit a-bout.de




TopTop
(1) 2 3 4 »



Login

Who's Online

213 user(s) are online (126 user(s) are browsing Support Forums)


Members: 0


Guests: 213


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