290811
logik
Re: Title not showing, and disapearing.
  • 2003/10/11 11:33

  • logik

  • Just popping in

  • Posts: 1

  • Since: 2003/9/28


Are you doing this from the modules admin page?



290812
winabe
2.0.5 - Blocks disappears !!!
  • 2003/10/11 11:19

  • winabe

  • Just popping in

  • Posts: 19

  • Since: 2002/5/12


i have defined some blocks and one block isnt appear on the homepage although it is in table newblock !

i have to define this block again and delete the old record in table newblock.

does someone have same problem ?




290813
PatrickW
No admin page with Imenu?
  • 2003/10/11 10:51

  • PatrickW

  • Just popping in

  • Posts: 40

  • Since: 2003/8/29


Hi,

I installed IMenu 2.03 but I see no admin page. To me it seems I can have only one big menu item and in there my sub-items. It must be possible to have several menus, right?

Patrick



290814
bobdt
2.05 install minor bug...
  • 2003/10/11 10:02

  • bobdt

  • Just popping in

  • Posts: 38

  • Since: 2003/9/11


The file install_tpl.php (in install dir) give an error and dont show the button for go at the next step.
This is show expecialy when the install show the advice of the dir permission incorrect or at the final step for create the table of mysql.

I've used the install_tpl.php of the version 2.04 of XOOPS and all have worked ok all the install is gone ok.

Server linux RH9.0
New install of XOOPS 2.05

Please update the global .ZIP file of the XOOPS 2.05.
ThankYou

Bob



290815
GIJOE
Re: preventing multiple simultaneous logins *URGENT*
  • 2003/10/11 9:43

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


It is not difficult hack, I think.
But this code is not tested.

line 42 in include/checklogin.php
$member_handler =& xoops_gethandler('member');
$myts =& MyTextsanitizer::getInstance();
$user =& $member_handler->loginUser(addslashes($myts->stripSlashesGPC($uname)), addslashes($myts->stripSlashesGPC($pass)));
[
color=ff0000]// start of hack for preventing from multiple logins by GIJ
if( is_object$user ) ) {
    
$online_handler =& xoops_gethandler('online');
    
$online_handler->gc300 ) ;
    
$onlines =& $online_handler->getAll();
    foreach( 
$onlines as $online ) {
p        if( $online['online_uid'] == $user->uid() ) {
            
$user false ;
        }
    }
    if( 
is_object$user ) ) {
        
$online_handler->write($user->uid(), $user->uname(), time(), 0$HTTP_SERVER_VARS['REMOTE_ADDR']);
    }
}
// end of hack by GIJ [/color]
if (false != $user) {
    if (
== $user->getVar('level')) {
        
redirect_header(XOOPS_URL.'/index.php'5_US_NOACTTPADM);
        exit();
    }

This hack doesn't work fine with auto login hack.
And don't forget logout.
If you leave the site by closing browser, You can't login 300 sec.



290816
Ilija
Query problems... Sometimes...
  • 2003/10/11 9:35

  • Ilija

  • Just popping in

  • Posts: 23

  • Since: 2003/9/9 1


Sometimes $xoopsDB returns false on query that is correct. I copy that query in phpMyAdmin and everything works fine. I have this problem only with update and delete queries (they update or delete at least one row, I`m sure so they need to return some result).

X 2.0.3



290817
Jochus
Problem with editing news
  • 2003/10/11 8:44

  • Jochus

  • Just popping in

  • Posts: 4

  • Since: 2003/5/20


Hi!

On jochus.tk, I want to edit one of the news messages, but when I'm in... I see stuff like this

_AM_CONFIG
_AM_EDITARTICLE

I can edit the text, but I can't find the submit button. What's going wrong?



290818
svaha
Multilingo
  • 2003/10/11 8:44

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


Hi,
I updated to XOOPS 2.0.5 and found it to be more stable then 2.0.3.
Because I have a multilingual site I had to hack some files. All works wel except :
1) the subtopics in 'recent news' and 'recent articles'. I changed topics_title in the database to varchar : 255 and also changed the function modTopic() in modules/news/ admin/index.php as described inhttps://xoops.org/modules/newbb/viewtopic.php?forum=14&post_id=43677&topic_id=10734

2)The AgendaX blank page index problem has disappeared? but still no picture above the minical

You can see what I mean on my homepagehttp://www.rainbowshaman.com

Aloha



290819
PatrickW
Headlines image display
  • 2003/10/11 8:06

  • PatrickW

  • Just popping in

  • Posts: 40

  • Since: 2003/8/29


Hi,

I have the Headlines module installed and in that linked the news from another site. Only the image from that site is small. I tried to change the size in the templates but still the same. Am I doing something wrong? I also had it with the partner module, changed the width and height in the templates but the image stays the same. Any ideas?

Patrick



290820
josecruz
Re: preventing multiple simultaneous logins *URGENT*
  • 2003/10/11 7:52

  • josecruz

  • Just popping in

  • Posts: 68

  • Since: 2003/3/28


Sorry about having to bump this topic, but my client is getting itchy about this issue.

If someone can give me a definitive answer about the possibility of controlling multiple logins yes/no either way, then even that would be greatly appreciated.

EVen better does anyone know where I can begin hacking the code for this.

In my wildest dreams, someone already knows how to do what I want, and is willing to tell me.

Some help folks, I need it.

Jose







Login

Who's Online

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


Members: 0


Guests: 97


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