This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Incorrect URL in Admin (Pages)
#1

Hi,

I think there's a bug in the admin part that forces the URLs in Manage -> Pages all lowercase. For a domain name, it doesn't make a difference. But it does for the .php pagenames that follow after the domain.
My website uses .php files with upper- and lowercase, and they all come out lowercase.
Obviously, it can all be edited & corrected by hand, but it would be better if Commentics would do it right the first time.

Thanks for the great program.
Reply
#2

Hi,

To fix that open comments/includes/functions/page.php, line 51:

Change this:
PHP Code:
<?php 
$url
= strtolower($url);

To this:
PHP Code:
<?php 
//$url = strtolower($url);

Have you completed the interview?
Reply
#3

(02-Jul-2011, 09:50 AM)Steven Wrote:  Hi,

To fix that open comments/includes/functions/page.php, line 51:

Change this:
PHP Code:
<?php 
$url
= strtolower($url);

To this:
PHP Code:
<?php 
//$url = strtolower($url);

Thanks Steven!
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Rameshrao55
30-Sep-2015, 08:49 PM
Last Post by Steven
06-Nov-2013, 07:44 PM
Last Post by Steven
13-Mar-2013, 02:04 PM
Last Post by Steven
19-Sep-2012, 07:30 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)