11
Jace303
Re: How can i put INBOX in other bloc that User Menu ???
  • 2003/12/9 19:10

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


You were lucky, I had exactly the same problem this weekend. Thanx for the beer, anyways. Hehe.



12
Jace303
Re: How can i put INBOX in other bloc that User Menu ???
  • 2003/12/9 14:08

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


$block.lang_inbox & $block.new_messages are not available in themes.html.

This snippet works:

<{php}>
GLOBAL $xoopsUser;
$pm_handler =& xoops_gethandler('privmessage');
$uid = $xoopsUser->getVar('uid');
$criteria = new CriteriaCompo(new Criteria('read_msg', 0));
$criteria->add(new Criteria('to_userid', $uid));
$msgcount = $pm_handler->getCount($criteria);
$GLOBALS['xoopsTpl']->assign('msgcount', $msgcount);
<{/php}>

<{if $msgcount > 0}>
<a class="highlight" href="<{$xoops_url}>/viewpmsg.php">Inbox (<span style="color:#ff0000; font-weight: bold;"><{$msgcount}></span>)</a>
<{else}>
<a href="<{$xoops_url}>/viewpmsg.php">Inbox</a>
<{/if}>


Cheers,
Jens



13
Jace303
Re: Lan party module?
  • 2003/12/4 14:52

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


For setting up matches for games and give your members the possiblity to sign up for a match or set their availability, check out the team module (http://modules.linux-gamers.net).

But it's not ment to be a LAN module.. that would require other functionality.



14
Jace303
Re: 2.0.5.1: Undefined Index Notice
  • 2003/11/27 0:01

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


Thanks everybody for your help.



15
Jace303
2.0.5.1: Undefined Index Notice
  • 2003/11/26 19:56

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


Hi,

I'm getting the following notices on top of my page since I updated to 2.0.5.1 (PHP debug mode):

Notice: Undefined index: default_theme in /xoopspath/class/smarty/plugins/resource.db.php on line 71

Notice: Undefined index: default_theme in /xoopspath/class/smarty/plugins/resource.db.php on line 74

Notice: Undefined variable: file_path in /xoopspath/class/smarty/plugins/resource.db.php on line 96

I know these are just notices.. but I would feel better if I could fix them! Thanks for any help.



16
Jace303
Re: Warning: A session is active?
  • 2003/11/18 12:43

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


I've been experiencing this error as well (WAMP System). It _seems_ to appear randomly. I never had any problems with this error on my other two systems running XOOPS.



17
Jace303
Re: User name too short
  • 2003/11/16 17:00

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


Quote:

If this is so, it would be (my personal opinion) better if this is integrated into XOOPS. This would make XOOPS more uniform.


As you can see, integration in XOOPS didn't make things more uniform



18
Jace303
Re: XoopsGallery 1.3.3.3 Migration TO
  • 2003/11/16 11:12

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


I would also be very interested in an easy solution for this problem. I'd like to migrate serveral standalone galleries to xoopsgallery.



19
Jace303
Re: piCal and birthdays
  • 2003/11/11 8:35

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


I came across this issue in the "coming events" block. The date format used there is hardcoded in piCal.php.



20
Jace303
Re: piCal and birthdays
  • 2003/11/10 9:48

  • Jace303

  • Just popping in

  • Posts: 38

  • Since: 2003/11/5


Thanks for your answer and your efforts to solve this problem.

I would also suggest to add the possiblity for configuring the date format for the next version of piCal. Date format in europe differs a little bit from the u.s./japenese format (i.e. "d.m.Y." is most commonly used in german speaking countries).




TopTop
« 1 (2) 3 »



Login

Who's Online

209 user(s) are online (128 user(s) are browsing Support Forums)


Members: 0


Guests: 209


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