Add News Story file?
ReviewStud 135
From: -
From: -
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?
ReviewStud
OP
135
From: -
From: -
You are...
https://fc.usd497.org/~DReber/FOV1-00034FD0/S06396A66.0/Peter%20Griffin%20freakin%20sweet.jpg
...in my book.
Thanks again.
https://fc.usd497.org/~DReber/FOV1-00034FD0/S06396A66.0/Peter%20Griffin%20freakin%20sweet.jpg
...in my book.
Thanks again.
1 Re: Add News Story file?
Philipp Esselbach
From: -
Editor
0From: -
You are looking for this line:
$html -> uppertext( $words_news[ 'NEWS_LINK' ], "input_newsstory_link", $input_newsstory_link );
1 Re: Add News Story file?
ReviewStud
OP
135
From: -
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)
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?
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?
Philipp Esselbach
From: -
Editor
0From: -
/cadmin/news/adminaddnewsstory.php
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.