21
zzzzsg
Re: Enable HTML
  • 2006/5/17 21:18

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Here's how I enabled it on xoops2.2.3

Go to include/comment_new.php

$com_id = 0;^M
$noname = 0;^M
$dosmiley = 1;^M
$dohtml = 1;^M
// above changed from 0 to 1
$dobr = 1;^M


Hope this will work for you.

regards

Gui



22
zzzzsg
Xoops 2.2.3 graphics not showing up in Internet Explorer
  • 2006/5/9 19:58

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Hi All

I am using XOOPS 2.2.3.

When I use Internet Explorer to go to my site, the Topic Image does not show up in the News article.
And the Comments poster image also does not show up in the Comments.

I am using the default theme, btw.

I have no problem with Firefox.

Thank you very much in anticipation.

gui



23
zzzzsg
net2ftp - downloaded files corrupted
  • 2006/4/22 21:26

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Hi All

I am using net2ftp for XOOPS on XOOPS 2.2.3.

https://xoops.org/modules/repository/visit.php?cid=28&lid=1421

All the files I downloaded using net2ftp are corrupted.
When I downloaded the same files using wsftp or command line ftp, I had no problems at all.

Has anybody used net2ftp successfully on XOOPS 2.2.x ?

Any help?

Thank you very much in anticipation.

gui


Okay, I've "fixed" the problem by downloading and installing version 0.9 from net2ftp.com



24
zzzzsg
Re: Sessions vs. Cookies
  • 2006/4/17 23:54

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Hi mOnty

Thank you for the reply.

Are you using XOOPS 2.2.x?
I remember reading somewhere here that custom sessions aren't advisable. Anyway, my custom sessions time expire setting didn't work when I set it.

Also, i didn't comment out the line.

setcookie($xoopsConfig['session_name'], session_id(), time()+ 43200, '/', '', 0)

Shouldn't this line set the time expire to 12 hours?



25
zzzzsg
Re: Sessions vs. Cookies
  • 2006/4/14 22:16

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Hi jensclas

I think custom sessions aren't a good idea - read about problems with it on XOOPS 2.2.x.

And even if u edit it in system prefer, there is a max which u cannot exceed.

I would to know how to hard code the expiry time into the scripts.

I changed this is include/common.php

if ($xoopsConfig['use_mysession'] && $xoopsConfig['session_name'] != '') {^M
// setcookie($xoopsConfig['session_name'], session_id(), time()+(60*$xoopsConfig['session_expire'
]), '/', '', 0);^M
// commented out above and added line below 43200s = 12hrs
setcookie($xoopsConfig['session_name'], session_id(), time()+ 43200, '/', '', 0);^M
}^M
$xoopsUser->setGroups($_SESSION['xoopsUserGroups']);^M



Thank you

gui



26
zzzzsg
Re: Sessions vs. Cookies
  • 2006/4/13 20:49

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


hi m0nty

do you know how to set the session expiry time in the php file? which file?

thank you

gui



27
zzzzsg
Extending Xoops session expiry time
  • 2006/4/12 22:28

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Hi All

I'm using xoops.2.2.3.

I set the Session expiration in XOOPS adminstration (in Preferences->General Settings) to 14400 (10 days), but it doesn't seem to work. I think XOOPS session still expires after 15 mins if idle time.

Then I went to class/xoopssecurity.php and modified these lines
if ($timeout == 0) {^M
$timeout = intval($GLOBALS['xoopsConfig']['session_expire']) * 60; //session_expire is in minutes, we need seconds^M
if ($timeout == 0 || $timeout > 100000) { //if timeout is still zero - or a very large value^M (changed form 1000 to 100000)
$timeout = 60*60*24; //set timeout to 60 minutes ^M (changed to 1 day)
}^M

But still didn't work - (I think xoopssecurity.php is only for the special admin session).

Does anybody know how to set the session expiry time to 10 days? (or 1 day).

Thank you very much in anticipation.

gui



28
zzzzsg
Re: Display "Category" next to topic Nagivation Box - makeSelBox
  • 2006/4/12 22:17

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Hi msdana

Thank you for the reply, but I am not familiar with templates. Are you referring to the templates in the News module? I looked at them and they didn't seem to have the select box for News navigation. Or is it the XOOPS template? Where do I find the template for the News navigation select box?

Regards

gui



29
zzzzsg
Display "Category" next to topic Nagivation Box - makeSelBox
  • 2006/4/12 0:30

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Hi All

I am using XOOPS 2.2.4 (upgraded from XOOPS 2.2.3 - although it still shows 2.2.3).

I am quite happy with Xoops, but have this very small wish.

I want to display the word "Category" next to the Nagivation Box at the top of the News page.

I tried tweaking the makeSelBox function in /class/tree.php but couldn't get it to display the word "Category" next to the select box.

Without the word "Category", new users will know what the Topic select box is for. Likewise for the no. of articles per page select box.

Can somebody help?

Thank you.

gui



30
zzzzsg
Re: koivi editor - Image Manager not inserting image
  • 2006/4/11 17:08

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Dear McDonald

Thank you for the reply.

I've given up on Koivi and am now using FCKeditor for my News module. I'm not able to integrate FCKeditor with SmartSection though.

The downside to using FCKeditor is that it doesn't use the XOOPS Image Manager. It has its own image manager and doesn't seem to have limits for file upload size and other permissions.

Regards

gui




TopTop
« 1 2 (3) 4 5 6 ... 8 »



Login

Who's Online

141 user(s) are online (81 user(s) are browsing Support Forums)


Members: 0


Guests: 141


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