21
tl
Re: Increase Textarea size for news submit forms
  • 2005/6/13 4:05

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


If you are using news 1.3.x, edit file
/news/include/functions.php

locate
case "dhtml":
 
$editor = new XoopsFormDhtmlTextArea($caption$name,
 
$value1050$supplemental);
  break;

 case 
"textarea":
 
$editor = new XoopsFormTextArea($caption$name$value);
 break;


if you are using dhtml which includes xoopscodes and smileys
change "10" (10 rows) to the value you like and "50" to column number you wish.

If you are using textarea, make changes to something like the following
case "textarea":
  
$editor = new XoopsFormTextArea($caption$name$value,
   
1550);
   break;

15 is the number of rows; 50 is the number of columns.



22
tl
Re: No blocks
  • 2005/5/25 2:10

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


turn MySQL/Blocks debug on.

Likely cause is that MySQL can't write to /temp directory



23
tl
Re: Wonderfull Xoops Memberinformation and registration hack example
  • 2005/5/25 1:59

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Quote:
Mr Loop has also been developing a huge new module called membergroups which has enabled us to have profiles for groups of individual members e.g. a profile for a theatre company. membergroups directly from the user class and extend it dramatically. they are useful as now a member may 'switch' to their membergroup's profile to create content on the group's behalf.


This will make XOOPS many many times versatile. News could potentially be posted under a company profile by many users. Can't wait to try it out.

Thank you, Robert and Mr. Loop.



24
tl
Re: Display realname in template
  • 2005/4/28 3:05

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


try this TIP
http://xoops-tips.com/news-article.storyid-19.htm



25
tl
Re: Changing allow_url_fopen state on shared server
  • 2005/4/25 0:02

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


iPowerWeb uses module PHP, so there is no chance of changing it on your own.

It's time to find another host. You probably can't find any worse support staff than those at iPowerWeb.



26
tl
Re: Cookie
  • 2005/4/20 13:58

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Hope these two TIPs will be of help:

http://xoops-tips.com/news-article.storyid-65.htm
http://xoops-tips.com/news-article.storyid-86.htm



27
tl
Google Gulp!
  • 2005/4/2 0:08

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Just in case you had not seen/read it, here it is:

http://www.google.ca/googlegulp/




28
tl
Re: PHP flags and site security ????
  • 2005/3/15 15:51

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


As suggested, you will have to contact with your host on what they allow and disallow. They may not allow you to use your own php.ini even they are running PHP-CGI. It is web host specific issue and you need to get answers from your host.



29
tl
Re: PHP flags and site security ????
  • 2005/3/15 1:06

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Quote:
Apache/1.3.33 (Unix) mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.6b PHP-CGI/0.1b


Since you are running PHP in CGI mode, the php settings in .htaccess will be ignored, even you are not getting any error messsages.

You may want to check with your web host and ask for how to customize your own php.ini. You should be able to copy a server php.ini file to your cgi-bin directory where your php binary resides.

Once you have copied the file, then you would need to edit the file to secure your PHP. Good luck.



30
tl
Re: User Info
  • 2005/3/13 23:39

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Quote:
Hi!
How to make access to user info for logged user only not for all visitors???


https://xoops.org/modules/smartfaq/faq.php?faqid=282




TopTop
« 1 2 (3) 4 5 6 ... 78 »



Login

Who's Online

187 user(s) are online (123 user(s) are browsing Support Forums)


Members: 0


Guests: 187


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