Tagged: Bepro listing
- This topic has 8 replies, 2 voices, and was last updated 13 years, 2 months ago by BePro Software Team.
-
AuthorPosts
-
April 11, 2013 at 3:57 pm #204[email protected]Participant
Hi, I’m wanting to change a few things, i have installed buddypress and Bepro listings:
1. is there any way of changing the name on the members page from listing to classifieds?
2. When a member logs in to place a listing all the categories are in tick boxes can these be changed to drop down boxes? 1. for Car Make, car model then year of car.
I have already changed a few things like, no approval for job listings, all ads go at the top and i have customized my search box, however i would love to add a text search box on the search page as well.
Thank you.
April 11, 2013 at 11:24 pm #205BePro Software TeamKeymasterHi,
1) There are two ways of doing this via the code A) via the translation file or B) via editing the php file
2) This would require custom coding. Would you like someone to contact you directly regarding having that developed asap?
Bepro Software Team
April 11, 2013 at 11:25 pm #206BePro Software TeamKeymasterCan you elaborate on the text search feature you are referring to? We do have shortcodes for or search box
April 12, 2013 at 12:54 am #207[email protected]ParticipantOk no worries, i have spend hours searching and testing but anytime i try to change the word listing to classifieds it wont work, then the guy that made the changes for me said it can’t be one. Any tips which page its on so i can change it?
Thats ok i finally fixed the search box.
April 12, 2013 at 7:55 am #208BePro Software TeamKeymasterHi,
We designed the plugin to be easily editable. In actuality, before even checking the language files in the “/language” folder, you should try changing the value for “BEPRO_LISTINGS_SLUG” on line 252 of bepro_listings_functions.php in the latest version of the plugin on wordpress.org
Let us know you find it. You can see it referenced online here:
http://plugins.svn.wordpress.org/bepro-listings/tags/1.2.31/bepro_listings_functions.php
April 14, 2013 at 3:56 pm #209[email protected]ParticipantHi, I have just checked in this file /public_html/wp-content/plugins/bepro-listings/bepro_listings_functions.php and there is nothing on line 252 to change. Here is whats on line 251-260 as you can see there is only { on line 252 I have version 1.2.21 which appears to be the lasted version.
function advancesearch()
{
//$location=”http://restodesto.com.au/search-listings/”;
echo “<a href=’http://restodesto.com.au/search-listings/’>AdvanceSearch</a>”;
//wp_redirect($location);
}//Return Listings that meet requested critera.
function bepro_get_listings($returncaluse = false, $catfinder = false, $limit_clause = false){
global $wpdb;Any other suggestions?
April 14, 2013 at 11:31 pm #221BePro Software TeamKeymasterHi, the latest version of the plugin is 1.2.31. The link provided before specifically referenced the code in the wordpress repository that everyone downloads.
http://plugins.svn.wordpress.org/bepro-listings/tags/1.2.31/bepro_listings_functions.php
April 17, 2013 at 1:52 am #249[email protected]ParticipantThanks for that help, I’m wondering if you can please help me with one more thing, is there a quick way of changing the tick boxes when placing a classified to drop down selections instead?
April 18, 2013 at 3:47 am #251BePro Software TeamKeymasteryou would have to actually edit the code.
-
AuthorPosts
- You must be logged in to reply to this topic.
