Author Topic: linking bug when adding content pages  (Read 4164 times)

Offline abestophat

  • Newbie
  • *
  • Posts: 5
  • Karma: +1/-0
    • View Profile
linking bug when adding content pages
« on: October 16, 2013, 02:33:21 AM »
I was adding a DEALERS link to the Home page and I found the following bug,

once the page is created in Content it does not show up in the drop down box of the Link to Page (see attached screensave)
however if you choose the blank space and hit SAVE couple of times it eventually shows the link.

Also the content link was not /dealer or =dealer , but for me it was linking as the sort order number (5 in my case)

That's all I got for now.


Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: linking bug when adding content pages
« Reply #1 on: October 16, 2013, 09:38:59 AM »
Thank you for this post. We will review
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2048
  • Karma: +319/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: linking bug when adding content pages
« Reply #2 on: October 16, 2013, 10:07:21 AM »
to fix you have to replace
Code: [Select]
$options [$c ['content_id']] = $c ['name'];to
Code: [Select]
$options [$c ['content_id']] = $c ['title'];in file public_html/admin/controller/pages/design/menu.php line 375

Thank you.
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

 

Powered by SMFPacks Social Login Mod