290511
kf5cq
Re: Right Blocks with Cjay Content
  • 2003/10/14 3:53

  • kf5cq

  • Just popping in

  • Posts: 4

  • Since: 2003/6/7 3


When playing with the configuration I've been keeping another PC on the bench with its browser pointed to my site. Its not logged in, so I can see the site as seen by an "anonymous" user. Are you sure anonymous and registered users are seeing the same blocks? I can see the benefit of having control over this, but initially when configuring the site this difference can be "maddening"! Also have you looked on a different browser like Netscape, Opera or Mozilla?



290512
shivaji
Re: How to create a module?
  • 2003/10/14 3:50

  • shivaji

  • Friend of XOOPS

  • Posts: 179

  • Since: 2003/9/18


Quote:
If you feel like writing HTML code in your .php document. Stop!. Make a SMARTY template for it instead (if it's an advantage). Write your code object oriented. Read the xoops_version.php of e.g. news module and use everything you want from that.

hmmm...yes, I am doing that. I already collected good amount of documentation for ready refernce. Target 1 month. Thanks again MithyT2 :) Will be in touch with you.



290513
domifara
Re: Image Manager DB bug!
  • 2003/10/14 3:50

  • domifara

  • Just popping in

  • Posts: 25

  • Since: 2003/9/11


Yesterday About this bug, since the cause was found
Quote:
danruiid wrote:
Using the Image Manager, I create a category that stores the images inside the database. I upload. Good.

Now, I attempt to rename one of the images. All of the images disappear.


ALL xoops2.0.X : spell miss imagebody table name

'image_body' --> 'imagebody'

/kernel/image.php from about line 160
Before
if (isset($image_body) && $image_body != '') {
                
$sql sprintf("UPDATE %s SET image_body = %s WHERE image_id = %u"$this->db->prefix([u][color=990000]'image_body'[/color][/u]), $this->db->quoteString($image_body), $image_id);
                if (!
$result $this->db->query($sql)) {
                    
$this->db->query(sprintf("DELETE FROM %s WHERE image_id = %u"$this->db->prefix('image'), $image_id));
                    return 
false;
                }
            }

After
if (isset($image_body) && $image_body != '') {
                
$sql sprintf("UPDATE %s SET image_body = %s WHERE image_id = %u"$this->db->prefix([u][color=990000]'imagebody'[/color][/u]), $this->db->quoteString($image_body), $image_id);
                if (!
$result $this->db->query($sql)) {
                    
$this->db->query(sprintf("DELETE FROM %s WHERE image_id = %u"$this->db->prefix('image'), $image_id));
                    return 
false;
                }
            }




290514
kf5cq
Re: Ive a different login problem - any ideas?
  • 2003/10/14 3:43

  • kf5cq

  • Just popping in

  • Posts: 4

  • Since: 2003/6/7 3


This happens to me on a Linux directory where I'm using .htaccess password protection. I've read this is a common issue with Apache server, but I can't recall the explanation. I haven't seen it with XOOPS (yet) but I wonder if the causes are related?



290515
davidp
Ive a different login problem - any ideas?
  • 2003/10/14 3:29

  • davidp

  • Just popping in

  • Posts: 7

  • Since: 2003/10/5


all of my users, admin included, need to log in twice before they get access to the portal - each time the message says that the log in is accepted [usual welcome msg] - but only on the second attempt does it actually give acces to the registered users.
no content is meant to be available for anonamous.

I have a feeling this is something to do with a duplication of the login system, any help in identifying the flow of login structure, or possible likely duplicates would be welcomed.
i have a recollection that this could be due to a duplicated sql table but cannot identify which one holds the log in permissions - although the users table is fine

a possible source of my probs is a removed 'uploader' module/includes directory that for some reason cannot be deleted from my server - it returns a message like "directory cannot be deleted as it is empty" any ideas about this would be welcome too
i am running XOOPS 2.3



290516
xone0
Tiny Prob in installation file Xoops 2.0.5
  • 2003/10/14 3:20

  • xone0

  • Just popping in

  • Posts: 1

  • Since: 2003/10/14


There's one mistake in [install_tpl.php] line 80
define not [desfine] , this file in html\install

thinks



290517
anggarda
Re: blank page after posting in the forum?
  • 2003/10/14 3:18

  • anggarda

  • Just popping in

  • Posts: 59

  • Since: 2003/3/19


either of you running the shoutbox module?

If you are, do a search on shoutbox and blank page.

Regards



290518
Anonymous
Re: img { border: 0px; }
  • 2003/10/14 3:15

  • Anonymous

  • Posts: 0

  • Since:


PureLuXus -

thanks. same with table widths. silly devs coding a decision like this into a global css.

- matthew



290519
davidp
Re: Incorrect Login!
  • 2003/10/14 3:15

  • davidp

  • Just popping in

  • Posts: 7

  • Since: 2003/10/5


yes as before the problem was a garbled sql table - i fixed it with phpadmin as described above




290520
Anonymous
Re: Several Hacks
  • 2003/10/14 3:08

  • Anonymous

  • Posts: 0

  • Since:


here ya go. the mods are very specific to my needs, so you may find yourself a little frustrated at some of the changes i made. honestly, i don't know what the f*** i'm doing, but maybe someone else can use this for their website.

modules:
http://www.nautis.com/modules/mylinks.zip
http://www.nautis.com/modules/evennews.zip
http://www.nautis.com/modules/wfsections.zip
http://www.nautis.com/modules/weblog.zip
http://www.nautis.com/modules/glossaire.zip
http://www.nautis.com/modules/newbb.zip

theme:
http://www.nautis.com/themes/nautis.zip







Login

Who's Online

115 user(s) are online (69 user(s) are browsing Support Forums)


Members: 0


Guests: 115


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