1
luciorota
Re: New Theme on xoops.org to celebrate the release of PHP 8.1
  • 2021/11/27 8:35

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Great theme... great site



2
luciorota
Re: Using Font Awesome icons in a XOOPS theme
  • 2021/9/20 19:43

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


thanks



3
luciorota
Looking for a light moduke to better understand Xoops Modules Namespacing
  • 2021/4/7 20:16

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Hi everybody
I'm looking for a light module (Publisher is a huge module...) to better understand Xoops Modules namespacing and latest Xoops Modules Development techniques
to update some module that I did in the past ...

Thanks in advance for the reply!



4
luciorota
Re: All about M.A.S.K. runs XOOPS 2.5.11.
  • 2020/12/29 10:23

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Awesome job



5
luciorota
Re: CERCASI SVILUPPATORE MODULI XOOPS / WANTED XOOPS MODULES DEVELOPER
  • 2020/9/18 17:40

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Thanks Mamba
They are my clients, but I don't have time to continue developing the module ...



6
luciorota
CERCASI SVILUPPATORE MODULI XOOPS / WANTED XOOPS MODULES DEVELOPER
  • 2020/9/18 8:23

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Cerco sviluppatore Xoops a cui possa cedere incarico presso piccola azienda italiana.
Richiesta conoscenza:
- Xoops sviluppo moduli
- Lingua italiana

I am looking for a Xoops developer to whom I can assign a job at a small Italian company.
Knowledge required:
- Xoops module development
- Italian language

Lucio



7
luciorota
Re: More old modules available on GitHub
  • 2020/7/14 7:51

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Well done!



8
luciorota
Re: Re-Design the PM templates - Need smarty help
  • 2020/4/29 15:55

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Trry this
More than dirty

<{if ($message.postername != "")}>
<{* 
what if user does not exist? *}>
<{
assign var="tempPosteruid" value=$message.posteruid}>
<
img src="<{$xoops_url}>/uploads/<{php}>
    
$user_handler = xoops_getHandler('user');
    if(
$posterObj = $user_handler->get($this->get_template_vars('tempPosteruid'))) {
        echo 
$posterObj->getVar('user_avatar');
    }
    <{/php}>" 
class="img-responsive img-rounded img-thumbnail">
<{/if}>



9
luciorota
Re: Re-Design the PM templates - Need smarty help
  • 2020/4/29 14:26

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


To get user_avatar this way is a dirty way.. but it could run!

Insert in "viewpmsg.tpl" file
into the <{foreach item=message from=$messages}> loop
this Smarty code

<{php}>
    
$user_handler xoops_getHandler('user');
    
$posterObj $user_handler->get($GLOBALS['message']['posteruid']);
    echo 
$posterObj->getVar('user_avatar');
<{/
php}>


Good luck!



10
luciorota
Re: Re-Design the PM templates - Need smarty help
  • 2020/4/29 14:10

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Hi Alain01

Is becouse $message.posteruid is the poster id and not a poster object




TopTop
(1) 2 3 4 ... 17 »



Login

Who's Online

154 user(s) are online (48 user(s) are browsing Support Forums)


Members: 0


Guests: 154


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits