Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 10-16-2007 16:11:12

GoBrushless.com
Member
Registered: 06-29-2005
Posts: 431

Broken links on backend

Is it just me or are the "Delete Article" links on the news section of the backend broken?  Mine don't even show up as links and overlap the green arrow icon.

Offline

 

#2 10-16-2007 16:44:56

roxie
Member
From: Central Oregon
Registered: 11-17-2003
Posts: 80
Website

Re: Broken links on backend

Nope, mine too. I thought I'd hosed some part up the upgrade.

Offline

 

#3 10-16-2007 16:46:28

GoBrushless.com
Member
Registered: 06-29-2005
Posts: 431

Re: Broken links on backend

a simple fix i'm sure but you might want to address it nick via an email to your zuma followers. smile

Offline

 

#4 10-17-2007 10:35:08

GreenbarnWeb
Banned
Registered: 09-23-2003
Posts: 2743
Website

Re: Broken links on backend

Hi

Edit the {private}core\KHXC\include\newsdisplay.php

Change this From:

Code:

          print '<p class="khxc_ultablei"<a href="' . $delete_link;

To:

Code:

          print '<p class="khxc_ultablei"><a href="' . $delete_link;

Offline

 

#5 10-18-2007 11:20:20

roxie
Member
From: Central Oregon
Registered: 11-17-2003
Posts: 80
Website

Re: Broken links on backend

Thank you for the fix!
smile

Offline

 

Board footer