Posts by Marcello Infoweb • 141 points
15 posts
-
-1
votes1
answer170
viewsA: Enable Whatsapp upload button with js "pure"
Follow the answer to those who, like me, had doubts. It is easy to give "down vote" when the will to help is 0, be useful, if can not help, pass... Code.: var inputMessageBox =…
-
-3
votes1
answer170
viewsQ: Enable Whatsapp upload button with js "pure"
IMPORTANT: This is for an extension to Chrome, not for illicit attitude. Don’t give Down Vote without stating the reason, please. How could I insert a text in the Whatsapp message div and activate…
-
0
votes1
answer23
viewsA: Calculate the total price of the column with ng repeat
I have resolved this amendment: $scope.totalIncome = function (filteredArrayIncome) { let total = 0 for (let i = 0; i < filteredArrayIncome.length; i++) { const sum = filteredArrayIncome[i] total…
-
-1
votes1
answer23
viewsQ: Calculate the total price of the column with ng repeat
I am trying to sum up in the column of total prices, but it is not updated as you search, the value keeps the total sum and not the items that are showing. angular.forEach($scope.receivables,…
-
-1
votes1
answer42
viewsQ: Save multiple data with a single identifier in mysql and php
I’m making a screen to show the discounts in opencart admin, by sub store, I can already save in a table for testing, the biggest problem is: How should be done properly in this case to be saved in…
-
0
votes0
answers28
viewsQ: Page load equal G+
I’m taking a risk in PHP and making a simple administrative panel, without framework, to manage registered users, how can I load pages in the admin without reloading the side menu and the navbar…
-
1
votes1
answer110
viewsQ: Select in Mysql and Insert in Firebird
How to make a "select" in the Mysql/Mariadb and "Insert" database of the data collected in Firebird().
-
0
votes2
answers441
viewsQ: Direct port 5060 (SIP Asterisk) to eth1
I am intending to use iptables in Centos 6.5 for all Freepbx (Asterisk) outputs via eth1. I have two network interfaces: eth0 --> internal network (for connecting Pcs to Softphone) eth1 -->…
iptablesasked Marcello Infoweb 141 -
-1
votes1
answer75
viewsQ: Split monetary value by checked box
I have doubts about how to make it work, check several "checkbox" or just one, enter a value in the "Total" input and show the split result, without refresh on the page, I tried with . on change,…
-
1
votes0
answers33
viewsQ: Site versioning for VPS
What tool and services to use to select a local site and then "commit" to a VPS, for example?
versioningasked Marcello Infoweb 141 -
5
votes2
answers1301
viewsQ: How to expect everything to load before performing a function?
How can I delay a function, being that checkboxs are generated dynamically, in the conventional way in javascript, and only run after the whole page is rendered and the other Avascripts are…
javascriptasked Marcello Infoweb 141 -
0
votes1
answer75
viewsQ: Countdown of a list passing in an if
I have an email list from a database, but I just want to send it to the ones marked with checkbox. If I’ve scored 10, I want you to dial one down, every time you go through the if, and when you pass…
javascriptasked Marcello Infoweb 141 -
1
votes1
answer412
viewsQ: Undeclared variable error
I have variable declension problem in my PHP function. Error message: Notice: Undefined variable: extra in path functions.php on line 58 The function: function show_users($user_id=0){ if ($user_id…
-
1
votes1
answer397
viewsQ: Integration between Magento and Moodle
I want to sell courses from Moodle 2.6+ track Magento 1.7. The process flow is as follows: User creates an account in Magento (shopping cart). User buys a course. After purchasing the course, the…
-
2
votes4
answers3156
viewsQ: How do I create an sql view with more than two tables?
How to create a view sql, I need to get the name and password in the Magento comic that are in different tables, to authenticate in Moodle.