Closed Thread
Results 1 to 6 of 6

Thread: [Solved] Long names for Category title and Name

  1. #1
    julial's Avatar
    julial is offline Newbie
    Join Date
    Jul 2007
    Posts
    6
    Rep Power
    0

    Post [Solved] Long names for Category title and Name

    Hi again...!!

    Can someone tell me if it´s possible to have long names in Category title and Name?? In my institution whe use long names and when I´m creating a new category it only allow me to write 50 characters for both of them (title and name)

    I check the structure in the DB and it suppose to allow 250... am I right??

    Please help me.... Thank you!


    JuliaL.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest
    This was a little bug that slipped past me. The DB allows 250 but the HTML only allows 50.

    HTML Code:
    maxlength="50"
    I've changed this and attached a "quick" patch to this thread. Just overwrite the old file and reload. It should work fine.
    Attached Files Attached Files

  4. #3
    julial's Avatar
    julial is offline Newbie
    Join Date
    Jul 2007
    Posts
    6
    Rep Power
    0

    :( doesn't work

    Hi Jordan thank you for the file, but I have to say that file doesn't work.
    In the front page i had this error

    Notice: Undefined variable: mos_absolute_path in c:\Inetpub\wwwroot\...\components\com_ionfiles\ion files.php on line 14

    and in the back end still do not allow me to have more than 50 chars categories and names.

    I compare the admin.ionfiles.html.php with the original ionfiles.php and they are very diferent...

    Maybe you can indicate me where and what to change in the old ionfiles.php??

    thank you again!!

    Julia.

  5. #4
    Jordan Guest
    Change

    Code:
    maxlength="50" 
    to

    Code:
    maxlength="250" 
    in your admin.ionfiles.html.php file. Hopefully I will get time to release a minor update this week. There are a couple of things I need to fix.

  6. #5
    julial's Avatar
    julial is offline Newbie
    Join Date
    Jul 2007
    Posts
    6
    Rep Power
    0

    Post sorry...

    Hi agan Jordan! I changed the value where you said, but I still got the same error in my front end side and in back end the category and title names in 50.

    so, I think I´ll wait for the update of the things that you are fixing, please include the long names.

    So, thank you for your time and for this wonderful tool!

  7. #6
    Jordan Guest
    I've fixed this error in the working beta. Will be fixed in the next release.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [category] - [sub category]
    By lol33d in forum PHP Development
    Replies: 4
    Last Post: 04-20-2011, 09:04 AM
  2. Link to specific category
    By ly0ha in forum ionFiles
    Replies: 3
    Last Post: 10-05-2008, 05:05 PM
  3. [Solved] Quotes escaped in category title
    By rolandd in forum ionFiles
    Replies: 3
    Last Post: 07-26-2007, 06:18 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts