Wilf James
Forum Replies Created
-
Forum: Plugins
In reply to: [12 Step Meeting List] Unable to make changes or update meetingsYes I have found that contrary to the details about filling out a minimum of information in the address section if it is only an online Zoom meeting I have to keep the complete address, if I don’t I am unable to ‘update’ the information!
Forum: Plugins
In reply to: [12 Step Meeting List] Unable to make changes or update meetingsThis did help enormously, it certainly got my Maps working with Mapbox and then I was able to update.
Still working on it but thank you for your speedy response and I have noted where to go for support.
Best regards.
Forum: Plugins
In reply to: [Download Manager] PDF file corruptionYes, thank you all is working great. As already said, thanks for a great plugin and support.
Forum: Plugins
In reply to: [Download Manager] PDF file corruptionI have just downloaded and installed the free version of Download Manager and have experienced the same problem. I have had to deactivate NextGen for the download to work correctly which is not good as my site is photo based.
Can you tell me if the same happens for the paid version?
…and will there be a fix for this soon?TIA
Wilf.
Forum: Plugins
In reply to: [Awesome Flickr Gallery] Modify Image SizeHi Ronak,
Yes I would be OK to make changes to a PHP file on my server.Thanks for looking into the issue with Flickr, I look forward to hearing back from you.
All the best,
WilfForum: Requests and Feedback
In reply to: Using flickr to make photoblogThanks for the good words Frenchie91.
And NuclearMoose, thanks. I will have a look at Pictorialis II.
I would love to be an awesome coder, but all that code jumbles together in front of my eyes and drives me crazy not understanding it. Thanks to you and podz and other like you, I can at least get a very basic understanding – but it’s difficult.
I suppose I will have to be satisfied just being an awesome photographer!!Forum: Themes and Templates
In reply to: Blog appearance/designI have been working through changing my photoblog using the CSS help which can be found here:
http://www.mfr.f2s.com/graphicalcss/index.html
Good luck.
Best,
Wilf
http://www.focusonparis.comForum: Installing WordPress
In reply to: Install Help!“I tried this, and it didn’t work :(“
I am no expert, but I have found when the likes of WordPress say it’s a 5 minute install, that’s what it is!!
However I worked slowly through all the changables until I found the correct combination. Bingo! When I got it right it took just under 5 minutes for the install to happen.
I am still working on getting the formula for my PHOTOBLOG correct. I am getting there. My first few enteries can be seen here.
: http://www.focusonparis.com
Hope you get up and running soon.
Wilf.Forum: Installing WordPress
In reply to: Install Help!I must fall into the 1% who need to change “localhost” to the IP address of my host.
I slowly worked through the settings changing one thing at a time and eventually the “wp-admin/install.php” did its thing and I was in. From there a very simple setup. And yes it took 5mins!!
Wilf James.Forum: Installing WordPress
In reply to: Install Help!Does no one have any suggestions as to what I might try??
Forum: Installing WordPress
In reply to: Install Help!This is at the top of the interface when I open the phpMyAdmin:
Welcome to phpMyAdmin 2.5.5-pl1
MySQL 4.0.16-standard running on localhost as my55505@localhost
Here is the wp-config.php:
<?php
/** WordPress’s config file **/
/** http://ww.wp.xz.cn/ **/
// ** MySQL settings ** //
define(‘DB_NAME’, ‘my55505’); // The name of the database
define(‘DB_USER’, ‘my55505’); // Your MySQL username
define(‘DB_PASSWORD’, ‘*****’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’
// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);
/* Stop editing */
$server = DB_HOST;
$loginsql = DB_USER;
$passsql = DB_PASSWORD;
$base = DB_NAME;
define(‘ABSPATH’, dirname(__FILE__).’/’);
// Get everything else
require_once(ABSPATH.’wp-settings.php’);
?>
It must be something simple for me to do or change to get wordpress to run – anybody got any ideas?
WilfForum: Installing WordPress
In reply to: Install Help!Could you explain what this means Kevin
2. create username
3. add username to database??
Wilf.Forum: Installing WordPress
In reply to: Install Help!OK I will. It’s late where I am so probably tomorrow before I get anything back. I did of course check the other posts before jumping in. I have also checked (again) that there are no spaces before or after any of the info that I put into wp-config.php.
Could you give a bit more of an explanation regarding:
– that your ‘username’ is correctly associated with mysql
– that your username has all priviledges
Thanks for your help.