1381
phppp
Re: Module to post Form submissions to newbb then email users...
  • 2004/4/21 4:06

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


the xfaccount is not ready to use right now
but it will be expanded, as I was told



1382
phppp
Re: Module to post Form submissions to newbb then email users...
  • 2004/4/21 3:43

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


actually I was thinking to start such a module or hack. However, since a xfaccount module exists and will be expanded, I just stop and wait.

As for integrating with newbb, it really is a good feature but might be not considered right now.



1383
phppp
Re: Highlighting in NewBB with IE
  • 2004/4/20 15:30

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


oops, long time ago ...

just remember I found it's caused by some DIV tags
can not memorize clearly now ...



1384
phppp
Re: two Domains, one Xoops
  • 2004/4/20 15:23

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


the biggest concern, at least to me

any solution or hints?



1385
phppp
Re: two Domains, one Xoops
  • 2004/4/20 15:11

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


mainfile configuration is not the big deal ...




1386
phppp
Re: User Avatar in theme.html
  • 2004/4/20 13:59

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


header.php or index.php
if (is_object($xoopsUser)) {
    
$NeoPlug_avatar $xoopsUser->getVar('user_avatar');
    if (
file_exists(XOOPS_ROOT_PATH.'/uploads/'.$NeoPlug_avatar)) { 
        
$NeoPlug_avatar '<img
        src="'
.XOOPS_URL.'/uploads/'.$NeoPlug_avatar.'" alt="avatar" />';
    } else {
        
$NeoPlug_avatar '';
    }
} else {
    
$NeoPlug_avatar '<img src="'.XOOPS_URL.'/upload/guest.gif" alt="avatar" />';
}

$xoopsTpl->assign('NeoPlug_avatar'$NeoPlug_avatar);

theme.html
avatar:<{$NeoPlug_avatar}>





1387
phppp
Re: two Domains, one Xoops
  • 2004/4/20 13:03

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


I am also looking at it
there is a problem with database

share if solution comes out ...



1388
phppp
Re: Module to post Form submissions to newbb then email users...
  • 2004/4/20 12:52

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Quote:

script_fu wrote:
Any takers?
Or help?
Or How much money?


$3000+? I will take it!



1389
phppp
Re: User Avatar in theme.html
  • 2004/4/20 12:45

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Let's make this more perfect [/quote] ...
Quote:

if (is_object($xoopsUser)) {
$NeoPlug_avatar = $xoopsUser->getVar('user_avatar');
if (file_exists(XOOPS_ROOT_PATH.'/uploads/'.$NeoPlug_avatar)) {
$NeoPlug_avatar = '<img
src="'.XOOPS_URL.'/uploads/'.$NeoPlug_avatar.'" alt="avatar" />';
} else {
$NeoPlug_avatar = '';
} else {
$NeoPlug_avatar = '<img
src="'.XOOPS_URL.'/uploads/NeoPlug_portait.jpg" alt="avatar" />';
}

$xoopsTpl->assign('NeoPlug_avatar', $NeoPlug_avatar)



1390
phppp
Re: img src not working in articles/forums
  • 2004/4/19 22:43

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


yes
it is filtered
& is forbidden in [img] decode

should be corrected ...




TopTop
« 1 ... 136 137 138 (139) 140 141 142 ... 148 »



Login

Who's Online

98 user(s) are online (55 user(s) are browsing Support Forums)


Members: 0


Guests: 98


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