Questions tagged [custom-backend]

64 questions
0
votes
0 answers

How do I display a custom field under profile name in WoWonder Feed like LinkedIn?

Wowonder is a PHP script from codecanyon.net, It is a social network script. I want to add a Workplace description below the profile which is displayed publicly on the news feed after every activity like it is on Linkedin : While this is the…
0
votes
1 answer

custom authentication backends conflict default backend

I have 2 views in my task 1. accepts phone number and password authentication to login user 2 . accepts phone number and token without password ,to perform that i created custom backend in which authentication done without password when I added…
0
votes
1 answer

How would I go about building and hosting my own backend for an iOS application?

As a preface: I want to do this as a learning exercise. I'm not trying to produce a commercially viable app. What are the layers/abstractions of an iOS application that is connected to a custom, self hosted backend? What technologies are needed to…
Nick Rizzo
  • 15
  • 5
0
votes
1 answer

Setting a node/express rest api with SQL Server

I am trying to set a nodejs rest api with SQL Server. I managed to make my GET method to work, but the PUT doesn't respond at all. I call the PUT method with postman like this: http://localhost:8080/api/user/1?firstname=John. What I am doing…
0
votes
1 answer

How to get expiry date of wordpress woocommerce from mobile backend?

I have wordpress woocommerce site. I am trying to get data from this site for mobile backend. When the user login via backend, I want to get expiry date from site using my backend. But I am getting errors. What I want to know is that what…
mobilewin
  • 1
  • 1
0
votes
1 answer

Is Firebase Cloud Function a good choice for backend for an app similar to Uber?

I am working on an Android app which is quite similar to Uber. The most important feature will be location tracking(real time driver's location on customer's device) and billing based on the distance covered and I am considering to use Firebase…
localhost
  • 107
  • 1
  • 11
0
votes
1 answer

Which functions from the llvm::TargetFrameLowering are required to be implemented for every target when writing a custom backend?

What I am trying to do: I am writing a custom backend to generate code for a new target using LLVM. As I get started with the MyOwnTargFrameLowering class, I am trying to keep things as simple as possible. My question: What (if there is a…
GC Saab
  • 91
  • 6
0
votes
1 answer

Is there a way to make Wordpress metaboxes tabbed easily in plugin?

I created a plugin which has a custom post type, and there are tons of metaboxes there that I would like to have more organized or in a tabbed view. Something like this plugin: https://wordpress.org/plugins/tabify-edit-screen/ It's really good and…
Hamza Abd Elwahab
  • 153
  • 1
  • 8
  • 16
0
votes
1 answer

users/roles/permissions implementation using Laravel 4

I want to implement a backend system with Laravel 4. Like any other CMS, it is required to be able to: Create Users Create Roles/Groups Assign Users to Roles/Groups Set Add/Edit/Delete permissions of modules to Roles/Groups Is there any…
Sithu
  • 4,241
  • 1
  • 20
  • 28
0
votes
1 answer

Change Wordpress Admin Template Drop-down to a radio

What I am trying to do is change the admin template drop down to a radio button with the name of the template and a icon of what the template will look like. The problem is that is that when I select a template is does not save as that template.…
user2751645
  • 65
  • 1
  • 9
0
votes
1 answer

Get latest inserted object FatFractal

I'm using FatFractal for my backend in a iPhone-app. Been searching the web and FatFractal docs without any luck. I want to retrieve the latest object in a collection from a grabbag: NSArray *result = [[Store ff] grabBagGetAllForObj:thread…
bangerang
  • 473
  • 1
  • 6
  • 15
0
votes
3 answers

django: using custom backend or admin for staff users?

I'm developing a management system in django for small business, I would like to have a system in which user login and access a a series of functions like entering list of products and monitor the expiration date of each product. I'm not sure if it…
avafab
  • 1,601
  • 3
  • 20
  • 38
0
votes
1 answer

Using Parse BaaS on iOS: Should I use PFFile for saving primitive types and Objective-C classes?

Trying to get a handle on using Parse (Parse.com BaaS [back-end as a service], for the uninitiated), and in reading the PFFile reference, I'm kind of unclear on what "non-relational way" means in the "Overview" description: "A file of binary data…
baptzmoffire
  • 589
  • 2
  • 4
  • 20
0
votes
2 answers

Django authentication backend returning multiple status values

I am writing a custom authentication backend (and a custom user model) to check if a user account is locked or expired. I see that in all the examples of authentication backend return value is either a User object or None. And the only exception…
maulik13
  • 3,656
  • 1
  • 25
  • 36
0
votes
2 answers

writing django custom backend

I want to write django custom backend for search functionality of my site (using mysql match against query / fulltext search), so where should I write it? Should I write it in model of a new separate app. ? Or should I write it in some existing app.…
Hafiz
  • 4,187
  • 12
  • 58
  • 111