151
hyperpod
Re: How to get a W3C validation?
  • 2005/4/2 22:38

  • hyperpod

  • Quite a regular

  • Posts: 359

  • Since: 2004/10/4


You would need to use the w3c validator service at:
http://validator.w3.org/

just type in the URL and it will validate your URL.
If its valid, it will give you html code to show this on your site.

Best Regards,



152
hyperpod
Re: E-mail harvesting
  • 2005/4/2 22:36

  • hyperpod

  • Quite a regular

  • Posts: 359

  • Since: 2004/10/4


Each user can control this by checking the box:
'Allow other users to view my email address'

under edit profile (or when registering).

This allows anyone to see their email address on the userinfo.php page for that user.


You could also edit the user table in the database by setting the field 'user_mailok' to 0 on any or all users. Although this would only affect current users and not new users in the future.



If you dont want users to be able to publish their email address on your site, you could edit the template for the userinfo page at: /modules/system/templates/system_userinfo.html and edit around line 58. Just change

<{$user_email}>


to:

&nbsp;


OR

Not Available



Hope that helps,



153
hyperpod
Re: Local WAMP installation
  • 2005/4/2 22:14

  • hyperpod

  • Quite a regular

  • Posts: 359

  • Since: 2004/10/4


Quote:

What is my XOOPS Virtual Path (URL) Path?


This will most likely be:http://localhost/

Quote:

I ask this because after providing a name for the database, the XOOPS installation wizard tells me it cannot create database.

Incidentally, I'm assuming that I can pick any username and password at random during installation.


For the database? You need to setup a DB with db name, user name, password. Then when setting up XOOPS, you must provide all this database account info for it to connect successfully. You cannot just create a DB account from XOOPS installation. You must create this in MySQL.

Quote:

I'm using a win/xp over a successful phpdev5 WAMP server.


PHP5? Im not sure if XOOPS works 100% yet with PHP5...
Any reason you cannot run the latest stable PHP4? This is recommended.


I have XOOPS running perfectly on my WAMP box, just so you know that it does work fine.

Best Regards,



154
hyperpod
Re: flash problem in a theme!!!
  • 2005/4/2 20:02

  • hyperpod

  • Quite a regular

  • Posts: 359

  • Since: 2004/10/4


You need to add the Embed tags for standard compliant browsers. IE is not a standards compliant browser and uses the object tags for media like flash.

FF uses the Embed tags for media like flash.

Here is an example of the HTML to get the flash to work in all browsers:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="550" height="400">
  <
param name="movie" value="bubbles.swf">
  <
param name="quality" value="high">
  <
embed src="bubbles.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed>
</
object>


Hope that helps,



155
hyperpod
Re: Latest Forum Posts and some issues
  • 2005/4/2 2:22

  • hyperpod

  • Quite a regular

  • Posts: 359

  • Since: 2004/10/4


1. Recent Topics block (in block list)
2. Set the block to appear on all pages in edit block
3. In Admin click modules and rename any module you like.

Cheers,



156
hyperpod
Re: Changing registration form for a new user
  • 2005/3/28 14:02

  • hyperpod

  • Quite a regular

  • Posts: 359

  • Since: 2004/10/4


I would recommend developing a module that asks for this information after they register.

You could modify the XOOPS core, but then that would make it hard to upgrade when new versions come out.

I have already developed a custom system that surveys the user on their first login. Stores this information in the database related to the user account who entered the info.

The XOOPS user system is streamlined and very good at doing what the minimum required actions are. Although it still needs a reminder question for people changing emails.


Other than that, I wouldnt recommend changing the core of it. Just append to the login process with a survey function, and you should still arrive at the same solution that is wanted.

Hope that helps,



157
hyperpod
Re: Profiles is a great module
  • 2005/3/28 0:08

  • hyperpod

  • Quite a regular

  • Posts: 359

  • Since: 2004/10/4


Ok, im adding the features that are requested and that i think would work for most people.

I have already added to 0.9:

1. Admin can choose to allow users to link to their XOOPS User Profile.
2. Users can select whether to enable this per profile.
3. There is now a second text area to hold an extended description.

Many more... v0.9 will be released soon.


Cheers,



158
hyperpod
Re: rosterx wont'install
  • 2005/3/27 23:52

  • hyperpod

  • Quite a regular

  • Posts: 359

  • Since: 2004/10/4


I would reccommend using Profiles Module for XOOPS 2.0.
This is an alternative for xRoster.

Download Here

Cheers,



159
hyperpod
Re: photo upload in profile
  • 2005/3/27 21:55

  • hyperpod

  • Quite a regular

  • Posts: 359

  • Since: 2004/10/4


Sure, Profiles will let you have extended user profiles with photo upload.

Download Profiles


This version works great and there is a new version out real soon.

Cheers,



160
hyperpod
piCal time format
  • 2005/3/25 9:08

  • hyperpod

  • Quite a regular

  • Posts: 359

  • Since: 2004/10/4


Maybe im missing something here... (didnt find anything searching)

I cant seem to change the time format piCal uses to print in blocks, etc...

It uses a 24 hour time format, how can I change it to us a 12 hour format?

I checked the module config and code and didnt find a spot to change this.

Any help would be most valuable


_Dan




TopTop
« 1 ... 13 14 15 (16) 17 18 19 ... 30 »



Login

Who's Online

129 user(s) are online (56 user(s) are browsing Support Forums)


Members: 0


Guests: 129


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