Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Breet,

There is the code from the plugin I use :

Text Formatted Code
//$B['shareurl'] = str_replace('<SHAREURL>', $_CONF['site_url'].'/article.php?story='.$A['sid'], $B['shareurl']);
//$B['shareurl'] = str_replace('<SHARETITLE>', $A['title'], $B['shareurl']);
//$B['shareurl'] = str_replace('<SHARETEXT>', (substr($A['6'], 0, 150)), $B['shareurl']);
//------start fix
//Bug fix reported by Cordiste
//fix Code by Kenji(mystral-kk)
//Thanks guys

if (!isset($A['sid'])) {
/*
   $story_id  = $template->get_var('story_id');
   $title     = $template->get_var('story_title');
   $introtext = $template->get_var('story_introtext');
*/
} else {

   $story_id  = $A['sid'];
   $title     = $A['title'];
   $introtext = $A['introtext'];

}


I don't why it is different than yours Confused: Plugin version 1.1

::Ben
I'm available to customise your themes or plugins for your Geeklog CMS

Status: offline

worldfooty

Forum User
Full Member
Registered: 01/13/09
Posts: 162
I just downloaded it from this site, I didn't change anything.

So the difference is that the first half of the logic statement is commented out in yours, even though that is the part that executes (at least when I'm running it), i.e. my error occurred on the line
Text Formatted Code
$story_id  = $template->get_var('story_id');
whereas in your version that is all commented out.

The zipped up version Rouslan attached earlier in this thread does not have it commented out either.

Status: Banned

gtgillis

Forum User
Full Member
Registered: 11/05/03
Posts: 121
Quote by: worldfooty

I just downloaded it from this site, I didn't change anything.

So the difference is that the first half of the logic statement is commented out in yours, even though that is the part that executes (at least when I'm running it), i.e. my error occurred on the line

Text Formatted Code
$story_id  = $template->get_var('story_id');
whereas in your version that is all commented out.

The zipped up version Rouslan attached earlier in this thread does not have it commented out either.



I don't know why you are getting this error.

What version of Geeklog are you running. Was it installed via Fantastico?

Regards,

Greg

Status: offline

worldfooty

Forum User
Full Member
Registered: 01/13/09
Posts: 162

GL 1.7.1

Not installed using Fantastico. I think installed manually 7 years ago originally, and I've been doing updated manually since.

Status: Banned

gtgillis

Forum User
Full Member
Registered: 11/05/03
Posts: 121
Quote by: worldfooty


GL 1.7.1

Not installed using Fantastico. I think installed manually 7 years ago originally, and I've been doing updated manually since.




Edit functions.inc and change line 378

from this

Text Formatted Code

if (!isset($A['sid'])) {
 


to this

Text Formatted Code

if (!isset($A['sid']) && !$type="admin_page") {
 


Regards,

Greg

Status: offline

Roccivic

Forum User
Moderator
Registered: 05/19/10
Posts: 136
Quote by: gtgillis

Text Formatted Code

if (!isset($A['sid']) && !$type="admin_page") {
 



I'm pretty sure that you actually meant:

Text Formatted Code
if (!isset($A['sid']) && $type != "admin_page") {

Status: Banned

gtgillis

Forum User
Full Member
Registered: 11/05/03
Posts: 121
Quote by: Roccivic

Quote by: gtgillis

Text Formatted Code

if (!isset($A['sid']) && !$type="admin_page") {
 



I'm pretty sure that you actually meant:

Text Formatted Code
if (!isset($A['sid']) && $type != "admin_page") {



Yes, you are correct.

Status: offline

worldfooty

Forum User
Full Member
Registered: 01/13/09
Posts: 162
That worked thanks!

I'll make those story page changes to professional and see how it all looks.

I should note that the above fix was published on the original link I looked at http://www.geeklog.net/filemgmt/index.php?id=987 but I forgot about the fix as I was having so many problems with the initial part of my install. I guess the archive on that link still has the error in it.

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
gtgillis

If you have the time could you add the fixes to the plugin and up the version number for us?

Thanks

Tom
One of the Geeklog Core Developers.

Status: offline

worldfooty

Forum User
Full Member
Registered: 01/13/09
Posts: 162

I've made the changes to my professional layout. Looks good and seems to be working thanks.

Status: Banned

gtgillis

Forum User
Full Member
Registered: 11/05/03
Posts: 121
Quote by: Laugh

gtgillis

If you have the time could you add the fixes to the plugin and up the version number for us?

Thanks

Tom



I uploaded version 1.2 today and is just waiting on approval before it shows up in the downloads section.

Status: Banned

gtgillis

Forum User
Full Member
Registered: 11/05/03
Posts: 121
Quote by: worldfooty


I've made the changes to my professional layout. Looks good and seems to be working thanks.



I'm glad you got it working.

antiqueone

Anonymous
After reading this topic I was a bit put off using this plugin, but the automatic install worked perfectly except I had to manually upload the three theme files. It took all of ten minutes to install and use this plugin on my web site www.historyandnews.co.uk.
A great plugin, thanks very much.

FloridaVillas

Anonymous
I have installed this but the icons are not appearing at the bottom of my posts, what am I doing wrong, I have 4 social media sites selected in the plugin, I presumed they would just ppear at the bottom of the page

disneybreak.co.uk is the site

Regards
Steve

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Hi,

Did you add {socialshareicons} to the files :

storytext.thtml
featuredstorytext.thtml
archivestorytext.thtml

in public/layout/yourthemefolder ?
I'm available to customise your themes or plugins for your Geeklog CMS

FloridaVillas

Anonymous
happy
Thanks Ben all now working.

Regards
Steve

Tom

Anonymous
caffeinated
Hello all,

I could install the social pluggin:
https://www.geeklog.net/filemgmt/index.php/1053

But did not see the icons below the stories.

i had to copy the files from folder socialshare_1.2.tar\socialshare_1.2\socialshare\layout\professional

archivestorytext
featuredstorytext
storytext

into the /layout/modern_curve folder.

That did it for me.
Thanks for the pluggin.

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
If you want to keep those modern curve templates instead of replacing them with ones meant for the professional theme you need to add the tag

{socialshareicons}

into the templates where you want the social icons to display.

Tom
One of the Geeklog Core Developers.

Status: offline

ivy

Forum User
Full Member
Registered: 11/25/04
Posts: 314
I added social button directly theme "Default"

https://github.com/ivywe/Default

change language id: data-lang="ja"
Autotag plugin add 'domain' set your domain

see more
http://www.ivysoho.net/article.php/geeklog-social-button
Geeklog Japan https://www.geeklog.jp

Status: offline

ivy

Forum User
Full Member
Registered: 11/25/04
Posts: 314
It's cool.

https://github.com/carrot/share-button

Geeklog Japan https://www.geeklog.jp

Page navigation