This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

admineditqueuestory.php


avatar
Pinco 8
From: -
admineditqueuestory.php

Hi.
It seams i've found a typo which makes all the text in the Edit Queue Story page clickable (to the edit submitter user page).

admineditqueuestory.php

if( $input_newsstory_sourceid )
{
echo "<a href=\"index.php?action=manageusers&amp;opts=edituser-" . $input_newsstory_sourceid . ">" . $words_news[ 'VIEW_PROFILE' ] . "</a><br /><br />";
}


instead of

if( $input_newsstory_sourceid )
{
echo "<a href=\"index.php?action=manageusers&amp;opts=edituser-" . $input_newsstory_sourceid . "\">" . $words_news[ 'VIEW_PROFILE' ] . "</a><br /><br />";
}


Hope it helps..


[EDIT]
Sorry, i've forgotten: CT Ver. CE 1.0.3

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic



Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.