khdown
Forum Replies Created
-
Forum: Plugins
In reply to: Help me with the name of the plugin!I have found the name of the plugin-in but I just can’t find it here.
Its name is ET Button. Can anyone show me the link to download the plugin?
Forum: Themes and Templates
In reply to: A theme problemMy theme is ClassiPress 3.0.5.1. Thank for your reply but I still don’t get it because I have never learnt coding…
Forum: Fixing WordPress
In reply to: PHP Error MessageSorry to border you a bit more. Help me by being more explicit and give step-by-step guides so I can follow.
Forum: Fixing WordPress
In reply to: PHP Error MessageAnd here is the code of the second error message on line 3321:
317 // display all the custom fields on the single ad page, by default they are placed in the list 318 area
319 if (!function_exists(‘cp_get_ad_details’)) {
320 function cp_get_ad_details($postid, $catid, $locationOption = ‘list’) {
321 global $wpdb;
322 //$all_custom_fields = get_post_custom($post->ID);
333 // see if there’s a custom form first based on catid.
334 $fid = cp_get_form_id($catid);
335
336 // if there’s no form id it must mean the default form is being used
337 if(!($fid)) {
338
339 // get all the custom field labels so we can match the field_name up 340 against the post_meta keys
341 $sql = $wpdb->prepare(“SELECT field_label, field_name, field_type FROM “. 342 $wpdb->prefix . “cp_ad_fields”);
343
344 } else {Forum: Fixing WordPress
In reply to: PHP Error MessageHere is the code.
17 // global variables – DO NOT CHANGE
18 $app_theme = ‘ClassiPress’;
19 $app_abbr = ‘cp’;
20 $app_version = ‘3.0.5.2’;
21 $app_edition = ‘Personal Edition’;22 // legacy classipress path variables
23 $upload_dir = wp_upload_dir();
24 define(‘UPLOADS_FOLDER’, trailingslashit(‘classipress’));
25 define(‘CP_UPLOAD_DIR’, trailingslashit($upload_dir[‘basedir’]) . 26 UPLOADS_FOLDER);
27 define(‘TIMTHUMB’, get_bloginfo(‘template_url’).’/includes
28 /timthumb.php’);29 // activate support for .mo localization files
30 load_theme_textdomain(‘appthemes’);Forum: Fixing WordPress
In reply to: PHP Error MessageCan you tell me more about how to disable the line because I just started to use wordpress for 2 days?