Frederik Liljefred. M.D.
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Runners Log] Running gear statisticsHave a nice trip 😀
Forum: Plugins
In reply to: [Plugin: Runners Log] Weather integrationI found a issue – but Im not sure if there something to do with it?
The weather data is always the weather at the moment.
If I update a old post related to a running course the weather is set to todays weather and not the weather the post was created…
Is there someway to match it with the PostDate?
Forum: Plugins
In reply to: [Plugin: Runners Log] Weather integrationWell, I understand the idea – but will there be any feedback – how many plugin have you installed? and how many times have you given feedback?
This plugin is downloaded 1000times and there is 6 votes (I like them all cause they are rating the plugin good 🙂 ) but it’s 1 vote per nearly 200 downloads…
Forum: Plugins
In reply to: [Plugin: Runners Log] Running gear statisticsHey,
I do it this way:
1. go to gear manager
2. add a new gear item
3. In “upload image” fields press “Upload image”
4. The media library opens
5. either upload a new image from your computur or use one of the images in your media library
6. Find your image and press “Show”
7. Then press “insert into post”
8. Now you see the path to the shown image in the path field eg like in my case: http://localhost/wordpress/wp-content/uploads/2010/08/runners-log-graph-150×150.png …The problem is when you press “Add item” the path is not stored in the database and the field is therefor empty….
Forum: Plugins
In reply to: [Plugin: Runners Log] Running gear statisticsNot a problem – this is a spare time project 🙂
Well, the problem is not the gear image upload. I think it is handled quite well at the moment. The problem is it will not store the path to image (the $image varible) and I cant figure out why? The path to the image is automaticlly inserted into the formular.
At the moment my idea is there only should be support of one image and the problem is to store the path in gear_image using $image …
Does it make sence? Or?
Forum: Plugins
In reply to: [Plugin: Runners Log] Weather integrationNo further suggestions at the moment…
The only thing was image support. I remember you said something about it could show an image also but that aint important for me.
Great job!! 🙂
I will test it later…
Forum: Plugins
In reply to: [Plugin: Runners Log] Running gear statisticsAhahah – sry my german is a little rusty… 😀
Forum: Plugins
In reply to: [Plugin: Runners Log] Weather integrationTry to change this in runnerslog_weather_settings.php
echo '<input name="runnerslog_woeid" type="text" id="runnerslog_woeid" value="'.$woeid.'" class="small-text" />';to this
echo '<input name="runnerslog_woeid" type="text" id="runnerslog_woeid" value="'.$woeid.'" class="small-text" size="7" maxlength="8" />';Forum: Plugins
In reply to: [Plugin: Runners Log] Running gear statisticsIts GPL, so feel free to use 🙂
construction site?
Forum: Plugins
In reply to: [Plugin: Runners Log] Weather integrationGood morning!
Im a little hurry…
Just a minor one – but I think the field lenght for the WOEID should be a little longer. As it is now it cuts the last chars for my city, Odense,
556053
I will test it more later today..
Just another thougt – we might want to have a [runners_log_weather] tag as well.
Forum: Plugins
In reply to: [Plugin: Runners Log] Running gear statisticsThank you…
I only have a notebook/laptop…
Forum: Plugins
In reply to: [Plugin: Runners Log] Running gear statisticsWell, Are you able to make the changes?
I have uploaded a new meta_box-file – I also have problems related to that one :S
It will not store data in the field….
Im sorry but Im a little helpless…. :S
Forum: Plugins
In reply to: [Plugin: Runners Log] Running gear statisticsIf we change the field “gear_isDone” to “gear_inUse” we could use this directly to select items that should be shown (we just need the opposite value of what we have currently).
Im not sure if I understand this…
Should we add a new field there is the oposite value of the gear_isDone?
Else we could create
If gear_idDone = '0' { blabla 1; } else { blabla 2; }Forum: Plugins
In reply to: [Plugin: Runners Log] Weather integrationSeems like a solution! 🙂
Forum: Plugins
In reply to: [Plugin: Runners Log] Running gear statisticsHeheh cool.
I will look deeper into this later this night…
Thanks for your help!!
Have a nice day..