loading…

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 26 total)
  • Author
    Posts
  • in reply to: Update June 13th #4387

    loading…
    Free User
    Post count: 44

    <deleted>

    in reply to: New Moderator #4295

    loading…
    Free User
    Post count: 44

    Cool! 😉

    in reply to: Wishlist /Suggestions #4107

    loading…
    Free User
    Post count: 44

    +1 For the editable pop up box. And it would be nice to have an option to have that pop up box always shown. IMHO, it would be nice feature for the Gmap widget on detail page.

    in reply to: Translation: A Lot of Text Not Translate #3964

    loading…
    Free User
    Post count: 44

    There’s more for ADD PLACES:

    Time
    Enter Business or Listing Timing Information. eg. : 10.00 am to 6 pm every day
    Phone
    You can enter phone number,cell phone number etc.
    Website

    in reply to: Translation: A Lot of Text Not Translate #3963

    loading…
    Free User
    Post count: 44

    Well, that’s why I can’t find & translate e.g. event manager related texts. And maybe that’s why I don’t find some of the translatable texts. I’m noticed that the .po file are missing from the plugins. But I thougt that’s because GD use the geodirectory-en_US.po file, only.

    It will be much nicer if there will be separetad language files for the plugins and framework. The rest of the texts could go separated files, like frontend and backend, if it’s possible, and if it’s make sense.

    I think I will wait for the next release for this translating thing.

    Here’s just a few of the texts that I cannot translate. They’re from the “Add Places” and “Add Events” pages. (** = not found)

    ADD PLACES:

    Select Package
    Coupon Code
    Enter Coupon Code
    Enter coupon code here (optional)
    Enter Listing Details
    **Business Owner/Associate?
    Category
    Select listing category from here. Select at least one category
    Address
    Please enter listing address. eg. : <b>230 Vine Street</b>
    Country
    Region
    City
    Zip/Post Code
    Set Address On Map
    Select Map View
    You can enter your business or listing twitter url.
    You can enter your business or listing facebook url.
    You can enter your business or listing email.
    You can enter your business or listing website.
    Video
    Add video code here, YouTube etc.
    Special Offers
    Note: List out any special offers (optional)
    Add Images : <small>(You can upload more than one images to create image gallery on detail page)</small>
    **Please accept terms and conditions
    Review Your Listing

    ADD EVENTS:

    All the event manager related texts are missing. Event manager don’t have any language support, as I see.


    loading…
    Free User
    Post count: 44

    😉 Hehe, okay!


    loading…
    Free User
    Post count: 44

    Dear Paolo!

    Thanks for your fast reply!

    I double checked and the main GDF theme works the same, not just my child theme.

    Thanks!

    in reply to: Translation: A Lot of Text Not Translate #3946

    loading…
    Free User
    Post count: 44

    Dear Stiofan!

    Thank you for your fast reply! I will try to make a list, including all the texts I had issues with.

    I will let you know!

    in reply to: How to display the name of current location? #3785

    loading…
    Free User
    Post count: 44

    Found the

    geodir_get_current_location

    function. My problem solved.


    loading…
    Free User
    Post count: 44

    Dear Vikas!

    Your query doesn’t work for me, unfortunately.

    This is my working solution:

    
    
    
    SELECT SUM(rating_count) 
    FROM geodir_gd_place_detail 
    WHERE FIND_IN_SET('2',gd_placecategory);
    

    Now, I have to try and make it work with the selected location. Let’s say a city. So, it would only count the ammount of “Restaurants” reviews, if the restaurants are located in the selected city. 😀


    loading…
    Free User
    Post count: 44

    Dear Vikas!

    Thank you for your reply!

    I will check it out when I got home, and let you know!

    Best Regards

    in reply to: Wishlist /Suggestions #3684

    loading…
    Free User
    Post count: 44

    😀

    No problem, thanks for being honest! 🙂


    loading…
    Free User
    Post count: 44

    Dear Paolo!

    I’m never done such things like before, but with a $wpdb class and a few line of code, I was able to resolve one of my problem.

    If anyone interested, here’s the code:

    
    
    
    <?php global $wpdb;
    
    	$result = mysql_query(
    	'
    	  SELECT default_category, SUM(rating_count) AS value_sum 
    	  FROM geodir_gd_place_detail
    	  WHERE default_category = "2"
    	  GROUP BY default_category;                                    
    	'
    	);
    
    	$row = mysql_fetch_assoc($result);
    	$sum = $row['value_sum'];
    	echo $sum;
    ?>
    

    In this example my “Restaurants” default category has the id=2. Right now it’s only works with default categories, but I’m still working on it. I will like to use gd_default_category instead of default_category column.

    Keep up the good work, Guys!

    in reply to: Wishlist /Suggestions #3674

    loading…
    Free User
    Post count: 44

    A “Recent Reviews” widget would be nice to have.

    in reply to: Update: 5th June #3673

    loading…
    Free User
    Post count: 44

    Thank you for letting us know!

    Keep up the good work!

Viewing 15 posts - 1 through 15 (of 26 total)