Questions tagged [custom-backend]
64 questions
2
votes
1 answer
How to pass an object to a FatFractal server extension, access from within the extension, and return an object back to client application?
I am using the FatFractal JavaScript SDK and have declared a server extension in my FFDL file as follows:
CREATE EXTENSION /ChangePassword AS javascript:require('scripts/UserAdministration').changePassword();
I am creating a server extension to…

Joey Ventry
- 187
- 6
2
votes
1 answer
FatFractal grabBagAdd() -- Error 400: Cannot add NULL items to a object's grab bag
I am getting an error when calling the grabBagAdd() method using the FatFractal JavaScript (HTML5) SDK. For this particular problem, my data model is simple, and only involves two object types: a custom Team object and the default FFUser…

Joey Ventry
- 187
- 6
2
votes
1 answer
How to add a text-widget of a registered sidebar on wordpress' dashboard?
I'm wondering if it is possible to add a specific text-widget($id) or either an entire dynamic_sidebar($id) in to the wordpress' dashboard.
Actually, I just need the client to edit the text of a text-widget on dashboard, without going to the menu…

Nuno Marques
- 155
- 1
- 10
2
votes
1 answer
Restricting FatFractal Login Access
I am using the FatFractal Javascript SDK, and I have noticed that the login() function succeeds even for usernames that have not been previously registered with my application. I would like to force users to step through a registration process…

Joey Ventry
- 187
- 6
2
votes
1 answer
How do I limit results from grabbag using BackReference syntax with FatFractal?
It turns out I need to pass in a query to limit results returned from grabbag. I have a lot more songs in an events playlist (grabbag) than I do pictures with songs associated to them.
What would the query syntax to pass to grabBagGetAllForQuery? I…

Cory D. Wiles
- 556
- 1
- 6
- 21
2
votes
4 answers
joomla 2.5 modify backend component
i want to do the next thing:
i'm developing a Joomla website that has a background with some images displaying.
what i want is to display different images depending on the website section displayed, for example:
HOME:…

Axel Lijdens
- 21
- 6
1
vote
1 answer
Custom Authentication django
I have an app called cAdmin which for company users administration. And have Django superuser for create this company admins , which is stored in User Model as well. I have a custom backend called MyCustomAuthBackend and it only check CompanyAdmin…

Jinoy Kollannoor
- 71
- 5
1
vote
0 answers
Setup custom default backend for nginx ingress controller in Kubernetes
I am stuck with custom default backend for error page from Nginx Ingress Controller. By default, Nginx Ingress Controller pods return Nginx's default page with errors such as 404, 50x and I want to modify them.
I have installed a DaemonSet of Nginx…

Viettel Solutions
- 1,519
- 11
- 22
1
vote
1 answer
React i18next loading translation files both from frontend (e.g. localhost :3000) and backend (e.g. localhost:5000)
I am making one react app which fetches data from backend and displays in the browser. For changing the language for static names (like in header, footer), it is changed if I set locales folder inside public folder, and creating all the json files…

Rojan Subedi
- 25
- 1
- 7
1
vote
1 answer
How to setup development, test and production endpoints
I'm pretty new on Backend development, I've worked many years as mobile dev and now I want to switch to the other side :)
I've been doing some tutorials about how to work with nodejs + express and all of them usually just teach you how to deploy…

Yotes
- 378
- 3
- 16
1
vote
1 answer
Authentication login with legacy database in Django
I am creating a project in Django and I have a HelpDesk database that I would like to use in the project. In the database I have the table log_user where the logins information is stored, but I can not find a way to authenticate other than the…

João Pedro Fernandes
- 21
- 4
1
vote
0 answers
I cant connect my Rewards app to the backend - doesnt login
I Bought this app Called Sensible Mobi Rewards Network -
But the support is terrible, anyway, I setup the admin panel here:
http://Skilled.ga/Wallet/index.php
The GlobalVariables File :
package com.commonutility;
public class GlobalVariables…

Angel
- 109
- 1
- 1
- 2
1
vote
1 answer
How do I test my GtkPrintBackend?
I am trying to develop my own GtkPrintBackend ,
taking help from here:
https://mail.gnome.org/archives/desktop-devel-list/2006-December/msg00069.html
I want to test my print backend( by making the print dialog use my backend instead). How do I do…

nilanjanaLodh
- 303
- 4
- 11
1
vote
1 answer
Is it possible to implement the MCInstPrinter class without MCSubtargetInfo?
I am writing a custom backend for LLVM for a target and have not specified any subtargets. I want to print assembly and am trying to implement the MCInstPrinter::ABCMCInstPrinter class.
The problem I've ran into is that the the pure virtual…

GC Saab
- 91
- 6
1
vote
0 answers
Programatically preset a standard value for Regular Price
In the Magento 2 backend, when adding a new product, the Regular Price is empty. As a hint to my webmaster, I want the Regular Price to be preset with a certain value.
I was hoping this could simply be done with, for instance, a Custom Aattribute or…

Els den Iep
- 302
- 2
- 15