66biolinks - Bio Links, URL Shortener, QR Codes & Web Tools

66biolinks - Bio Links, URL Shortener, QR Codes & Web Tools v55.1.0 Regular Nulled

No permission to download

marcds

New member
May 14, 2022
0
0
0
Does anybody have the same problem? the CTA (Call to Action) Block, when you create it, it works fine. But when you try to change any of the properties after you add it, it screws up and turns to a Green Bg and white text. There's nothing you can do to edit it. Only delete the block or leave it without editing any properties. Does anybody know a fix for this?
 

grupo3ds

New member
Nov 12, 2020
1
2
3
Does anybody have the same problem? the CTA (Call to Action) Block, when you create it, it works fine. But when you try to change any of the properties after you add it, it screws up and turns to a Green Bg and white text. There's nothing you can do to edit it. Only delete the block or leave it without editing any properties. Does anybody know a fix for this?

Hi man, I've solved this trouble for U.

Just replace some codes in file "app\controllers\BiolinkBlockAjax.php" on line "~1745" (version 11.1):

Replace this:

$settings = json_encode([
'type' => $_POST['type'],
'value' => $_POST['value'],
'name' => $_POST['name'],
]);

For this:

$settings = json_encode([
'type' => $_POST['type'],
'value' => $_POST['value'],
'name' => $_POST['name'],
/*ADDED CODE CTA BUTTON - G3DS.ml*/
'text_color' => $_POST['text_color'],
'background_color' => $_POST['background_color'],
'border_radius' => $_POST['border_radius'],
'border_width' => $_POST['border_width'],
'border_style' => $_POST['border_style'],
'border_color' => $_POST['border_color'],
'animation' => $_POST['animation'],
'animation_runs' => $_POST['animation_runs'],
'icon' => $_POST['icon'],
'image' => $db_image,
/*END ADDED CODE CTA BUTTON - G3DS.ml*/
]);

Take a look in the example: https://msite.link/test

Best Regards...
 

marcds

New member
May 14, 2022
0
0
0
Hi man, I've solved this trouble for U.

Just replace some codes in file "app\controllers\BiolinkBlockAjax.php" on line "~1745" (version 11.1):

Replace this:



For this:



Take a look in the example: https://msite.link/test

Best Regards...
You are the absolute best!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I've been trying everything for hours and i just couldnt fix it. let me buy you a coffee please!
 
  • Like
Reactions: gjpa

grupo3ds

New member
Nov 12, 2020
1
2
3
You are the absolute best!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I've been trying everything for hours and i just couldnt fix it. let me buy you a coffee please!
Is good to know that your issue was solved!

:coffee: is always welcome! LoL :LOL:
 
  • Like
Reactions: Jorj

grupo3ds

New member
Nov 12, 2020
1
2
3
how to enable SaaS Extended version?.

Hi, apparently version 11.1.0 has serious problems, including a license issue


Hi, apparently version 11.1.0 has serious problems, including a license issue
Hi. what problem are you facing, when try to install?


1 > To the Extended license, install first the v11.0.0 = (https://babiato.tech/resources/biol...rtener-saas-ready.7891/version/59163/download)

1.2 > (with minor change in the file "install\install.php" line "~6") from:

$altumcode_api = 'https://a**.al*****de.c*m/validate';
(I have changed the link for * characters to not ping forum)

1.3 > to:

$altumcode_api = base64_decode('aHR0cHM6Ly9kbC5kcm9wYm94dXNlcmNvbnRlbnQuY29tL3Mveml4N2t6azdxMXpnN3J4L2R1bXAuc3FsP2RsPTE=');

2 > After that, install script, and to update to new version v11.1.0, you can send the folders/files from v11.1.0 zipped file, (except don't send the folder "uploads", folder "install", and also the file "config.php").

v11.1.0 = (https://babiato.tech/resources/biol...rtener-saas-ready.7891/version/59415/download)
----------------

If U don't want the Extended license, only change this file "install\install.php" with the steps 1.2 and 1.3 and install the v11.1.0 Regular license.

Best Regards.
 
Last edited:

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu