Posts by Augusto Felipe • 85 points
7 posts
-
1
votes0
answers102
viewsQ: Customize the php print
I would like to edit this view to print the separate items, each item generate a print. Follows the Code: <?php include "QRCodeGenerator.class.php"; function product_name($name) { return…
-
0
votes1
answer344
viewsA: One Signal Phonegap does not work
I discovered the solution the code was discontinued, adjusted being the documentation of Onesignal and installed the plugin Cordova-plugin-file that is responsible for saving the information of…
-
0
votes1
answer344
viewsQ: One Signal Phonegap does not work
I am updating a phonegap app, it compiles in the cloud without problems, but when trying to login that I am using One Signal to do it, it does not access, it is not a problem with the api because I…
-
0
votes1
answer144
viewsQ: Color status in gridview Asp.net C#
I need to make the text of the exam status of an app appear in different colors, in case wait black, marked green and not performed in red, these status are in an Enum. Follow my code, if anyone…
-
2
votes1
answer62
viewsA: Add Change Author in Quick Edit Type Post
I found the Solution Galera, I will pass the code to analyze how the correct function was. // ADICIONAR EDITAR AUTOR add_action('init', 'wptips_custom_init'); function wptips_custom_init() {…
-
3
votes1
answer62
viewsQ: Add Change Author in Quick Edit Type Post
I created a type post to customize the wordpress admin of a client, everything works perfectly, however the option to change the author of the post in "quick edit" does not appear, I know by default…
-
2
votes2
answers1450
viewsQ: C#url shortener
I’m adjusting a code in c# for a url shortener api to send in the sms inside an application, it’s all working, but the out-of-code api works, but within the code the Return comes back nothing, I’m…