61
zorro87
Re: Bug in profile 1.51?
  • 2008/11/23 22:18

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi!

In module/profile/search.php

I can't find users with timezone selection... (nobody found)
Is it a bug?
Did I miss something?


@+
Z



62
zorro87
Re: PiCal 0.91 (MiniCalendarEx doesn’t show the events)
  • 2008/11/22 18:17

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi,

It works, I promise!

You’re right: there is not always “else if” in the lines I list.
In this lines just remplce
2.0 ) {


by

2.0 && substrXOOPS_VERSION ) < 2.3) {


And tell me if it works…

@+
Z



63
zorro87
Re: PiCal 0.91 (MiniCalendarEx doesn’t show the events)
  • 2008/11/22 9:51

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hello,

Maybe this will help you piCal and XOOPS 2.3.1

@+
Z

EDT:
Another problem with piCal and XOOPS 2.3.1: If you edit an event the "Description" zone is empty.
This happens with others modules: Newbbex 1.60 and myLinks 1.1
If you can read French it is here
No correction found yet.



64
zorro87
Re: Bug in profile 1.51?
  • 2008/11/21 11:10

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hello!

There is a little bug in Category.
Categories are sorted by cat_id instate of cat_weight
(In user tab and in category tab).

@+
Z



65
zorro87
Re: Bug in profile 1.51?
  • 2008/11/4 8:54

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hello,

I like very much « user profile » module.

Find user option (modules/profile/search.php) is verry interesting
We can choose all fields we want to find users!

To see this function in administration module:

Profile\language\english\modinfo.php
Add line 18
define("_PROFILE_MI_FIND""Find users");


modules\profile\admin\menu.php
Add lines 30 & 31


$adminmenu[6]['title'] = _PROFILE_MI_FIND
$adminmenu[6]['link'] = "search.php";



_____________________________________________


Quote:
anonymous users can see all profile fields, no matter what I set in visibility confs.


Yes, anonymous can find members e-mails (PM to Mamba)

Because of this risk, I strongly recommend to ask all your members to hide their e-mail address to others members.

_____________________________________________

In XOOPS (system>find user)

We have:
- Total of users (top left)
- Group selection
After the selection:
- total of users found (top left)
- Send e-mail



In profile users > Find users

- The group cannot be selected
- The total of members is not visible
- Total of users found is not visible
- It is not possible to send a e-mail to selected members
- It would be interesting to export the list (to excel)

_____________________________________________

Now when you click on “system > Edit user” you go to “user profile > Users”

In the same way it would be great to go to “profile user >Find Users" when you
click on “system>find user”

@+
Z



66
zorro87
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/10/6 12:19

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi trabis,

May be it can help you…

There is the same situation when the My tab block is set on click.
use onmouseover? “No”
Use persist ? ”Yes”

when you arrive to the page, the reveal ID of the selected tab doesn’t appear.
Then if you click on the tab, the reveal ID appears.

(mytab block in a center block and block with reveal ID on a right block)

@+
Z


EDT: Very interesting!

In that setting (use onmouseover? “No”)
And my tab block in a top centre column:

When you first click on the page:
If the "R Block" is on the left column or a Top centre column the reveal ID appears
If the "R Block" is on a bottom centre column or on the right column it doesn’t.
It is necessary to click on the tab to reveal the “R Block” only if it is on the right column or a bottum center column!

(When the setting is: use onmouseover? “Yes”
It is necessary to mouseover the tab to reveal the “R Block” if it is on a centre bottom column or on the right column and it is not necessary if it is on the left column or a center top column)

EDT: If the Mytab block is on a center bottom column, the "R Block" appears when it is on a left, a center top and a center bottom column.



67
zorro87
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/17 14:16

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


It is strange because it works when “mytab block” is on a centre column and “R block” is on the right column…

For the moment we can have a “mytab block” in the right column and “R block” in a centre column… (and it is not so bad!)

@+
Z



68
zorro87
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/17 12:45

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi trabis,

Something is strange with reveal ID (in any themes!)

When a “mytab block” is on the left column,
When the block with “div id for reveal ID” (let me call it “R block”) is on a centre column. or a right column,
When you click on this page

The default selected tab doesn’t reveal the corresponding “div id” in “R block”
You have to “mouse over” the tab to reveal the “div id” in “R block”
The problem doesn’t appear if the “R block” is on left column.

And there is no problem if the mytab block is on the right column or a center column… (even if the “R block” is on the left column)


@+
Z



69
zorro87
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/15 20:30

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Thank you trabis !


The problem was in blueday theme

In css/content.css
line 81
I replaced
#xo-canvas-content li {
    
margin-left:                     2px;
    
background-color:             inherit;
    
color:                             #2f5ebb;
    
line-height:                     1.4em;
    list-
style:                     square inside;
}


by

#xo-canvas-content li {
    
margin-left:                     2px;
    
background-color:             inherit;
    
color:                             #2f5ebb;
    
line-height:                     1.4em;
    list-
style:                     none;
}


and it works perfectly!
Sorry for the inconvenience...

@+
Z



70
zorro87
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/15 16:11

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi trabis, how are you doing?

I think I’ve found an other CSS problem, this time in jquery CSS (only with Fire Fox).

With “blueday” theme.
Resized Image

May be it is the theme?

@+
Z




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



Login

Who's Online

209 user(s) are online (130 user(s) are browsing Support Forums)


Members: 0


Guests: 209


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