1
kakos
Smarty tags to derive content from profile module and display it only in one (xoops) group
  • 2014/4/30 10:41

  • kakos

  • Friend of XOOPS

  • Posts: 77

  • Since: 2002/6/6 2


I did some search but did not find anything similar for profile module and groups.

So ...
is there a way to display something in the theme only for some groups, for example,
<{if $xoops_group == something}> message <{/if}>


Then in this message is it possible to display the content from a profile (module) field (those fields which created by user) like
<{$xoops_uname}>

?

thanks in advance

2
noo-b
Re: Smarty tags to derive content from profile module and display it only in one (xoops) group
  • 2014/4/30 14:53

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


take a look at this old thread..maybe you can get some idea

:: view by group
https://xoops.org/modules/newbb/viewtopic.php?post_id=325512#forumpost325512
https://xoops.org/modules/newbb/viewtopic.php?topic_id=32938

:: calling custom field from profile module
https://xoops.org/modules/newbb/viewtopic.php?topic_id=68104
https://xoops.org/modules/newbb/viewtopic.php?topic_id=68867
https://xoops.org/modules/newbb/viewtopic.php?post_id=301524#forumpost301524

you can do this in profile module...but not sure if this possible to refrence it outside profile module

example in profile/userinfo.php you can put this at the end end some where before line with //userinfo

$mycustomfieldname $profile->getVar('mycustomfieldname');
$xoopsTpl->assign('mycustomfieldname',$mycustomfieldname);


in profile template you can use this
<{$mycustomfieldname}>

3
kakos
Re: Smarty tags to derive content from profile module and display it only in one (xoops) group
  • 2014/5/5 5:11

  • kakos

  • Friend of XOOPS

  • Posts: 77

  • Since: 2002/6/6 2


Thanx for your answer...

For profile custom field the post #18 from Trabis in your reference does the job just fine. The groups need more search.

Login

Who's Online

160 user(s) are online (108 user(s) are browsing Support Forums)


Members: 0


Guests: 160


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