3689 comments found.
Hi Is it possible to add more credit spending options?
Hi QAscript, if i just want to change the name of “Media feed” which one i need to change? res/values/strings.xml (array: navDrawerItems and array: navDrawerIcons) MainActivity.java (lot code) is mainly a function displayView adapter/NavDrawerAdapter.java – may need correction
If you just rename: you need to rename the constant in strings.xml (navDrawerItems string-array)
thanks
Hi it worked how can i change the name of the page , in the side bar it change but on the page Media feed it didn’t change
sorry, found it thanks
@Codebarrel you must at first create new database
Hi I have purchased your Dating App, but when i am trying to install PHP script , i am getting some issues , can you support for installation on my server …i will pay for it..
I’m sorry, I do not make the installation script for users
Please describe your problem in detail.
Where i can find MYQSL Data ..Database in project ..
Tables in the database are created automatically when installed. Follow the documentation
Hey,
Was just setting up the app . Any idea how do i change the default page after login to media feed ?
Thanks
file MainActivity.java
change index (see index in line 200 “displayView function”) in line 96
for example, page “Gallery”, change line 96 to:
displayView(2);
“when loading data error has occurred. check your network connection.” This error message occurred when try to login or sign up. What changes I have to doing. Please help me. Thanks
Perhaps there is no timezone installed on your server
Or you made a typo or an error in the server files (for example, in the config file db.inc.php)
In any case, this is a problem on the server
I have checked but same problem.
I have change package name, firebase, facebook app id, domain, database
Give me you config files (db.inc.php and Constants.java) for testing
my email: qascript@mail.ru
Thank you very much problem solved.
Please tell me one more thing. I have got FORTUMO_SERVICE_ID and FORTUMO_APP_SECRET now where should I have to implement it in my app or I have to add fortumo-in-app-android-sdk.jar library in my app.
Dear, FORTUMO is no longer used and is not supported in the application
You do not need FORTUMO_SERVICE_ID, etc.
Ok thanks.. please tell me how users will buy credits or should I have to add another payment gateway.
thanks
public static final String APP_TEMP_FOLDER = “chat”; can I change here my app name instead of chat.
It does not matter.
What you need to change – shown in the screenshots in the documentation
Hi Qascript, how can i control the feed in “Media Stream” Meaning , if i want for each user to show different result (how to control the query that show the photo in the feed) thanks
if i change class.stream.inc.php will it effect the app?
Hi would there be more options in upgrade to credits.
Hello QaScript,
Reading some comments I noticed that you will release a new version of datingapp, I would like to know if there is a date for this release and if possible what improvements will be implemented, thank you.
Paulo
Release date: the first sunny day of 2056
Excuse me, I never say dates – it’s not possible to know
hi Qascript ,
1.what code language tha app is writen?
2.what code language tha website is writen?
thanks
looking forward for the update 
1) Java
2) Php
thanks
Can attach a video to the text messaging be done?
In this life there is nothing impossible.
In this script (and the application) there is no such function. I do not plan to add this feature in the near future
Hi Will you add more options in credit So people can spend more on credits.
PreSell Question: is it possible to get customizing by paying you for some new options?
Sorry no. I am really busy.
@Heisenberg1973 ,ill try that thanks
@devappamazing you can change this in database. table users column : allowShowMyBirthday
Hi Qascript, how can i change birthdate default?
thanks @Heisenberg1973, I mean n the APP (default BIRTHDAY )
file SignupFragment.java, see line 95
thanks
Hello, when i go to nearby people screen (it’s set to 80km by default) i want to edit the default selected to 1600 kilometers, how can i do it? Thanks in advance
file PeopleNearbyFragment.java
in line 80: set 50 to 1000
in line 116: set 50 to 1000
in line 497: set 50 to 1000
Hi QAscript , i saw social app was update would the dating app will be update soon as well ?
Wait for the update – soon
Hi, is there any way to as paid video chat to this script, that would work On mobile app also?
Ad
Add, sory
I do not plan on adding video chats
What’s your timeframe?
What are you talking about? “What’s your time frame?” ?
Hey Dmitri, 1) I have a problem with google pay. I set up everything by the documents. added the products to googlePlay Store etc. But when i click the button to buy credits then white page is shown for 1 second and then shows the buy credits page again. And my credit balance is set to 0. After log out and login i see again my actual balance. Any idea what might be wrong ?
2) How to add more options to profile settings I’ve been searching this comment section for the past 2hrs and havent found any decent reply on that. For example <string name=”alcohol_views_3”>Compromisable</string> if i just add more stings with alcohol_views_4/5/6/7/8/9 etc it wont work. Can you tell me where to edit the files so it would add more ?
Regards
Never mind the 2nd question. i figured it out myself for Other who might need to know: There are 2 places you need to make changes. 1st When you add more options simply add them via strings.xml file by increasing the string name variable by 1 each time.
2nd File is under Dialogs folder. Depending which area you are modifying. For example for alcohol_views you need to open AlcoholViewsSelectDialog.java and scroll to the line where the array is set. This case Line 65 Now you need to add those extra options into that array. Rebuild and you should be fine.
Bare in mind that if you change stuff which are also available in other .java files you need to edit them following the same pattern.
Regards
Forgot to mention 1 thing If you are editing options and adding more than there was initially then there is a 3rd file you need to modify AccountSettingsFragment.java Just look for the area you modified and add those extra cases between the public function. Keep them in the same order as you have them in Dialog file