51
StevenB
Re: Anyone know of a form gereator mod for 2.0.14?
  • 2006/9/12 20:28

  • StevenB

  • Just popping in

  • Posts: 61

  • Since: 2006/9/3 2


That did the trick! Both Liaise and alzip. Thanks to everyone. Think I'll keep the bird icons for a little while, lol.

Thanks again!



52
StevenB
Re: Anyone know of a form gereator mod for 2.0.14?
  • 2006/9/12 19:20

  • StevenB

  • Just popping in

  • Posts: 61

  • Since: 2006/9/3 2


Dang! Only available in .tgz format. I've tried several extractors (last 2 alfazip and 7zip)but I think my windows machine is corrupting the file.

Know of any with a .zip?



53
StevenB
Anyone know of a form gereator mod for 2.0.14?
  • 2006/9/12 18:54

  • StevenB

  • Just popping in

  • Posts: 61

  • Since: 2006/9/3 2


I am looking for a form generator for V2.0.14.

I've tried formulize 2.1 and formulair 3.24 neither of them seem to work properly with 2.0.14.

Has anyone found a good mod for forms? I need 3 simple forms that will send as email.

Thanks!



54
StevenB
Re: Buttons
  • 2006/9/5 0:13

  • StevenB

  • Just popping in

  • Posts: 61

  • Since: 2006/9/3 2


OK look for this line...
td#mainmenu a {background-color: #E8EFF8; display: block; margin: 0; padding: 4px;} (note the #E8EFF8 is my SS color)
Changing margin from 0 to 5px will give you a 5px space between your links. ( they're not really buttons)
From one newb to the next, I hope this helps.

DON'T FORGET TO MAKE A COPY FIRST!

Regards,
Steve



55
StevenB
Removing the html tags from posts in newbb 2.2
  • 2006/9/4 23:47

  • StevenB

  • Just popping in

  • Posts: 61

  • Since: 2006/9/3 2


Hi all,
I know this has been asked before but I honestly can't find it.
How do I remove the html tags from posts in newbb? When I post a message to my forum it displays like this...
As you may have noticed there are many new exciting
features at our site
I will use this thred to try and
answer any questions about the new 
site.<br /><br /><u>The Calendar</u><br />Anyone can read
the 
public calendar.<br /><br />Some calendar entries are
only viewable by the administrators
.<br /><br />You can
submit an entry only 
if you have permission

How can I strip the tags when the visitor views the page?

Website URL:Not posted due to a security warning posted here.
XOOPS Version: XOOPS 2.0.14
Theme:default
Template:default
Module Name and Version:newbb 2.2
PHP Version:4.4.0
MySQL Version:4.1.11-Debian_4sarge4-log
Server Software:Apache/2.0.54 (Debian GNU/Linux) mod_auth_pgsql/2.0.2b1 PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e
Operating System:Windows xp pro
Browser Information:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727) (plus the other good browsers)
PHP Debug Messages:none
MySQL Debug Messages:none
Smarty Debug Messages:none

Side note: I know someone else has asked my question before (or at least I hope I'm not a complete idiot) But if they did I can't find it. What am I doing wrong? Below is a short list of what I searched...
html tags forum
remove html tags
newbb 2.2 html tags
wysiwyg remove tags
HOW DO I GET RID OF THESE ******* tags! (just kidding)

Thanks for any/all help!
Regards,
Steve



56
StevenB
Re: Formatted block?
  • 2006/9/4 16:23

  • StevenB

  • Just popping in

  • Posts: 61

  • Since: 2006/9/3 2


Thank you for your response I will check out each of your helpful suggestions.

Thanks again,

Steve



57
StevenB
Paid Security Help - Xoops, Protector, and more
  • 2006/9/4 16:18

  • StevenB

  • Just popping in

  • Posts: 61

  • Since: 2006/9/3 2


Stuff:
OS: Linux, php: v4.4.0, MySQL v14.7, scripts are ran as CGI executables

Current installed Mods:
Xoops 2.0.14, protector 2.5, XOOPS poll blind, AMS 2.14
Note: I do need to install a couple more mods; a good calendar, and photo album.

Security is absolutely critical for this site and I am willing to pay for a knowlageble person (that has beeen running a XOOPS site for a while without being hacked) to help me work through some known problems and offer advice to make the site as secure as possible.

Known Problem 1: When I run the Protector Mod the security advisory warns...

'register_globals' : on Not secure
'allow_url_fopen' : on Not secure
'session.use_trans_sid' : on Not secure

I have been working on this for a week. This is what I know/tried so far:

I got an internal server error when I tried to create the .htaccess. When I contacted the host there reply was:
Quote:
Yes, applying these lines to the .htaccess files will cause the internal server error 500 to be generated because in our system PHP scripts are ran as CGI executables which means that whenever you try to use PHP directives in the .htaccess file they are not correctly recognised which in turn results to the aforemenntioned error.

The host recomended I create a php.ini file. I made 3 attempts at the php.ini from days of googling and placed it in the root of the site. All of them still get the security warnings. Here's that code:
register_globals=off
allow_url_fopen
=off
session
.use_trans_sid=off
and
register_globals 0
allow_url_fopen 
0
session
.use_trans_sid 0
and
php_flag register_globals=off
php_admin_flag allow_url_fopen
=off
php_flag session
.use_trans_sid=off


Problems 2 & 3 I haven't even addessed yet:
2)'XOOPS_DB_PREFIX' : XOOPS Not secure

3)I'm really not sure if this is a problem or not but of the links in protector simply pull up my home page.
Contaminations:
http://mysite.com/index.php?xoopsConfig%5Bnocommon%5D=1
Isolated Comments:
http://mysite.com/index.php?cid=%2Cpassword+%2F%2A

I am also interested in any and all other security precautions help or advice.

If interested please PM me and we can discuss arrangements.

Regards,
Steve



58
StevenB
Re: Buttons
  • 2006/9/4 14:23

  • StevenB

  • Just popping in

  • Posts: 61

  • Since: 2006/9/3 2


You can ake changes to the css in themes/default/style.css.
Make a copy of it first just in case.

Steve



59
StevenB
Formatted block?
  • 2006/9/4 14:19

  • StevenB

  • Just popping in

  • Posts: 61

  • Since: 2006/9/3 2


Before I pose my question I have to say "Kudos to the developers and community of Xoops" I'm new to it all but I love this program!

My problem...
I am creating a site for a non profit group and I would like a block on the home page for each of the committee members to post thier blurb. The block would contain users blurb, photo, stats, contact links etc. The problem is that many of them can barely retrieve thier email so html or php is definately out.

Is there a way to pre-format a block with tables, users photo, and a block footer containing constants so that when a users logged in they would <u>only</u> need to type thier blurb and not even have the ability to modify the formatting of the block?

Thanks in advance for any/all help,

Steve




TopTop
« 1 ... 3 4 5 (6)



Login

Who's Online

154 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 154


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