41
Ruddle
Re: User (Edit Profile) Form Question
  • 2003/12/3 17:38

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


Thanks for the quick response. I am fortuneate to have a UNIX guru here at work that helped me with a find statement. I was able to search all XOOPS files for the term ICQ. The "mysterious" file that contains the character limit was:

./kernel/user.php

The line:

$this->initVar('user_icq', XOBJ_DTYPE_TXTBOX, null, false, 15);

Just in case anyone else is looking for the information

I did edit the other files you mentioned first. They limit the max entry on the fields but there was something behind the scenes limiting the insert into the table.

For anyone who isn't that up on command line syntax, the following find statement ws helpful:

find . -type f | xargs grep -i "search string"

Thanks again!!

Rick



42
Ruddle
User (Edit Profile) Form Question
  • 2003/12/3 16:44

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


Can anyone tell me where the field size limits are placed on the User (edit profile) form? Both as an admin and as an end user.

For example when trying to enter more than 15 characters in the ICQ field of the user form, you receive an error.

HISTORY: I have taken the user form and altered it abit to accept information like address, phone, etc. I have not altered the db table, so in essence I am "mapping" the values to the old db columns... i.e. Address to ICQ, etc. The problem is the ICQ field has a 15 character entry limit. Where is this validation being applied?

I have changed the column size already in the table.

Any help would be greatly appreciated!

Rick



43
Ruddle
Page Title Consistency
  • 2003/12/2 12:34

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


I posted this also in the development forum but it also is applicable here. Perhaps more so!

There should be some co standardization of page (module) headers. Or should I say page titles. Some have an image that you can or cannot turn off, some have text titles that are centered or not. There should be an easy way to ajust the layout of the page header withour digging through code and commenting stuff out.

One nice feature in WF-Sections is the ability to add a page header and footer. It is nice to add some intro text on the page should you need it.

Perhaps a definition can be added to the style sheet for page headers. That way it can be globally changed. It can be included as a requirement for new module development.

The addition of an optional header graphic could be included which could be toggled on or off.

Just a few thoughts. This is such a great app overall! Thanks for all the hard work!

Rick



44
Ruddle
Page Title Consistency
  • 2003/12/2 12:27

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


There should be some co standardization of page (module) headers. Or should I say page titles. Some have an image that you can or cannot turn off, some have text titles that are centered or not. There should be an easy way to ajust the layout of the page header withour digging through code and commenting stuff out.

One nice feature in WF-Sections is the ability to add a page header and footer. It is nice to add some intro text on the page should you need it.

Perhaps a definition can be added to the style sheet for page headers. That way it can be globally changed. It can be included as a requirement for new module development.

The addition of an optional header graphic could be included which could be toggled on or off.

Just a few thoughts. This is such a great app overall! Thanks for all the hard work!

Rick



45
Ruddle
Re: WYSIWYG Functionality
  • 2003/12/1 16:10

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


Catzwolf,

I have still been unable to add a table using the WYSIWYG editor in WF-Sections 1.01.

When clicking on the table button, it looks for the AddTable.html file. Also, the Alt text for the table button says "Link to external site".

Any suggestions?

Any idea as to when the new version of WF-Sections will be complete incorporating the spaw editor?

Thanks much,
Rick



46
Ruddle
Re: TinyContent module does not exist!
  • 2003/11/29 4:17

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


I am running the latest version. I actually figured it out. It had something to do with a questionable temorary path that was set up until the domain was transferred. It is working great now!

Thanks!



47
Ruddle
TinyContent module does not exist!
  • 2003/11/28 14:26

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


TinyContent 1.5 installed fine. Able to add content fine through the admin interface. When you go to view the page in the user interface you get the following error:

Selected module does not exist!

I have tried several recreating the articles but to no luck. Also subsequent articles added do not show up in the sub menus.

Any ideas? Thanks!!

Rick



48
Ruddle
Re: Agenda-X Code Location
  • 2003/11/25 21:04

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


Found it... actually stumbled upon it! It was in the minical block code.



49
Ruddle
Agenda-X Code Location
  • 2003/11/25 20:35

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


I have the month view block displayed. Where is <{$event}> being drawn from?

<{if $block.contents}>
<{foreach item=event from=$block.contents}>
<li><{$event}></li>
<{/foreach}>
<{/if}>


I want to better format the event and date. Right now the date is sandwiched up next to the event title.

For example... Event Title(2003.12.4)

Is there anyway to format the date? Like: 12/4/2003?

Thanks,
Rick



50
Ruddle
Re: Members Module Config Question
  • 2003/11/24 17:49

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


OK... now to be a real pain in the...

That fix worked great!

On a side note... I did some searching around in the forums for info about modifying the members form, but with no luck. Lets say I want to add entries to collect address, phone numbers, etc... Do you know of information on editing or hacking the members form? Do I need to get involved with adding columns to the tables also?

Rick




TopTop
« 1 2 3 4 (5) 6 »



Login

Who's Online

154 user(s) are online (96 user(s) are browsing Support Forums)


Members: 0


Guests: 154


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