61
tcnet
Re: Xoops API & site questions
  • 2008/10/4 21:46

  • tcnet

  • Friend of XOOPS

  • Posts: 297

  • Since: 2006/5/12


The accounts are independent.

Some of the documentation has been moved to this site.

API Info Here
XOOPS Wiki is Here



62
tcnet
Re: how can i make my page rank high
  • 2008/10/2 2:23

  • tcnet

  • Friend of XOOPS

  • Posts: 297

  • Since: 2006/5/12


Posting a link to your non-xoops web site in our forum prolly won't help a bit.



63
tcnet
Re: Need Help PhpMyspace
  • 2008/9/18 4:00

  • tcnet

  • Friend of XOOPS

  • Posts: 297

  • Since: 2006/5/12


Hi JC-Jay

Sorry to be the bearer of bad news, but I don't think you will find much support for phpmyspace here.

Phpmyspace is based on XOOPS 1.0 which is several years behind our current version. Your best bet may be to uninstall phpmyspace and try the current XOOPS 2.0.18.2 available here.

If you type phpmyspace into this site's search bar you wll learn the whole sorted tale of this script and how it relates to xoops.

Good luck,
TCNET



64
tcnet
Re: which is the best solution to change the colors of the modules?
  • 2008/9/8 16:08

  • tcnet

  • Friend of XOOPS

  • Posts: 297

  • Since: 2006/5/12


See this FAQ: How can I display different images or include different stylesheets according to the currently viewed module?

The following modification will change the theme stylesheet depending on the module in use.

Make and name a copy of the theme's stylesheet (themes/yourtheme/style.css) for each module you want to customize (ie: newsstyle.css, newbbstyle.css, etc.). Make your color/format changes in the renamed stylesheets.

Modify the HEAD of your themes/yourtheme/theme.html under the existing stylesheet links:

Replace this:

<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />

With this:

<{if 
$xoops_dirname == "news"}>
  <
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_imageurl}>newsstyle.css" />
<{elseif 
$xoops_dirname == "newbb"}>
  <
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_imageurl}>newbbstyle.css" /> 
<{elseif 
$xoops_dirname == "mylinks"}>
  <
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_imageurl}>mylinksstyle.css" /> 
<{else}>
  <
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<{/if}>


Repeat for all themes in use.

This will change the stylesheet used for the each module without caching additional theme templates.

You can also change logo images per module as discussed in this thread: Changing the site LOGO by page changes.



65
tcnet
Re: Invalid confirmation code! when register.
  • 2008/7/10 22:19

  • tcnet

  • Friend of XOOPS

  • Posts: 297

  • Since: 2006/5/12


Quote:
Is that an error or does 2.3.0 demand GD Library.


No, I would not call it an error with 2.3, just different from old captcha method. I have turned on GD library on my WAMP install and all is well.

Thanks for the reply.



66
tcnet
Re: Invalid confirmation code! when register.
  • 2008/7/10 18:57

  • tcnet

  • Friend of XOOPS

  • Posts: 297

  • Since: 2006/5/12


Quote:
There is no captcha element showing in the user registration form, so no confirmation code is submitted to register.php.


This may be occuring because I do not have GD Library installed on my WAMP local server and unlike the old Frameworks/captcha the new 2.3_beta Captcha class in does not revert to text when the graphics are missing.



67
tcnet
Re: REALLY REALLY NEED HELP !!!
  • 2008/7/8 16:15

  • tcnet

  • Friend of XOOPS

  • Posts: 297

  • Since: 2006/5/12


Certainly you can update the module yourself and hopefully offer your fixes to the community.

If the module has an active developer, submit your fixes to their website or at dev.xoops.org. I am sure many mod devs will offer 2.3 updates in the near future.

If the module appears inactive, post your fixes in this forum. If your interested, there is a XOOPS Module Team that tests and update the old modules that could use your talents.



68
tcnet
Re: Invalid confirmation code! when register.
  • 2008/7/8 14:48

  • tcnet

  • Friend of XOOPS

  • Posts: 297

  • Since: 2006/5/12


Hi DarinAllen,

Quote:
xoops-2.3.0-beta-addon <<< have you uploaded the relevant folders/files from this package, eg. class, Frameworks, and others if needed.


Thanks for the prompt reply. Yes, I have uploaded the addons, but I think all of the Captcha files are in 2.3's class directory now.



69
tcnet
Re: REALLY REALLY NEED HELP !!!
  • 2008/7/8 14:39

  • tcnet

  • Friend of XOOPS

  • Posts: 297

  • Since: 2006/5/12


Hi Adam,

Quote:
Warning: MyTextSanitizer::makeTboxData4Show is deprecated


The debug warnings in XOOPS 2.3_beta about depreciated functions should not effect the module's operation. Most modules developed before 2.0.16 will have these depreciated functions.

The warnings are more of a notice to the module developer to update the module. The 2.3 core developers have included functions that assure backwards compatibility with the old modules.



70
tcnet
Re: Invalid confirmation code! when register.
  • 2008/7/8 13:25

  • tcnet

  • Friend of XOOPS

  • Posts: 297

  • Since: 2006/5/12


Quote:

register a user, click the submit and finish button, I got the "Invalid confirmation code!" message.


Same problem here with a clean 2.3_beta install. I get "Invalid confirmation code" when registering a new user. There is no captcha element showing in the user registration form, so no confirmation code is submitted to register.php.

Using WAMP for testing NEW 2.3_beta install:

XOOPS Version - XOOPS 2.3.0
PHP Version - 5.2.4
MySQL Version - 5.0.45-community-nt
Server API Version - apache2handler
OS Version - WINNT


safe_mode - Off
register_globals - Off
magic_quotes_gpc - On
allow_url_fopen - On
fsockopen - On
allow_call_time_pass_reference - On
post_max_size - 8M
max_input_time - 60
output_buffering -
max_execution_time - 30
memory_limit - 8M
file_uploads - On
upload_max_filesize - 2M


EDIT(1145 EST):
register.php line 84
xoops_load("XoopsFormCaptcha");
$cpatcha = new XoopsFormCaptcha();
echo 
"<br />".$cpatcha->getCaption().": ".$cpatcha->render();


The class is not loading, all I see is a colon on the second reg form (aka Finish).

It must be something on my end, as only two users have reported this issue. I cannot get a debug report as an anon user.




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 21 »



Login

Who's Online

235 user(s) are online (148 user(s) are browsing Support Forums)


Members: 0


Guests: 235


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