11
DMarvelus
Re: Failed Writing Constant errors...
  • 2006/4/26 8:50

  • DMarvelus

  • Just popping in

  • Posts: 70

  • Since: 2005/1/29


Quote:

phppp wrote:
It was fixed

http://svn.sourceforge.net/viewcvs.cgi/xoops/XoopsCore/branches/2.2.x/2.2.5/html/install/class/mainfilemanager.php?view=markup&rev=269

Is it the case?


ok, yes I'm happy it's been fixed in 2.2, but that's the version people are not supposed to be using.

I just downloaded 2.0.13.2 and didn't see it in there.



12
DMarvelus
Re: Failed Writing Constant errors...
  • 2006/4/26 3:14

  • DMarvelus

  • Just popping in

  • Posts: 70

  • Since: 2005/1/29


I'm surpised this hasn't been fixed yet in the installer. PHP5 has been out for a while...

why not just put something like this in the distribution?

list($majorR, $minorR, $editR) = split('[/.-]', PHP_VERSION );

if ($majorR >=5 ) {
clearstatcache();
}


it would save people the trouble of having to find this thread.



13
DMarvelus
Re: A development request, Re: search
  • 2006/4/25 2:44

  • DMarvelus

  • Just popping in

  • Posts: 70

  • Since: 2005/1/29


no responses i guess.



14
DMarvelus
Raleigh, NC, USA
  • 2006/4/24 20:32

  • DMarvelus

  • Just popping in

  • Posts: 70

  • Since: 2005/1/29


Any one from the triangle area of North Carolina area on here?

If there is, just to let every one know, I will be doing a presentation on XOOPS at the Wed, May 3rd meeting of the Triangle PHP Users group.

May 3rd, 7:00 at Peak 10
Peak 10

Triangle PHP User's Group

you can contact me for more info



15
DMarvelus
Re: A development request, Re: search
  • 2006/4/24 1:52

  • DMarvelus

  • Just popping in

  • Posts: 70

  • Since: 2005/1/29


Quote:

phppp wrote:
Isn't it the "EXACT" mode in XOOPS search?


What I mean is that the module itself would have a choice of what format it wants to accept the data in.

For example, I have a location database/geocoding within a locations module.

If the user were to type in:

New York, NY, USA

or

1315 Oakwood Ave, Raleigh, NC 27610

In a search box, the module finds that location and displays a map. The user really would not be thinking about what "Search mode" they are supposed to enter. They may not even know that commas have any special meaning or that they can't search for NY because it's too short.

They just know they are searching for a location, which should be found when they type it in. If they entered it in a search block, they wouldn't even have a choice of "search mode" anyway.

I would like for modules to be able to choose that they want the data in EXACT mode. Because for this module it really doesn't make too much sense in any other mode.

By the way, why is the default shortest word length set to 5?



16
DMarvelus
A development request, Re: search
  • 2006/4/23 14:05

  • DMarvelus

  • Just popping in

  • Posts: 70

  • Since: 2005/1/29


I think it would be great if the whole term that the user used to search could be provided, along with the one that is put in an array and broken up into words with some words removed.

I am working on a module that does not search using the traditional method of full text search with MySql. And for this module the commas are also meaningful. So, it would be helpful if I could get the whole unchanged search string, and do what i want with it.



17
DMarvelus
Re: XPress / Wordpress version 2.02 - get out of wordpress mode
  • 2006/4/16 11:12

  • DMarvelus

  • Just popping in

  • Posts: 70

  • Since: 2005/1/29


oh... good.


if any developers see this.. maybe the link should say something about switching the mode back.

just a suggestion.



18
DMarvelus
XPress / Wordpress version 2.02 - get out of wordpress mode
  • 2006/4/16 5:31

  • DMarvelus

  • Just popping in

  • Posts: 70

  • Since: 2005/1/29


I just clicked a link in the "Wordpress sidebar" to "Switch to Wordpress mode"

So, now Wordpress takes up the whole screen.


My question is, is there a link to get out of "wordpress mode?" if i want my XOOPS menus and blocks to come back?



19
DMarvelus
Re: Comments Display Mode profile field not working
  • 2006/4/15 11:54

  • DMarvelus

  • Just popping in

  • Posts: 70

  • Since: 2005/1/29


ok. thanks.



20
DMarvelus
Comments Display Mode profile field not working
  • 2006/4/15 1:16

  • DMarvelus

  • Just popping in

  • Posts: 70

  • Since: 2005/1/29


I am using 2.2.4

The Comments Display Mode profile field from the system module is not showing up correctly on the edit profile page. nothing at all shows up in the select box.

When I looked in the user_profile_field table it looked like for that field, the field_options for that field were messed up. Instead of bieng in a format which looked serialized such as:

a:2:{i:0;s:12:"Oldest First";i:1;s:12:"Newest First";}

They were in a comma separated format like:

Nested, Flat, Threaded

In other words, they were not in serialized object format.

The only difference between I see that could be causing this is that in xoops_version for system we have:

$modversion['profile']['field'][1]['options'] = array('nest'=>_NESTED, 'flat'=>_FLAT, 'thread'=>_THREADED);

this array has indexes that are words, not numbers like the other indexes I have seen for profile field options. That's the only possible cause i can come up with.

Any one else having this problem?




TopTop
« 1 (2) 3 4 5 ... 7 »



Login

Who's Online

288 user(s) are online (189 user(s) are browsing Support Forums)


Members: 0


Guests: 288


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