41
jmass
Re: The Black Book--Contact manager
  • 2004/12/23 3:40

  • jmass

  • Friend of XOOPS

  • Posts: 524

  • Since: 2003/12/18


Check out SmartClient... Just released. Look at the most recent news items.



42
jmass
Re: SSL and Xoops
  • 2004/12/22 21:58

  • jmass

  • Friend of XOOPS

  • Posts: 524

  • Since: 2003/12/18


One last bump.



43
jmass
Re: To the Newcomer
  • 2004/12/22 18:33

  • jmass

  • Friend of XOOPS

  • Posts: 524

  • Since: 2003/12/18


I guess my biggest problem with navigating the wealth of XOOPS info in the forums is the very poor(IMHO) results of the search function. I often Google XOOPS instead.



44
jmass
Re: Stand Alone Modules
  • 2004/12/22 18:30

  • jmass

  • Friend of XOOPS

  • Posts: 524

  • Since: 2003/12/18


The point that a lot of newbies miss is that XOOPS is not a CMS (Content Management System).

Xoops is a framework that provides user authentication, DB access, image management, notification subsystem, and other gerneral groundwork for a web application. The modules are the web applications.

To move your static HTML site into XOOPS you need to select one of the excellent content management modules. These content management modules are how XOOPS can be used as a basic CMS. Other modules fill other needs. XOOPS is the framework for all of these web applications(modules), and provides common authentication, DB access, notification system, etc. for them.



45
jmass
Re: Stand Alone Modules
  • 2004/12/22 4:17

  • jmass

  • Friend of XOOPS

  • Posts: 524

  • Since: 2003/12/18


I do not read anything evil about the question.

If you have a site and do not want to put it into Xoops, you can still link to a XOOPS install for the dynamic contect (ie mylinks) you want. You would of course need to have the theme designed to match, but you would need to do so even if it was a standalone system.

Of course once the theme is designed, why not move everything in to Xoops....



46
jmass
Re: Recommend Me A News Publication Module
  • 2004/12/21 19:41

  • jmass

  • Friend of XOOPS

  • Posts: 524

  • Since: 2003/12/18


News can do that. You just need to enable the right blocks on the top page. No need to set news as the start page.



47
jmass
Re: SSL and Xoops
  • 2004/12/18 0:14

  • jmass

  • Friend of XOOPS

  • Posts: 524

  • Since: 2003/12/18


Bump.



48
jmass
SSL and Xoops
  • 2004/12/16 18:34

  • jmass

  • Friend of XOOPS

  • Posts: 524

  • Since: 2003/12/18


I just installed a ssl cert. it is working fine for regular web pages. However, within XOOPS I have some issues. I get a broken lock (indicating a mix of secure and insecure items). When I do this:
// In mainfile.php
// change this line
define('XOOPS_URL''http: //www.example.org');
// to the following
define('XOOPS_URL''https: //www.example.org');


This works fine to change my whole site to ssl. Bu I only want certian pages to be ssl. So I tried this from another post:
// In mainfile.php
// change this line
define('XOOPS_URL''https: //www.example.org');

// to the following
$port $HTTP_SERVER_VARS['SERVER_PORT'];
if(
$port == "443"){
  
define('XOOPS_URL''https: //www.example.org');
} else {
  
define('XOOPS_URL''http: //www.example.org');
}


It does not work. Everything comes out http not https. I assume that it is not getting the $port == 443.

Any ideas???

But it does not work.

Any help?



49
jmass
Re: Flexible Forms - STORED IN DB WITH REPORTING
  • 2004/12/16 4:16

  • jmass

  • Friend of XOOPS

  • Posts: 524

  • Since: 2003/12/18


@Mith - Export still not working! The directory is now created and given the right permissions automaticaly, but the document - form_1_Excel.xml - is a 0KB doc with NO DATA! Again, the data is in the DB. I do not think that the export is a problem on my end. This is from a fresh install of your new version. The only thing I can think of, if you can not reproduce the error, is that it may be a conflict with another module. I have a ton of modules loaded.

Other bug: When adding form questions you are not linked back to the add new questions page after submitting a question. Page is blank. When I manually navigate back, the question has been saved just fine. PHP debug reveals:Quote:
Fatal error: Call to a member function on a non-object in /var/www/localhost/htdocs/obsps2/modules/survey/class/question.php on line 284


Other bug: When unistalling the module blank page is displayed after confirmatino of uninstall. PHP debug reveals:Quote:
Fatal error: Call to undefined function: rmdirr() in /var/www/localhost/htdocs/obsps2/modules/survey/include/install.php on line 6



50
jmass
Re: Flexible Forms - STORED IN DB WITH REPORTING
  • 2004/12/16 4:00

  • jmass

  • Friend of XOOPS

  • Posts: 524

  • Since: 2003/12/18


@Mith - He is referring to the bug I found earlier:
Quote:
I think I found a bug...

In the admin interface: When you select "Add a new Survey" it links to /admin/index.php?op=newform. This does nothing. After some investigation, I believe it should link to /admin/form.php?op=newform. When I manually direct my browser there it works fine.

The bug is still there.




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



Login

Who's Online

228 user(s) are online (161 user(s) are browsing Support Forums)


Members: 0


Guests: 228


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