That did not work. It still only shows the business name/phone number/email/website/description.
Printable View
That did not work. It still only shows the business name/phone number/email/website/description.
Hmm, you sure your listings have all the fields filled in? I just installed the plugin on my dev box and it worked for me [see image]
http://imgur.com/Ou0NB.jpg
It worked! Thanks a lot :)
I bet it will help others out as well ;)
I am still working on the site itself, but here is the Business Directory
Why is there a random ' after every listing?
For example: [removed by request :)]
P.S. I am guessing the business directory plugin can be displayed as page, right? I might use it. :)
Edit: D'oh! It says 'directory page' right in the description. =P
Thanks for noticing it! I will look into that.
PS: Can you edit your post to remove the business information, Thanks :)
Hey, I looked through the plugin for ya (again :p) and found why it's adding the ' at the end of the listings.
Open requests.php and on line 35 you'll see this :
simply remove the ' in-between the " signs so it looks like soPHP Code:$v["street1"],$v["street2"],$v["city"],$v["state"],$v["zip"],$v["country"]."'"
You'll need to edit out the ' in any already listed listings because they were added to the database like that, it's tacked on to the end of the country field.PHP Code:$v["street1"],$v["street2"],$v["city"],$v["state"],$v["zip"],$v["country"].""
Nice slideshow by the way, I think thats exactly what I was looking for.
edit: just downloaded and testing it!