Results 1 to 4 of 4

Thread: V2.0 edit category issue

  1. #1
    Harkster is offline Registered User
    Join Date
    Mar 2008
    Posts
    127

    Default V2.0 edit category issue

    Appears that when adding or editing categories the Page Title field gets set to either edit category or add category.

    I am having to edit the database to get the value set properly.

  2. #2
    pungky's Avatar
    pungky is offline Super Moderator
    Join Date
    Mar 2009
    Posts
    143

    Default

    Thanks for your report, here's the quick fix.

    open: admin/cat_add.php
    find this code [around line 126]
    PHP Code:
      $page_title "add category"
    replace with
    PHP Code:
    //  $page_title = "add category"; 
    open: admin/cat_edit.php
    find this code [around line 170]
    PHP Code:
      $page_title "edit category"
    replace with
    PHP Code:
    //  $page_title = "edit category"; 

  3. #3
    teusch is offline Registered User
    Join Date
    Feb 2004
    Posts
    4

    Default

    Hello, Happy new Year

    after this quick fix, i have a "i" as first letter for every page title (after a categry update)

  4. #4
    pungky's Avatar
    pungky is offline Super Moderator
    Join Date
    Mar 2009
    Posts
    143

    Default

    We will provide better solution in the next release.

Similar Threads

  1. Category Mass Edit
    By Bruceper in forum Blocks and Modification
    Replies: 0
    Last Post: 10-30-2007, 03:30 PM
  2. How to edit Category names in Admin/ ?
    By misohoni1 in forum Blocks and Modification
    Replies: 1
    Last Post: 03-15-2007, 09:49 AM
  3. category issue
    By rookers in forum v5.x
    Replies: 3
    Last Post: 08-02-2006, 07:31 PM
  4. Nothing loads after Category edit
    By Battousai in forum v5.x
    Replies: 7
    Last Post: 01-20-2004, 03:54 PM
  5. Replies: 1
    Last Post: 08-10-2002, 01:58 AM

Posting Permissions

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