11
philroy
Reverse proxy install issues
  • 2004/5/17 22:55

  • philroy

  • Friend of XOOPS

  • Posts: 107

  • Since: 2003/8/23


Hi all,

I'm trying to install a copy of XOOPS under a reverse proxy here at our university...
http://cohss.massey.ac.nz/admin2/
You can see that XOOPS will sit at a sub level of the CoHSS website.

Installation seemed to go OK at first, but then I ran into trouble getting login to work. I managed to overcome that by changing the virtual path to...
http://www.massey.ac.nz/~wwhusoc/admin2/

Now I can log in and get to the user menu and to the admin menu....but the only module showing is the system admin module and clicking on any of the options in its pop-up/floating menu brings up "This module does not exist"

I've searched the forum and came across this issue...
https://xoops.org/modules/newbb/viewtopic.php?topic_id=13171&forum=21#forumpost82532
and made the 4 changes listed at the bottom of the first page. But when I do, I end up with a blank user page and no way to log in.

Any ideas?

Phil



12
philroy
Re: C-Jay content 3 problems with sub-directory and custom main page
  • 2004/5/9 9:02

  • philroy

  • Friend of XOOPS

  • Posts: 107

  • Since: 2003/8/23


Quote:
Samuels -the GREAT- is making a class of XoopsForm with WYSIWYG in dev.xoops.org.

Making being the operative word. I'm really after solutions to the problems than wanting to start again or wait until something is developed.
Quote:
I'll apply the class as one of the selectable editors into TinyD.

I don't understand that at all...what's TinyD ?

Really, C-Jay obviously has a couple of coding errors (see my links to another forum above)...I just wonder if anyone knows how to fix the code at all?

Phil



13
philroy
Re: C-Jay content 3 problems with sub-directory and custom main page
  • 2004/5/9 4:26

  • philroy

  • Friend of XOOPS

  • Posts: 107

  • Since: 2003/8/23


Must be a great holiday then I guess?

Can't hard code it as the page needs to be editable for the company I'm developing the site for. I used C-Jay rather than WF Sections, as I saw it had an inbuilt editor that while no good to me on a Mac, works on a PC. The people that maintain the site will need things to be eay for them and I was trying to avoid too many modules.

I know the SPAW Editor can be hacked into WF Sections, but I was completely lost on how to do this....so I changed to C-Jay....also because I saw the snippet of code to make one of the pages the start page.

So now I'm kinda stuck between a rock and a hard place.

Phil



14
philroy
Re: C-Jay content 3 problems with sub-directory and custom main page
  • 2004/5/9 0:18

  • philroy

  • Friend of XOOPS

  • Posts: 107

  • Since: 2003/8/23


Anyone?

Phil



15
philroy
C-Jay content 3 problems with sub-directory and custom main page
  • 2004/5/5 0:00

  • philroy

  • Friend of XOOPS

  • Posts: 107

  • Since: 2003/8/23


Hi all,

Having a couple of issues with C-Jay Content but the module's forum site isn't that active...plus which, my German is bad, so I'm not sure if I'm subscribed or not to the postings.

The two issues are problems with the hack for getting a C-Jay page to appear as the main page...
http://c-jay.net/modules/newbb/viewtopic.php?topic_id=83&forum=7&jump=1

And problems with the image editor when testing the XOOPS site in a sub-directory...
http://c-jay.net/modules/newbb/viewtopic.php?topic_id=86&forum=7&jump=1

Cheers,

Phil



16
philroy
Re: Two column headline feed?
  • 2004/2/26 20:52

  • philroy

  • Friend of XOOPS

  • Posts: 107

  • Since: 2003/8/23


Anyone know how I can do it?

Phil



17
philroy
Re: News Feeds - Try Webdegist by FreeContent
  • 2004/2/24 8:42

  • philroy

  • Friend of XOOPS

  • Posts: 107

  • Since: 2003/8/23


Stewdio,

You say check out your site for an example of feeds....but all I get is an Apache test page when I look.

Phil



18
philroy
Re: Two column headline feed?
  • 2004/2/22 6:04

  • philroy

  • Friend of XOOPS

  • Posts: 107

  • Since: 2003/8/23


Ok, as I get into my new design more, I've decided I want 4 separate feeds to appear in one block...

1.....2
3.....4

You can see what I mean in the non-Xoops version of the site...
http://www.macguide.co.nz/

The international news has 4 feeds.

How can I code this to work with the headline module?

Cheers,

Phil



19
philroy
Re: Wfsection - each section link jump to most recent post?
  • 2004/2/19 8:16

  • philroy

  • Friend of XOOPS

  • Posts: 107

  • Since: 2003/8/23


No, I'd have to admit to being fairly well lost. I've updated the code from your first posting....Quote:

The other way would be to clone the wfs_new.php block for each category and change this line:

$sql = "SELECT articleid, title, published, expired, counter, groupid FROM " . $xoopsDB -> prefix("wfs_article") . " WHERE published < " . time() . " AND published > 0 AND (expired = 0 OR expired > " . time() . ") AND noshowart = 0 AND offline = 0 ORDER BY " . $options[0] . " DESC";

to

$sql = "SELECT articleid, title, published, expired, counter, groupid FROM " . $xoopsDB -> prefix("wfs_article") . " WHERE published < " . time() . " AND published > 0 AND (expired = 0 OR expired > " . time() . ") AND noshowart = 0 AND offline = 0 ORDER BY " . $options[0] . " AND categoryid = " . whatever categoryid you wish to use. " DESC";


but am unsure what you meant by Quote:
AND categoryid = " . whatever categoryid you wish to use. " DESC";


I've then updated the Xoops_version.php file you suggest with your code, but the "b_wfs_new_show2" and "b_wfs_new_edit2" stuff just completely confuses me.

Then your comment...Quote:
then in each new wfs_new.php file change the function likewise

has got me stumped too.

I'm getting lost.

Phil



20
philroy
Re: e-learning module developement!!
  • 2004/2/17 21:22

  • philroy

  • Friend of XOOPS

  • Posts: 107

  • Since: 2003/8/23


Moodle is an open source "system"....as is Xoops. I think an attempt to blend them or make a module that might duplicate Moodle functions would be messy....particularly as the benefit of both is the interoperability between various functions within the system.

An effective module would have to interact between other modules and integrate them well, which might be hard to do given that modules are developed separately from each other.

Phil




TopTop
« 1 (2) 3 4 5 ... 9 »



Login

Who's Online

233 user(s) are online (168 user(s) are browsing Support Forums)


Members: 0


Guests: 233


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