slashCreations
Forum Replies Created
-
Forum: Plugins
In reply to: [CollabPress] Translation filesThanks for that ..
But don’t be sorry, thats just nothing next to the work you’ve done on this plugin!
I’m already planning to buy you a beer ^^
Forum: Plugins
In reply to: [CollabPress] Translation filesyeah yeah … The fact is i know how translation files are working … and the fact is that a broke my heads on that, and the fact is that there are sooooo much translations missing in your php files ..
ex in dashboard.php:
<div class="collabpress-project new"> <a href="#inline_content" class="add-new-project"> <div class="plus-sign">+</div> <h2>Add new project</h2> </a> </div> <?php } ?> <div style="clear: both"></div> <div style='display:none'> <div id='inline_content' style='padding:10px; background:#fff;'> <h2><?php _e( 'Add Project', 'collabpress' ); ?></h2>
So i have to create a template file juste to translate a h2 .. argh ..
Execpt this ***** eorors, your plugins is very promising, and i think i will use for myself .. There is a lot of potential and display designin possibilities .. i’m still trying it, but loving it!
Forum: Plugins
In reply to: [WP Project Managment Ultimate] How to modify templates pls ?Rhaaaa …
Resolved.Had to put the copied files into a collabpress folder ..
Thanks for the fast reply!
Well, let’s forget that sub-plugin option.
What can you suggest me so ? The only way to customize display is only editing your core plugin files ? … I can easily copy paste the admin_display function and modify it to my need, and calling it admin_display_custom, and creating a new shortcode for it, but if i create by editing your files, i will lose it on the next update.
Is there any change that i can put into my theme functions.php that can help me to modify the html display without modifying the plugin files ?Thanks!
Ok, thanks for the good news ??
But, do you have a tip to help me set the quality before your update. I’d like to have it working now ^^
Thanks for all the stuff you do there!
I changed this line in post-htumblai-editor/php/functions.php
// all other formats are converted to jpg if ( !imagejpeg( $image, $destfilename, 90) ){
to
// all other formats are converted to jpg if ( !imagejpeg( $image, $destfilename, 100) ){
I also changed the quality compression from 90 to 100 in these files :
wp-admin/includes/image.php and image-edit.php, and in wp-includes/media.phpThe image that i linked to, above, are resized with theses parameters.
Thanks if someone has a tip for me