61
SLEO577
Real Name in Xoops 2.0.13.1
  • 2005/9/2 19:35

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


I have a question on the "Real Name" hack (Click Here to View it.).

It works great, except, once someone has registered, all they have to do is go to "View Account" and remove their Real Name.

Is there a way to make the "Real Name" like the Username and Email where members can't change or remove it?



62
SLEO577
Re: URGENT, A NEW SECTION ONLY FOR MODULE REPOSITORY FOR VERSION 2.2.2
  • 2005/8/22 17:47

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


You may want to look at this thread:

Module Compatibility for different XOOPS Versions.

But I agree, there needs to be a section in the Downloads for 2.2 modules to cut looking through all the other 2.0 or prior versions.

Hope this helps!



63
SLEO577
Re: Version 2.0.13.1 CANNOT Edit Profiles....
  • 2005/8/21 13:36

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


Are you saying you can edited profiles okay or you haven't tested that part yet? Also, what do you mean by the "Page Title Hack", because the only hack I am using is the "Real Name" hack.



64
SLEO577
Version 2.0.13.1 CANNOT Edit Profiles....
  • 2005/8/20 20:22

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


Is anyone having problems with "editing profiles" in the new XOOPS version 2.0.13.1 ??

I was using XOOPS version 2.0.13 and used the patch for version 2.0.13.1 and have not been able to "Edit Profiles" since, including my own as Admin.

I did a test site with the new XOOPS version 2.0.13.1 (Full) and it too has this problem.

When I run the "PHP Debug", it does display an error in modules/system/admin/user/main.php (line 58).

Additionally, in CBB version 1.14 getting this error:
Notice [PHP]: Constant_MD_POSTEDON already defined in the file modules/newbb/language/english/main.php (line 48).

Any help with this would be much appreciated.



65
SLEO577
Re: User Registration and Blocks
  • 2005/8/18 18:06

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


I have just updated from 2.0.13 to 2.0.13.1 but I have ran into these issues:

1). Username is now limited to 10 characters even though the Register.php & Registerform.php show 25.

2). I have been unable to edit profiles as (Admin) causing a PHP error in modules/system/admin/user/main.php Line 58

[b]Line 58:[/bupdateUser($uid$username$name$url$email$user_icq$user_aim$user_yim$user_msnm$user_from$user_occ$user_intrest$user_viewemail,


Any idea where to extend the characters in username? I have several members with over 10 characters.

Note: The problem may be coming from the (Real Name) hack: See Link but not sure why that would be affecting the Username.

Also getting an error in Newbb Module: Notice [PHP]: Constant _MD_POSTEDON already defined in file modules/newbb/language/english/main.php line 48

[b]Line48[/bdefine('_MD_POSTEDON','Posted on: ');



66
SLEO577
User Registration (Website) Help
  • 2005/8/15 18:01

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


I have tried unsuccessfully to change the User Registration information in XOOPS 2.0.13 where it shows "Website" to "Agency".

I would like to change (Website) to (Agency) so that users can type in what agency they are with, getting rid of the URL link also.

I was hoping it was as easy to change and add as was the Real Name hack....but no such luck.

Does anyone have an idea for this? Ultimately, if I was able to make it a (Select Option) with approximately 22 options that would certainly be much appreciated.

I know XOOPS version 2.2 has this feature in the core, but I am waiting until more module updates are out before switching.



67
SLEO577
Re: Xoops new version-too complicated?
  • 2005/8/15 14:37

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


I didn't find the XOOPS 2.2 version complicated at all. Although finding the right modules to work on this new version was a challange.

I loved being able to setup my own registration requirements (koodoo's to Mith)! But ultimately, I switched backed to XOOPS 2.0.13 to get sites up and running now.

I agree it will take some time for module programmers to catch up with the new 2.2 version, but once there, XOOPS 2.2 will be great!

Many thanks to the Core Developers for this great Version!



68
SLEO577
Re: redirect problems - xoops 2.2
  • 2005/8/5 19:21

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


Copy the code below that's in RED to the your (Theme.html) and it will start redirecting your pages.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<
head>
<
meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<
meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<
meta name="robots" content="<{$xoops_meta_robots}>" />
<
meta name="keywords" content="<{$xoops_meta_keywords}>" />
<
meta name="description" content="<{$xoops_meta_description}>" />
<
meta name="rating" content="<{$xoops_meta_rating}>" />
<
meta name="author" content="<{$xoops_meta_author}>" />
<
meta name="copyright" content="<{$xoops_meta_copyright}>" />
<
meta name="generator" content="XOOPS" />
<
title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<
link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<!-- 
RMVadded module header -->
<{
$xoops_module_header}>
<
script type="text/javascript">
<!--
<{
$xoops_js}>
//-->
</script>
<
script type="text/javascript">
</
script>
[
color=CC0000]
<
script type="text/javascript">
function 
toggle(notifs_form
{
obj=document.getElementById(notifs_form);
obj.style.display=!(obj.style.display=="block")? "block" "none";  
}

function 
swapimage(swap)
{
img_plus="<{$xoops_imageurl}>images/plus.gif";
img_minus="<{$xoops_imageurl}>images/minus.gif";
obj=document.getElementById(swap);
obj.src=!(obj.src==img_minus)? img_minus img_plus;  
}
</
script>[/color]
</
head>
<
body>


Hope this helps!



69
SLEO577
Re: Something new about my PM link in 2.2
  • 2005/8/5 19:02

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


The way I corrected this was by going into (phpMyAdmin) and uder the table (xoops_user_profile) manually put this in the (pm_link) and it worked for me.

Quote:

<a href="javascript:openWithSelfMain('{X_URL}/modules/pm/pmlite.php?send2=1&to_userid={X_UID}', 'pmlite', 550, 450);" title="Write a message to {X_UNAME}"><img src="{X_URL}/modules/pm/images/pm.gif" alt="Write a message to {X_UNAME}" /></a>


Hope that helps!



70
SLEO577
Re: Avatars in xoops 2.2 and CBB 2.2??
  • 2005/8/5 17:58

  • SLEO577

  • Not too shy to talk

  • Posts: 110

  • Since: 2005/6/27


Just an update about the Avatars in the PM (Private Message). It appears XOOPS 2.2 (Stable - Hotfix) sends the custom and the members selected avatars to root (/uploads) folder rather than to the (modules/pm/uploads) folder.

Additionally, next to the avatar is another pic that will come up with a blank (x). It is pointing to (modules/pm/images/subject/icon1.gif).

There is no (icon1.gif) in (modules/pm/images/subject/), so I uploaded it using FTP to that folder and now it works.

I went to my FTP and copied all of my custom and registered members avatars in (/uploads) and created a (/uploads) folder in (module/pm/) so it should look like (modules/pm/uploads) and put the avatars in there. It now shows the avatars in the PM section.

If anyone knows how we might be able to correct the avatars from going to root (uploads), so we don't have to keep copying them back over to the (modules/pm/uploads) folder would be great !




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



Login

Who's Online

131 user(s) are online (72 user(s) are browsing Support Forums)


Members: 0


Guests: 131


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