1
Zarei
Re: Setting z-index for navbar menu
  • 2005/9/13 9:25

  • Zarei

  • Just popping in

  • Posts: 13

  • Since: 2005/5/26


The trick to making it work was setting z-index in the style.css file where it says * html .NavMenu td.



2
Zarei
Re: Setting z-index for navbar menu
  • 2005/9/7 9:16

  • Zarei

  • Just popping in

  • Posts: 13

  • Since: 2005/5/26


Setting the z-index in the js file doesn't seem to help. Please look athttp://www.wermlands.lu.se using IE for a better view of the problem.



3
Zarei
Setting z-index for navbar menu
  • 2005/9/6 20:01

  • Zarei

  • Just popping in

  • Posts: 13

  • Since: 2005/5/26


I'm having problems with navbar menu items being displayed behind headers in the news module. I suspect this can be fixed by setting z-index somewhere, however I have no idea where. This problem only occurs in Internet Explorer.

Please help



4
Zarei
Re: CBB - some posts breaks thread
  • 2005/8/18 16:25

  • Zarei

  • Just popping in

  • Posts: 13

  • Since: 2005/5/26


I can't get anything to show, which on this server might be a php syntax error. I've isolated the error to when the posts have to be split up into more then 1 page.



5
Zarei
Re: CBB - some posts breaks thread
  • 2005/8/18 15:35

  • Zarei

  • Just popping in

  • Posts: 13

  • Since: 2005/5/26


My webserver seem to have problems displaying pages with broken php which might be the case here. I'll see if I can get them to put php debug on.



6
Zarei
CBB - some posts breaks thread
  • 2005/8/18 14:38

  • Zarei

  • Just popping in

  • Posts: 13

  • Since: 2005/5/26


When some of my users posts the thread breaks. When selected it shows a blank page, the same if you select the post from recent posts. Deleting the post restores the thread. Syncing the forum doesn't help until the post is deleted.

I have
Xoops 2.2.2
CBB 2.2



7
Zarei
Re: PM module: MessageBox (or sound) on new PM?
  • 2005/8/14 21:19

  • Zarei

  • Just popping in

  • Posts: 13

  • Since: 2005/5/26


Sorry, should have been more clear.

(a bit ot)

If you're adding this mithrandir are you also adding admincontrol over the navbar menu (adding new menus/menuitems)? I was thinking of releasing my hack as a module but if you're doing it I won't bother.



8
Zarei
Re: PM module: MessageBox (or sound) on new PM?
  • 2005/8/14 18:04

  • Zarei

  • Just popping in

  • Posts: 13

  • Since: 2005/5/26


I did this in my header.php then you can check the smarty variable HaveMsg in your themefiles.

if( $xoopsUser )
{
  
$pm_handler =& xoops_gethandler('privmessage');
  
$criteria = new CriteriaCompo(new Criteria('read_msg'0));
  
$criteria->add(new Criteria('to_userid'$xoopsUser->getVar('uid')));
  
$pm $pm_handler->getCount($criteria);
  if(
$pm)
    {
    
$xoopsTpl->assign("MsgCount",$pm);
     
$xoopsTpl->assign("HaveMsg"1);
    }
  else
    {
    
$xoopsTpl->assign("HaveMsg"0);
    }
}



9
Zarei
Re: What do you think about new login in Xoops 2.2
  • 2005/8/2 14:18

  • Zarei

  • Just popping in

  • Posts: 13

  • Since: 2005/5/26


My main problem with the system is the seperation of loginname from username. Since the standard is to register with a username and then use that same one to log in, this will confuse my users. Another thing is that the select user form still uses loginname or username to show users rather then the real name. Please switch back to a combo of username (requiered, unique) and real name(not required, not unique).



10
Zarei
Long email addresses
  • 2005/7/29 12:51

  • Zarei

  • Just popping in

  • Posts: 13

  • Since: 2005/5/26


There seems to be an upper limit of 60 characters for emailaddresses. I've changed the field length in the database but I still get an error message, where else do I need to change something?




TopTop
(1) 2 »



Login

Who's Online

266 user(s) are online (162 user(s) are browsing Support Forums)


Members: 0


Guests: 266


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