91
kjs222
[If User is Moderator] ...
  • 2003/10/29 14:08

  • kjs222

  • Friend of XOOPS

  • Posts: 116

  • Since: 2003/3/1 1


Can anyone tell me the syntax for checking if a forum viewer is moderator of the current forum?

Thanks,
Keith




92
kjs222
Re: Notification Options not showing up... Stumped...
  • 2003/10/29 14:05

  • kjs222

  • Friend of XOOPS

  • Posts: 116

  • Since: 2003/3/1 1


I have this problem too.



93
kjs222
Re: Possible to display a C-Jay Content Connection as Top Page?
  • 2003/10/11 22:52

  • kjs222

  • Friend of XOOPS

  • Posts: 116

  • Since: 2003/3/1 1


Can't see a catch in this one; apart from the fact it's a dirty hack. Essentially, you set the start-page on script {SITE_URL}/index.php instead of getting it from the db.

If it continues to give you errors, be sure to clarify.

Good luck.

Keith

Quote:
/**
* redirects to installation, if XOOPS is not installed yet
**/
include "mainfile.php";

header('Location: '.XOOPS_URL.'/modules/cjaycontent/index.php?id=22&title=Home');
exit();

//check if start page is defined
if ( isset($xoopsConfig['startpage']) && $xoopsConfig['startpage'] != "" && $xoopsConfig['startpage'] != "--" ) {
header('Location: '.XOOPS_URL.'/modules/'.$xoopsConfig['startpage'].'/');
exit();
} else {
$xoopsOption['show_cblock'] =1;
include "header.php";
include "footer.php";
}



94
kjs222
Re: Xoops Version # .... where can I find mine?
  • 2003/10/10 10:28

  • kjs222

  • Friend of XOOPS

  • Posts: 116

  • Since: 2003/3/1 1


Thank you kindly!
Keith



95
kjs222
Xoops Version # .... where can I find mine?
  • 2003/10/10 10:08

  • kjs222

  • Friend of XOOPS

  • Posts: 116

  • Since: 2003/3/1 1


I feel a bit silly, but...

I have a few different XOOPS sites...

I know I have somewhere between 2 < mine < 2.0.4 ... but I can't figure out which one. Is there a place in the code that tells me (I tried mainfile.php... nothing I could see).

Thanks for the help.

Keith



96
kjs222
Re: Upgrading hacked XOOPS (was: image manager category gone ?)
  • 2003/10/10 9:57

  • kjs222

  • Friend of XOOPS

  • Posts: 116

  • Since: 2003/3/1 1


I think the next upgrade of XOOPS should come with a "shaking knees" smily . I respect you both, and I appreciate your time in encouraging me to upgrade. I will try it; I hope I don't mess things up!




97
kjs222
Re: image manager category gone ?
  • 2003/10/9 14:53

  • kjs222

  • Friend of XOOPS

  • Posts: 116

  • Since: 2003/3/1 1


I'M AFRAID TO UPGRADE!
I appreciate the advice, and I know the IDEAL is to update; however, the site in question is HIGHLY modified (almost every template, language files, and some php files)... Soo..... I'm hesitant to perform the upgrade.

BUT...
I believe you're suggesting that there's a related file (most likely the imagecategory class file?) that is causing the problem:

- Would I be foolish to update related files file but NOT upgrade?
- Are my upgrade fears completely unfounded?

Thanks,
Keith



98
kjs222
Re: image manager category gone ?
  • 2003/10/9 12:57

  • kjs222

  • Friend of XOOPS

  • Posts: 116

  • Since: 2003/3/1 1


So... trying to follow thread of people smarter than me...

I did:

1. download cvs file: main.php

1.b. install that over my old main.php (xoops 2<mine <=xoops2.0.3)

2. didn't touch database [I'm not sure why I would need to... unless perhaps a change I made in the db (ie. changing id of one of the categories) might mess something up]?

Then image manager still showed only 1 category... that category is the category that I added after all the other ones dissappeared... any ideas?

Thanks
Keith



99
kjs222
Re: System -> Image Manager -> Database Problem
  • 2003/10/9 11:45

  • kjs222

  • Friend of XOOPS

  • Posts: 116

  • Since: 2003/3/1 1


Thanks for the heads-up!

Keith



100
kjs222
System -> Image Manager -> Database Problem
  • 2003/10/8 20:59

  • kjs222

  • Friend of XOOPS

  • Posts: 116

  • Since: 2003/3/1 1


Wierdest problem! Image MGR categories just dissappeared from Xoops! They all still exist in the database; AND if I add more categories, those categories also exist in the database. No clue where to go from here; I'm not a PHP guru, and according to my _imagecategory table there's no difference between my new (visible) categories, and my old (invisible) categories.

Please Help!!! Any suggestions would be great.

Thanks
Keith


I wish I knew my version #, but I don't... somewhere:
2.0.1 <= mine <= 2.0.3

I would upgrade, except I have customized and don't want to risk problems.




TopTop
« 1 ... 7 8 9 (10) 11 »



Login

Who's Online

126 user(s) are online (90 user(s) are browsing Support Forums)


Members: 0


Guests: 126


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