Welcome, Guest
Username: Password: Remember me

TOPIC: This Plugin does not work

This Plugin does not work 9 years 1 month ago #1724

I installed it and it shows up nowhere!
I have all of my articles in zoo through a blog module

www.at-sites.com/abl2015b/
The administrator has disabled public write access.

This Plugin does not work 9 years 1 month ago #1727

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello
Find and open file plugins/systems/jo_zoo_socialshare/jo_zoo_socialshare.php Go to line 310 and changed
$setbody = preg_replace("/<div class=\"floatbox\">/", "<div class=\"floatbox\">"."\n\n".$socialshare, $body);
To
preg_match_all ("/<h1 class=\"uk-article-title\">([^`]*?)<\/h1>/", $body, $matches);
$setbody = preg_replace("/<h1 class=\"uk-article-title\">([^`]*?)<\/h1>/", "<h1 class=\"uk-article-title\">".@$matches[1][0]."</h1>\n\n".$socialshare, $body);
Or you can send me joomla administrator via contact form? So we can help you
Best regards
Bach Pham
The administrator has disabled public write access.

This Plugin does not work 9 years 1 month ago #1729

Yes!!! Your help worked EXCELLENT!!!

Thank you so much for the SPEEDY RESPONSE!!!! I was able to follow your direction and what you suggested on line 300 of the PHP was actually in my code on line 600. After searching for the particular string in question, one replacement did the trick!! I appreciate you and your team so much. In this business I will stand behind all of your Coding, you guys ROCK!!

www.at-sites.com/abl2015b/

B)
The administrator has disabled public write access.

This Plugin does not work 9 years 1 month ago #1731

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Thank you for using our products
Best regards
Bach Pham
The administrator has disabled public write access.

This Plugin does not work 9 years 1 week ago #1828

All was working well until one day as developing I recieved:


Strict Standards: Only variables should be assigned by reference in /home/atsites/public_html/abl2015b/plugins/system/jo_zoo_socialshare/jo_zoo_socialshare.php on line 157

Strict Standards: Only variables should be assigned by reference in /home/atsites/public_html/abl2015b/plugins/system/jo_zoo_socialshare/jo_zoo_socialshare.php on line 161
The administrator has disabled public write access.

This Plugin does not work 9 years 1 week ago #1830

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello
Thank for your information! but can you send me account FTP via contact form? So we can help you
Best regards
Bach Pham
The administrator has disabled public write access.
Time to create page: 0.053 seconds