Questions tagged as 'plugin'

1
answer

Wordpress access form

I'm trying to make a website where users who want to access a contest must register on the web. For this I have thought about using the cimy plugin that with it you can add fields in the wordpress registry. My intention is to give acc...
asked by 12.05.2017 / 10:26
2
answers

Because of an Ionic 2 application, the status bar does not change?

How about, I would like to know why the status bar of an ionic 2 app, does not apply the style of material designer, like other app. Or do you have to add some plugin for this to happen? If someone knows, I appreciate it     
asked by 26.01.2018 / 22:31
2
answers

Visit counter

I need your help for a visit counter, it's for wordpress or php, [ link UPDATE function under_bh_fun() { // fichero donde se guardaran las visitas $fichero = "visitas.txt"; $fptr = fopen($fichero,"r"); // sumamos una visita $num = f...
asked by 15.02.2017 / 18:05
1
answer

Eclipse - Reports BIRT - Aggregation

Greetings, if someone works with the Reports for Eclipse BIRT plugin, I have a question about the functionality of Aggregation , its uses are not clear to me, that is to say all its potential. I know that it can be used in a table to add a fi...
asked by 06.02.2018 / 13:37
1
answer

Whitelist Compatibilities

I have an android app that already runs without problem. We are now moving its development to iOS. Emphasize that it is hybridized with cordova. I'm looking at plugin compatibility, and it's cracking me with the cordova-plugin-whitelist...
asked by 10.11.2017 / 10:32
1
answer

Sublimetext 3 plugin to show errors [closed]

What plugin in sublimetext3 tells me that there is an error in php html and css syntax? If it is possible to say what the error is. I installed sublimelinter but I do not know if I installed it wrong or had to install another package it di...
asked by 11.05.2017 / 17:19
1
answer

Text custom plugin path change

function deals_bh_visits() { $fichero = "visits_deals.txt"; $fptr = fopen($fichero,"r"); $num = fread($fptr,filesize($fichero)); $num++; $fptr = fopen($fichero,"w+"); fwrite($fptr,$num); fclose($fptr); return ("<span id='days_sinc...
asked by 20.02.2017 / 07:25
2
answers

Hide select COLUMN in MYSQL

I am using a wordpress plugin called TABLEMASTER to show tables in a post or a page. In this link link You can see that I have a result of a select that I made and it is as follows:    [tablemaster sql="SELECT AP, T, CA, H, 2H, 3H, HR, CE,...
asked by 09.01.2017 / 12:56
1
answer

Drag and drop in Sublime Text

Is there a way to drag and drop the files on the sidebar in Sublime Text 3? Do you know any plugin? That is, I would like to be able to take a file and drag it to a directory within my project. Thank you.     
asked by 20.09.2016 / 00:21
1
answer

get the current URL

Very good I have created a plugin for chrome and it fails me to get the URL current and then work with it with just one button in mainfest.json I have this: { "name": "Dom_Test", "version": "1", "manifest_version": 2, "descr...
asked by 22.11.2018 / 12:24