I downloaded and activated a plugin in wordpress this one ---> [link]
I don't know why it won't work what file should I edit? this error message appears
Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in /home/thefilme/public_html/blog/wp-content/plugins/user-submitted-posts/user-submitted-posts.php on line 280
Warning: Cannot modify header information - headers already sent by (output started at /home/thefilme/public_html/blog/wp-content/plugins/user-submitted-posts/user-submitted-posts.php:280) in /home/thefilme/public_html/blog/wp-includes/pluggable.php on line 881
I want it (the website i'm working on) to be something like this: [link]
alternatively... i dont really knnow what you're doing but you can do this if you need to add a style to a particular div and are too lazy to add external css file
[code]
[/code]
lastly... since you are using the div id = sideybarey in the css you have to point out exactly what you are doing... like the steps
so in your css you need to do something like #usp ul { list-style-type: none; }
hopefully that wasnt too confusing I didnt reference anything while i was writing this... lol msg me if u need better clarification
(td width="300" align="left" valign="top") (div id ="sideybarey") (style type="text/css")
the style type should go up top... is what i meant... between the (head) (/head) tags
and i dont know what i put fo the last [code] thing... lol... shiet but just add the bottom part of my comment... the #usp ul { stuff... should fix your ul problem
I'm using a combination of WYSIWYG editor and when something is a miss I try to use manual coding ) I'm using a plugin in wordpress and its the plugin that automatically puts ul any idea how i can remove it?
here is the PHP of the said plugin
<?php /* Plugin Name: User Submitted Posts Author: Jeff Starr @ Perishable Press Author URI: [link] Plugin URI: [link] Description: The User Submitted Posts plugin enables your visitors to submit posts from anywhere on your site. Version: 1.0
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
if (!class_exists('Public_Submission_Form')) { class Public_Submission_Form { var $version = '1.0'; var $_post_meta_IsSubmission = 'is_submission'; var $_post_meta_Submitter = 'user_submit_name'; var $_post_meta_SubmitterUrl = 'user_submit_url'; var $_post_meta_SubmitterIp = 'user_submit_ip'; var $_post_meta_Image = 'user_submit_image'; var $_post_meta_ImageInfo = 'user_submit_image_info'; var $settings = null;
$settings['redirect-url'] = ''; //site_url(); $settings['error-message'] = __('There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images.');
I downloaded and activated a plugin in wordpress this one ---> [link]
I don't know why it won't work what file should I edit?
this error message appears
Warning: getimagesize() [function.getimagesize]: Filename cannot be empty in /home/thefilme/public_html/blog/wp-content/plugins/user-submitted-posts/user-submitted-posts.php on line 280
Warning: Cannot modify header information - headers already sent by (output started at /home/thefilme/public_html/blog/wp-content/plugins/user-submitted-posts/user-submitted-posts.php:280) in /home/thefilme/public_html/blog/wp-includes/pluggable.php on line 881
I want it (the website i'm working on) to be something like this: [link]