demilio
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMovieLibrary] Get metadata with PHPThanks!! works like a charm ??
Here is how i used it, in case someone wants to know:
<ul class="list-group"> <li class="list-group-item"><h4>Overview</h4></li> <?php if ( wpmoly_get_movie_meta($post->ID, 'overview', true) ) { ?> <li class="list-group-item"><?php echo wpmoly_get_movie_meta( get_the_ID(), 'overview', true ); ?></li> <?php } ?> </ul>
@mikaweb – GERAT plugin!!! I just kicked out the plugin leaguetable and exchanged it with yours. I can see the potential in this dispite the small errors here and there.
Like gbvaz say’s I’m also having problem saving info like club-info, player-info etc… and sometimes I get an ID error in the fixtures when adding matches.
There is also a problem adding team-names with utf-8 characters. Hope you can fix this? ?? I’ve updated it manually trough phpmyadmin , but hopefully it will be in some future version ??
some requests/dreams:
Is it possible to make it autocreate matches between league teames when you create a league? Instead of setting up the matches it would be GERAT if the php league system would automaticly set up matches for you as a preset.FYI – Let me know if you need any help with norwegian translation or even some design.. ??
I just tried it after your e-mail and it didn’t work. The plugin works but the sub-users still dont see the stats-link in their dashboard.
remember that the main file is from 0.89 version. It works in 0.89 so what I did was just update to 0.90 and then I added the main file (wp-piwik.php) from the 0.89 version to the plugins-folder. Then I think i did some small changes to it to make it work together.
No, they can see theyre link after I added did the changes i did to the main plugin-file.
send me your e-mail and I can send you a zip with the files ??
I’m running wpmu and have activated wp-piwik as network not single site
I’m no pro so i cant remember what i did, but i know that the previus version had the link in the user dashboard. So what i did was downgrade wp-piwik to the prev version and then just manually upgrade to 0.9 all the files except the main plugin file… Wp-piwik.php i think?
It may be that i did some changes to that file too but cant rmemeber. I know i compared the main file from 0.9 and 0.89 and did some small editing but didnt really know what i did.
I use the wpmu with piwik yes. And all the blogger got a wp-piwik link in the dashboard now with stats. Hope you find it out bevause people love the stats.
Sorry for my bad english..
Forum: Fixing WordPress
In reply to: How do I Add images uploaded in the post to a default custom fieldI’ve done some research and almost got a solution now, but still haveing problems with the last peace.
Here is the update question:
I got a function that automaticly creates a custom field in the post. I have this located in my functions.php.
Image is the name of the custom field and
HERE
is the value. How can I put thefunction w_thumbnail_src
as the variable?add_action('wp_insert_post', 'mk_set_default_custom_fields'); function mk_set_default_custom_fields($post_id) { if ( $_GET['post_type'] != 'post' ) { add_post_meta($post_id, 'Image','HERE', true); } return true; }
and let me add that
w_thumbnail_src
is a function in the same file that looks like thisfunction w_thumbnail_src() { if (has_post_thumbnail()) { $thumb = wp_get_attachment_image_src(get_post_thumbnail_id(), 'emphasis'); echo $thumb[0]; // thumbnail url } }
It doesnt work. I “solved it” by going back to the older versio and updating some of the files manually. It works for now.
I really hope you add this support in the be t version. I got 200 bloggers so it would be hard to maintain the support if everyone shoud do this for them selvs hehe.
Its a great plugin btw ??
Why is’nt the WP-Piwik link showing for the sub-admins anymore? It’s a great stats for each admin, but after I upgraded to 0.9 it’s gone for all the membrs. Superadmin can still see the link in each blog-admin but it’s not there for each admin.
Hope you will add the link again as this is a good and working plugin for me and my users ??
PS: Dont know if this is relatet to the question from TheDudeAbides… but hope it can solve something for someone
Forum: Your WordPress
In reply to: My newsblogtemplateHi, thanks ?? You’re right hehe.
Thanks again for the great feedback. The positioning is notvery advanced but it solves the “newspaper” issue in WP ?? But it’s sorted by date and I would like to have an oportunity to sort it by priority to ?? but that is fir the future.
I have worked on this template buildup for about 2 months now and are very satisfied. Glad you liked it ??
Forum: Fixing WordPress
In reply to: just upgraded to 2.8.3, cannot see text or paste from word :-(no, that is very strange. I can have something to do with premissions on the server. I cant help you there I ‘m afraid
Forum: Fixing WordPress
In reply to: Automatic Title-sizeThis is a very usefull function for themedesigners. Does it exist? please.. anyone!
Forum: Fixing WordPress
In reply to: just upgraded to 2.8.3, cannot see text or paste from word :-(garbunk: Word is not a software to use online. I dont know any online-texteditor that supports copy/paste from word or any office software. But I may be wrong of course.
But the WP editor is built to format text and not recieve text from word or any other program. What you can do (not the best way..) is to save stuff as HTML in word and then paste the HTML code in to the HTML-view in the WP-teksteditor.
But you will search forever to find an editor that supports it.. if you find one, it will probably not look very nice when they publish the story.
Forum: Fixing WordPress
In reply to: just upgraded to 2.8.3, cannot see text or paste from word :-(Why do you use word, when WP have an exelent texteditor?
When you copy/paste from Word it will grab som invisible code with the text. Sometimes this code can mess up things when you copy/paste. If you edit stuff offline I advise you to use Notepad. Notepad is clean and does not bring any unvanted code when you copy paste.
The best way to style your text is to edit it in WP.