7858 comments found.
Hi, Lovin’ the versatility so far … I’ve managed to add a few more social media platforms to the “Socials”.
What I’d like to also do is to make a couple of custom blocks … for example: Bitchute and Rumble … maybe MeWe.
Could I use the views/link-path/biolink_blocks/youtube.php as a template? I do realize that I’d also have to add it to the list in the app/includes/biolink_blocks.php file …
Is there a guide or api to follow when building a custom block?
Hey,
Glad to hear this, bbyrdhouse!
Yes, the best way to guide yourself is through the already existing blocks. I do not have a guide for this, no..
Regards,
AltumCode.
I bought it using another account and I already installed the script on my website. if I buy again and I enter the activation code on the website, will the old script still work?
Hello there,
First you must have a valid and legal license (as you probably do not if you are asking this question) and then update your phpbiolinks to the latest version and enter your license key after.
Regards,
AltumCode.
Owh,
It turns out that you must have an extended license.
Continue to the next question, I tried the Custom landing page URL feature
After changing to another URL, Trouble logging into the dashboard and other settings ..
Why is that?
Hello there,
You must have an extended license if you plan to make money and run a business with the product, yes.
Also, please be a bit more specific, as I do not understand what and how did this happen to you.
Regards,
AltumCode.
I tried the features: Website Settings – Main – Custom landing page URL
And fill in an external URL
When finished updating, All pages including the Admin Dashboard page are redirected to that external URL.
So I had trouble logging into the Dashboard page again
Can it be understood? thank you
Hello,
If you fill in the external url in the Custom landing page URL field, then only the Index (homepage) of my product will redirect to the external URL you specify.
You can access your login screen from example.com/login directly in your browser.
Not,
I’ve tried it, Redirection is not just a Homepage, But all pages including Login and Dashboard
Please send me your website link, account login, FTP and phpmyadmin and I will check it for you.
which support email address? thanks
Hello there again,
You can send me an email from the sidebar contact form on my profile page.
Regards,
AltumCode.
AltumCode? why I can`t leave the Name from my profile account blank? because that is what is show on biolink page. I don`t want my name showing on my biolink page.
Hello there, CoraViral
Because the name is a must have filled in field as of now. If you do not want it to be required, you would have to modify the source code so a bit.
Regards,
AltumCode.
How I cancel or delete it? what is the file name and the line?
What`s your contact e-mail?
Hey!
Search for:
<input type="text" id="settings_title" name="title" class="form-control" value="<?= $data->link->settings->title ?>" required="required" />
in the themes/altum/views/link/settings/biolink.php and remove the required=”required” part.
Regards,
AltumCode.
I did it. Still not working and I have create some biolinks to try it and I can`t delete the biolinks also. When I refresh the page the biolinks are still there.
I’m sorry, I don’t understand what you just said. We were talking about the biolink page Name field, which you wanted to have it OPTIONAL and not REQUIRED as it was previously.
Do you have an email address? can I send you an e-mail?
Hey,
Yes, you can send me an email from the sidebar contact form on my profile, or via https://altumcode.com/contact
Can links be created via API? Bio Links and regular link shortenining?
Hey,
This is not possible to do as of now, no.
Regards,
AltumCode.
Hi, its working now ! thanks for support. How can i change the apple music playlist css ? would be great if i could see the playlist for this i changed localy the element.style to height 500px … is there a style.css included which i could overwrite/manipulate ? element.style { height: 500px;
Hey,
Nice to hear that!
You would be manually able to change it from: themes/altum/views/link-path/biolink_blocks/applemusic.php
Regards,
AltumCode.
Hi,
I just bought this license along with the additional Pro Blocks Pack (10 new block types)
I have trouble changing Currency to IDR, And displays the type of Plan, only one Plan will appear: Free.
Then, Please add the Google Login feature in future updates.
Please help thanks
Hey,
Thank you for purchasing first of all!
1 – To display plans in the homepage, you must enable the payment system from the admin panel -> website settings -> payment tab.
2 – Unfortunately, google login is not planned as it is not in demand at all and people barely even use facebook login anymore.
Thank you!
Hey,
If you’ve managed to install it, cool!
Yes, the problem is that with nginx you must setup the rewrite rules, as mentioned in the docs: https://phpbiolinks.com/docs/
Regards,
AltumCode.
0 /var/www/linkflix.org/app/core/App.php(50): Altum\Models\Settings->get()
1 /var/www/linkflix.org/index.php(11): Altum\App->__construct()
2 {main}
thrown in /var/www/linkflix.org/app/models/Settings.php on line 19” while reading response header from upstream, client: IP, server: xyz.org, request: “GET /install HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”, host: “xyz.org” 2021/03/26 13:51:11 [error] 428#428: *1 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: Call to a member function fetch_object() on bool in /var/www/linkflix.org/app/models/Settings.php:19 Stack trace: #0 /var/www/linkflix.org/app/core/App.php(50): Altum\Models\Settings->get() #1 /var/www/linkflix.org/index.php(11): Altum\App->__construct() #2 {main} thrown in /var/www/linkflix.org/app/models/Settings.php on line 19” while reading response header from upstream, client: IP, server: xyz.org, request: “GET /install HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”, host: “xyz.org” ^C
NGINX -> PHPFPM -> Mysql5.7 any idea ? .htaccess is inplace /install/install.php doesnt work. hope you can help me here… i buyed also your pro-block plugin, is there any more detailed installation method available ?
Hey there, RDY-Blue
Please shoot me an email with your website link, FTP details, db credentials and I will personally check this for you!
Regards,
AltumCode.
working fine, i missed the rewrite rule. thx for support
Purchased the Pro Pack, have enabled the blocks in Admin Enabled Biolink Blocks, updated the plan and subscribers as well as added the entries to the english.json language file, but the blocks don’t show when creating a Biolink. Any suggestions?
Hey there, twahl
Hope you’re doing great!
If you are on the latest version, added the plugin to the system properly, enabled the blocks in the plan, updated the plan subscribers, there are no other reasons for them not to show.
If you still have any issues, send me the website link, admin login and FTP. I can check it for you!
It turns out the file /app/includes/biolink_socials.php doesn’t have the pro_bio_links included similar to: ‘whatsapp’=> [ ‘format’ => ‘https://api.whatsapp.com/send?phone=%s', ‘input_group’ => null, ],
Should this be dynamically created or can you send me the entries?
Hey,
I’m sorry, what do you mean?
Regards,
AltumCode.
My mistake – I assumed it would appear along with the other socials, but one has to create a link instead I’m guessing?
Any way to get the breadcrumb to read “Dashboard > Links > Biolink Settings” to “Dashboard > Links > IncrediLink Settings” ... I’ve searched through the english.json file but that particular reference is not in there.
Even if its a manual edit, I am coo with doing that, I’d just need to know what file exactly.
Hey ,
Search for “breadcrumb_biolink” in the englis file and you’re good to go!
Regards,
AltumCode.
Hi, I missed the last two updates, it’s not the first time I’ve missed the updates. Whenever I download the latest published update and upgrade, something goes wrong, and I don’t know if it’s because I didn’t update it chronologically. For example, it is now at version 6.2.0 and I have installed version 6.0.0. How is it possible to upgrade to 6.2.0 with the same changes as 6.1.0? Do I need to upgrade from 6.0.0 to 6.1.0 first, and then from 6.1.0 to 6.2.0? If so, please tell me where I can find the other published versions. The point is, that in fact whenever I miss an update, I need to delete everything and install the system again because something goes wrong (I don’t know if the updates depend on each other chronologically), because I missed the updates chronologically, this way I can’t replace the files for each update as shown in the step-by-step instructions in the ”.txt” files in the “how to update” folder. Thank you very much for your attention, I hope you understand my question and can help me with this problem!
Hey there, clicocard
Yes, you must update from one version to another.
1 – You simply need to follow the How to update files to update the database with the SQL queries , until you get to the latest version.
2 – Regarding files, you only need the LAST zip archive of the product. You do not need in-between update files.
3 – If you need updating services, I can help you for a fee. Keep in mind, I gave you the answer for the support question you were having, but in the future, you will need to renew your support, as it is expired.
Regards,
AltumCode.
I need some clarification on the “Enable the Custom Domains system” and the “Enable the usage of the main domain” settings.
I just want to make use of the domain that the script is using (at least for now) at some point in the future I might consider going with an expanded license and maybe adding a few domains then but for now I want everyone’s biolink to begin with the same url as the site.
Hey hey,
In this case, disable the “enable the custom domains system” and enable the “enable the usage of the main domain”, that would be it!
Regards,
AltumCode.
Nice. Thnx
How i delete the image as icon on buttons?
Hey again, Forbiddeen
Deleting set icons can’t be done as of now, it is a future I am planning to release in the next update.
Regards,
AltumCode.
Hi, show this error on click statistics: There are no statistics available for this date range but the clicks
Hey, Rony
That is not an error, that is just a notice message that there are no stats available.
Regards,
AltumCode.
Hi,
Upon installation, and after logging in as admin and changing very few of the default settings, I try to create a biolink so that I can completely familiarize myself with the process.
1. I create a project and name it – it redirects me to a blank page
2. I go back in my browser and the project appears in my projects list
3. I add a link and select BioLink (as opposed to short link) and create a custom url for my biolink … I am sent to a blank page
4. I go back to my links page and see the custom link is there but the link sends me to https://incredi.link/7 and not https://incredi.link/custom
Hey hey,
Please send me your website link, admin login and FTP details. I will personally check this for you and see what went wrong in your installation or if there is anything else wrong.
Regards,
AltumCode.
Sent it to you just a moment ago
Thank you!
Can you check now and let me know?
Seems to be fixed now … Thank you.
The problem was that a lot of the files were not properly placed inside of the product and some of them were actually even missing. I only re-uploaded everything and thats it.
Glad its working now.
Hi, I changed my domain , can I reset my license?
any is that any way to migrate to new domain instead of installing new one?
Hey,
Yes, you can go ahead and change your domain!
Regards,
AltumCode.
When viewing on mobile web browsers it shows white at the bottom of the page blocking out some of the content. Please see attached screenshot
https://thub.app/uploads/imgs/biolinks.jpgHey,
Thank you for letting me know about this. It seems that the background does not extend fully in this case. I will have to do a deeper check and see if something can be done about it!
Regards,
AltumCode.
Hi, after the installation process, I can’t access log in or register, am I missing something?
Hey there,
What exactly is happening when you try to access login or register?
Regards,
AltumCode.
It’s shown error 404. I’m sure have the mod_rewrite and did upload the .htaccess file as well
If there is a 404 error, then it is definitely one of those problems. I can try and diagnose it for you if you send me your FTP and website link.
Hi, I send you an email, subjected: Re: [CodeCanyon] Message sent via your Envato Market profile from BagKusuma
Thank’s a lot
Feature Request – Drag N Drop Domain List Order of Additional domains. Currently you can’t reorder the domains unless you go into database to change the order number and if that is done it breaks the order of users selected domain. It would be good if you could just drag n drop the order without messing up links for users.
Hello there, brightboss
Thank you for the comment and I hope you have a great day!
Reordering additional domains is an additional feature that was never requested until now, which leads me to believe that it is highly rare that someone would need such feature. I will keep this in mind for the future, but it would be a feature that would take more time to develop than the actual worth of it, as of now.
Regards,
AltumCode.