MyBB Hacks

Full Version: Restaurant Review
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
I went and got the map working.

I had used resrev_loc instead of resrev_location so I had to edit the templates to make it show up and work properly.

Now it works with the map and I can show off the reviews (and check out the recipes which I based on this):

http://foodratings.info/Forum-Reviews
geo location didn't show on postbit, can you help me?
Maybe, if you give more info about your problem.
simply geo location map appears on "newthread template" AND on "editpost_first template"
BUT
the map don't appear on "postbit_first template"
like this:
[attachment=941]
Check your postbit_first template.
Hello,
I have a question, I use the Related Thread Plugin in my forum. Is it possible to include the plugin in the Restaurant Review?
I have edited the resrev_newthread template and added the following code there in line 86.

Code:
<tr id="relatedThreadsRow" style="display:none;"><td class="trow2" valign="top"><strong>{$lang->relatedThreadsTitle}</strong></td><td class="trow2" id="relatedThreads">{$relatedThreads}</td></tr>


But I do not see similar topics. I also use xthreads Product Review there are similar topics displayed without what was changed on the template.
[attachment=1179]

Can someone help me there?

Another problem is that xthreads at ä, ü, ö makes trouble.

For example, if you want to upload a picture called änderung.jpg the picture will not be displayed. If I upload the picture with aenderung.jpg it works. Is it possible to adjust that somewhere in xthreads also ä, ü and ö work?

Greetings lenox

Hello
I hope somebody understand my bad english and can help me.I use the restaurant review für my 1.8.22 forum.
Picture Restaurant 1 is the original
Picture Restaurant 2 is my forum
I don´t know what is wrong
[attachment=1290]
[attachment=1291]
in my forum the numbers 80 60 60 80 are the displays for the stars in the first pic
thx
Lordikon30
hi
what i have to do to make google maps work properly? I have an API key, but I don't know how and where to use it to use the google maps function.
THX
Lordikon30
now google maps works but not correctly.I have the following error message when i click on "Get geo Location" --->Geocode was not successful for the following reason: REQUEST_DENIED. any idea what is wrong now ?
thx
greets
Lordikon30
Unfortunately, the Google Maps is not "free" anymore.
If you have an API for Google Maps, you can try changing this code:

Javascript Code
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>

into:

Javascript Code
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&sensor=false"></script>


Reference:
https://developers.google.com/maps/docum...https://developers.google.com/maps/documentation/javascrip

Pages: 1 2 3 4 5
Reference URL's