candell
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Print all categories in templatebrilliant thank you, I searched and never found that one!
Forum: Plugins
In reply to: [Business Directory Plugin - Easy Listing Directories for WordPress] RegisterHi
I have Require Login ticked and when someone goes to submit a listing without being logged in they get the message
You are not currently logged in. Please login or register first. When registering, you will receive an activation email. Be sure to check your spam if you don’t see it in your email within 60 minutes.
and are presented with a login screen. There is no link on the register text, how do they regsiter?
Thanks
Forum: Plugins
In reply to: [Business Directory Plugin - Easy Listing Directories for WordPress] RegisterOh and when somepne adds a new listing, does it go straight on, does it send a notification to the administrator and can I set it so that it doen’t go on until it is authorized?
Yes I noticed that on a previous comment, I am wanting randomised results on the listings page not as a widget
I am using 2.1.6.1 and it didn’t work for me either.
If anyone is interested this is now working for me, I was checking $field->type when I should have been checking $field->validator
All sorted now, i know it’s bad but what the client wants…
I want to retain thumbnails as this adds nice design to the page and also gives a preview of the listing. A ‘view profile’ link is better for usability.
I disabled all plugins apart from this one, problem still there.
I then added the businessdirectory-category.tpl.php file to twentyten and twentyeleven themes and activated those and the same problem persists.
Does no-one else get this?
edit: I have just downloaded a clean install of wordpress, installed the plugin and moved over the category template and the problem is there.
Hope that helps find a solution
Thanks for the reply, I am customizing the template businessdirectory-listing.tpl.php, $main_image returns the entire image tag, how do I return just the url of the image?
I also need to do the same in the extra images loop
<?php foreach ($extra_images as $image): ?> <?php echo $image; ?> <?php endforeach; ?>Great plugin, I am enjoying customising the templates to give it the look and feel I need.
Forum: Fixing WordPress
In reply to: Moving wordpress site from one folder to root directoryYou have to backup the files and upate the database with the new url. The easiest way is to use phpmyadmin or similar mysql interface and generate a sql of your database,find and replace the old url with the new url in this sql file then import this as a new database.
Forum: Fixing WordPress
In reply to: selling same items on ebayThanks for the reply, an iframe is a possibility but it would look shall we say, a little naff 🙁
Forum: Fixing WordPress
In reply to: 404 for readers when publising a new blog post.htaccess rule?
Forum: Fixing WordPress
In reply to: I think its ALL lostAre they called hostonce because they don’t have any repeat customers?Threaten legal action unless they provide the database, might be worth a go.
Forum: Fixing WordPress
In reply to: 404 for readers when publising a new blog postYou haven’t set it to private in the publishing options have you?
Forum: Fixing WordPress
In reply to: Problems uploading to media libraryWordPress creates a new directory if you tick the box ‘Organize my uploads into month- and year-based folders’ for each year and month on the settings > media page.
The page above also specifies the location of the uploads.
Can you ask your host to add write access to the uploads folder?
try reverting back to your old theme temporarily and seeing whether you can add images or whether you still receive the error. This will eliminate any theme issues or highlight the theme as the problem.