
- ridabenharrou
About ridabenharrou
- Location:
- Morocco
Total Posts
- Total Posts
- 169
- Posts Per Day
- 0.03
Total Thanks
- Total Thanks
- 2
General Information
- Last Activity
- November 19th, 2021
- Join Date
- June 6th, 2011
- Referrals
- 0
14 Likes
-
styki liked post by ridabenharrou On thread : Cp_city dropdown
hello
go to your phpmyadmin your bdd-> table (prefix_ cp_ad_fields) searche cp_city and click edit
in field_type put drop-down and click save
go back to wp-admin > classipress > Custom...
Liked On: March 9th, 2015, 01:41 PM
-
talent liked post by ridabenharrou On thread : add a "no-featured tab"
si tu veux afficher tous les annonce non-featured supprimer 'orderby' => 'rand' dans le code précident
featured
query_posts( array( 'post_type' => APP_POST_TYPE, 'ignore_sticky_posts' => 1,...
Liked On: December 19th, 2014, 07:47 PM
-
bluehavoc liked post by ridabenharrou On thread : Custom Categories for ClassiPress
yes you can do this by code
Liked On: November 22nd, 2014, 10:51 PM
-
picturesmarket liked post by ridabenharrou On thread : Add Register fields
try advance field for classipress if tou want to add in register and other form buy this http://marketplace.appthemes.com/plugins/advanced-custom-fields-for-classipress/
or add field manually
Liked On: November 11th, 2014, 06:12 AM
-
talent liked post by ridabenharrou On thread : Add Register fields
try advance field for classipress if tou want to add in register and other form buy this http://marketplace.appthemes.com/plugins/advanced-custom-fields-for-classipress/
or add field manually
Liked On: November 10th, 2014, 01:07 PM
-
4briang liked post by ridabenharrou On thread : Send BCC to admin of single ad contact form
in function cp_contact_ad_owner_email add this 2 line:
$Bcc = get_settings('admin_email');
$headers = "BCC: $Bcc \r\n";
and change wp_mail to
wp_mail( $mailto, $subject, $message ,...
Liked On: March 30th, 2014, 08:52 PM
-
jordan98 liked post by ridabenharrou On thread : Cp_city dropdown
hello
go to your phpmyadmin your bdd-> table (prefix_ cp_ad_fields) searche cp_city and click edit
in field_type put drop-down and click save
go back to wp-admin > classipress > Custom...
Liked On: January 13th, 2014, 10:55 PM
-
athora liked post by ridabenharrou On thread : Help creating widgets for each category
replace this line in your code
by this
Liked On: August 27th, 2013, 05:34 PM
-
tkddroid liked post by ridabenharrou On thread : Auto fill logged in user details
you can edit sidebar-ad.php (child-theme)
Liked On: August 4th, 2013, 01:06 PM
-
giezzy liked post by ridabenharrou On thread : Denied acces for non Admin
go wp-admin >> settings >>Permalink
in Custom Structure add this /%ads%/%postname%/ and click save
Liked On: May 2nd, 2013, 07:36 PM
-
samcy liked post by ridabenharrou On thread : Report Ads in draft from Admin
you can ad this option use
add_action('bulk_edit_custom_box', 'my_functions_show, 10, 2);
and
add_action('admin_head-edit.php', 'mysave_data_fucntions'); (use ajax in this)
Liked On: April 19th, 2013, 11:08 AM
-
samcy liked post by ridabenharrou On thread : ClassiPress sidebar - contact/map/poster
open sidbar-ad.php and put this code after ligne 15 (before )
and put after line 147 ( )
Liked On: March 20th, 2013, 06:54 PM
-
samcy liked post by ridabenharrou On thread : How to add a field to in contacting advertiser?
add this to includes/theme-emails.php after line 266
$from_tel = strip_tags($_POST['from_tel']);
and add this after line 286
$message .= sprintf( __( 'Phone: %s', APP_TD ), $from_tel ) ....
Liked On: March 15th, 2013, 11:31 AM
-
samcy liked post by ridabenharrou On thread : Cp_city dropdown
hello
go to your phpmyadmin your bdd-> table (prefix_ cp_ad_fields) searche cp_city and click edit
in field_type put drop-down and click save
go back to wp-admin > classipress > Custom...
Liked On: March 15th, 2013, 10:06 AM