291971
hsalazar
Re: About Us Module?
  • 2003/9/11 20:28

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


g0nk1:

You have at least three options to do that:

1) Get the module called impressum. It's German and all it handles is a single page with text.

2) Get the module called About. Does the same.

3) Use an instance of Tiny Content to create your "About Us" online.

The three options are fairly easy to implement.

Cheers.



291972
g0nk1
About Us Module?
  • 2003/9/11 20:18

  • g0nk1

  • Just popping in

  • Posts: 7

  • Since: 2003/8/21


Is there a module out there that would or could be used as a "About Us" Page?

Something that could display a histy of the site, site awards, submission guidlines, etc.. so it could be listed in the main menu and loaded as a seperate page like the Contact Us module...



291973
pinky
Re: Problem updating modules ....Unable to write to main menu.
  • 2003/9/11 19:09

  • pinky

  • Just popping in

  • Posts: 28

  • Since: 2002/8/17


great, worked, thanks



291974
Herko
Re: strong authentication
  • 2003/9/11 14:19

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


Novell uses eDirectory and openLDAP for authentification on their forge site (http://forge.novell.com), and they are currently upgrading that code to XOOPS2. Perhaps you can find some answers there.

Herko



291975
Xadfael
strong authentication
  • 2003/9/11 13:18

  • Xadfael

  • Just popping in

  • Posts: 7

  • Since: 2003/9/11


Hello,

does anyone run a XOOPS site requiring strong authentication ? I'd like to run a XOOPS site asking for a X509 certificate instead of a login/password, and matching certificate data with usernames (e.g. ; could be e-mail etc.).

Any hint how to do that simply ?

Thanks in advance for your ideas.
Xad



291976
philroy
Re: How to "clone" Tiny Content
  • 2003/9/11 5:57

  • philroy

  • Friend of XOOPS

  • Posts: 107

  • Since: 2003/8/23


Hmm....well I'm not sure just what it is that I've been doing wrong....and your instructions (despite being more detailed THANKS! seem the same as before)....but after all that and a bit of frustration, I reinstalled XOOPS locally and calmly started again.

End result? Success

Thank you so much for all your time and effort.

Cheers,

Phil



291977
ttremeth
Premature baby web site
  • 2003/9/11 5:22

  • ttremeth

  • Just popping in

  • Posts: 25

  • Since: 2003/5/29


Take a look and see what you think.

Preemie . Web . Site!



291978
hsalazar
Re: How to "clone" Tiny Content
  • 2003/9/11 4:31

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


Philroy:

Sorry about the delay. Had lost track of this thread...

The procedure I outlined is all you need. I'll try to be more explicit here.

1) Replace every instance of "_TINYCONTENT_" with "_YOURMODULENAME_".
This means that for every appearance of _TINYCONTENT_ in the directory files, you should write _SPORTSDRAW_. I guess there's no problem here.

2) Replace every instance of "tinycontent" with "yourmodulename".
Same as above: every instance of "tinycontent" must be replaced by "sportsdraw". You won't find this difficult. And, Shine: the first lines of the file mysql.sql for the module read:
Quote:

#
# Table structure for table `tinycontent`
#

CREATE TABLE tinycontent (

This means that when doing the global replacement, now these lines will read:
Quote:

#
# Table structure for table `sportsdraw`
#

CREATE TABLE sportsdraw (

Which is necessary for XOOPS to separate the contents.

3) Replace every instance of "_TC_" with "_YOURMODULENAME_".
This means the same as in the above points: every instance of _TC_ must read _SPORTSDRAW_.


4) Change the names of three files:
-- blocks/tc_navigation.php
-- templates/tinycontent_index.html
-- templates/blocks/tinycontent_navigation_block.html


In this case the new files will be called:
-- blocks/sportsdraw_navigation.php
-- templates/sportsdraw_index.html
-- templates/blocks/sportsdraw_navigation_block.html

5) Replace the necessary language constants in the language files

This means that, for instance, in language/english/admin.php you have:

define("_TC_ADMINTITLE","Tiny Content");

and should have

define("_SPORTSDRAW_ADMINTITLE","Sports Draw");

Also, in language/english/modinfo.php you should replace the lines...

define("_MI_TINYCONTENT_NAME","Tiny Content");
define("_MI_TC_BNAME1","Tiny Content Menu");


for

define("_MI_SPORTSDRAW_NAME","Sports Draw");
define("_MI_SPORTSDRAW_BNAME1","Sports Draw Menu");


Please notice that the first part of the declarations was already changed by the global replacement. What you need to change here are the content strings, the right side of every definition.

6) And most important, open xoops_version.php and replace the two instances of "_MI_DIR_NAME" for "_MI_MODULENAME_DIR_NAME". In fact, also make this replacement directory wide.

This means exactly what it says. Every instance of _MI_DIR_NAME should end up saying _MI_SPORTSDRAW_DIR_NAME.
You need to make this replacement in the files index.php, xoops_version.php (two instances here, one pointing to the table name and the other to the directory name), admin/admin_header.php, admin/index.php, and in every modinfo.php file within the language directories.

I'll add these comments:

a) You also need to edit the logo file, so you can separate your module from the original Tiny Content in the admin section.

b) If XOOPS gets confused is because of the DIR variable mentioned in point [6]. That's why it's so important to do the replacement correctly. XOOPS should know for sure that module A is installed in directory A and has a database table A, while module B is installed in directory B and has a database B. If you don't make the replacements correctly, you'll confuse XOOPS.

All this sounds complex because I wanted to be thorough, but in fact, once you do it a couple of times you'll see it's really simple.

Again, if you still have any problems, please post them here to make the necessary corrections.

Cheers.



291979
Catzwolf
Re: time to say goodbye to newbb?
  • 2003/9/11 4:22

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Oh PS:

I did that conversion of storyline you asked for, I also included in the code comments on what I changed to do this.

Will email you asp ok



291980
Catzwolf
Re: time to say goodbye to newbb?
  • 2003/9/11 4:20

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


malexandria:

You are right on this subject

We are working on an enhanced version of newbb as we speak and shall be released for XOOPS v2.1.0. This will be one of the first modules to be updated and should enclude many of the enhancements asked for.








Login

Who's Online

814 user(s) are online (569 user(s) are browsing Support Forums)


Members: 0


Guests: 814


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits