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

Add News Story file?


avatar
ReviewStud 135
From: -
Add News Story file?

Where is the "add news story" file? I'd like to move the news link field on the "add news story" page closer to the top page, but I can't find the file.

Notice

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

Responses to this topic


1 Re: Add News Story file?
avatar
Editor
0
From: -
You are looking for this line:

 $html -> uppertext( $words_news[ 'NEWS_LINK' ], "input_newsstory_link", $input_newsstory_link );

1 Re: Add News Story file?
avatar
OP 135
From: -
Found it. Thanks, but I am having some problems getting the "news link" field closer to the top of the page.

I found and moved the "input_newstory_link", but nothing changed on the even after I imported the template set (which I didn't think would work, but tried anyway)
     $input_newsstory_link = ( isset( $_POST[ 'input_newsstory_link' ] ) ) ? $security -> checkvar( $_POST[ 'input_newsstory_link' ] ) : "" ;   

$input_newsstory_seo = ( isset( $_POST[ 'input_newsstory_seo' ] ) ) ? $security -> checkvar( $_POST[ 'input_newsstory_seo' ] ) : "" ;


I've look over the rest of the code on that file, but what do I need to select to move the "news link" field?
1 Re: Add News Story file?
avatar
Editor
0
From: -
/cadmin/news/adminaddnewsstory.php

Notice

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