Welcome to Geeklog, Anonymous Friday, November 08 2024 @ 09:02 pm EST
Geeklog Forums
SocialShare plugin is available
Page navigation
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
Hello,
As the comment function seems to not work this morning, I would like to thank Greg for this initial release.
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
As the comment function seems to not work this morning, I would like to thank Greg for this initial release.
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
23
17
Quote
Status: Banned
gtgillis
Forum User
Full Member
Registered: 11/05/03
Posts: 121
Thanks.
I also noticed a lag when I posted a follow up comment but it eventually showed up.
I also noticed a lag when I posted a follow up comment but it eventually showed up.
20
15
Quote
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
I tryed to post 4 or 5 times a comment on the filemgmt area... but without succes.
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
21
14
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
The comment submission queue has been enabled here on geeklog.net. You guys should have seen a message box telling you that when you posted.
Future comments from you should be auto-approved, though.
bye, Dirk
Future comments from you should be auto-approved, though.
bye, Dirk
17
23
Quote
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
Dirk,
I saw no message box on FireFox 3.5.3
so my 4 or 5 same comments must be in the queue
Thanks for the comming auto-approved
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
I saw no message box on FireFox 3.5.3
so my 4 or 5 same comments must be in the queue
Thanks for the comming auto-approved
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
23
18
Quote
Status: offline
1000ideen
Forum User
Full Member
Registered: 08/04/03
Posts: 1298
I updated to Socialshare 1.1 and when I klick it in the admin section:
Fatal error: Call to a member function get_var() on a non-object in /www/webXXX/plugins/socialshare/functions.inc on line 378
Any help?
Fatal error: Call to a member function get_var() on a non-object in /www/webXXX/plugins/socialshare/functions.inc on line 378
Any help?
19
20
Quote
Status: Banned
gtgillis
Forum User
Full Member
Registered: 11/05/03
Posts: 121
Edit functions.inc and change line 378
from this
if (!isset($A['sid'])) {
to this
if (!isset($A['sid']) && !$type="admin_page") {
I'll post an updated archive shortly.
from this
Text Formatted Code
if (!isset($A['sid'])) {
to this
Text Formatted Code
if (!isset($A['sid']) && !$type="admin_page") {
I'll post an updated archive shortly.
21
20
Quote
Status: Banned
gtgillis
Forum User
Full Member
Registered: 11/05/03
Posts: 121
Make that line 376.
26
19
Quote
Status: Banned
gtgillis
Forum User
Full Member
Registered: 11/05/03
Posts: 121
While I included icons for 98 different sites I did not include links for all of them. I did some of the most popular though. If you want to add one of the site icons not listed then you will need to create it yourself.
21
15
Quote
Status: offline
1000ideen
Forum User
Full Member
Registered: 08/04/03
Posts: 1298
I thought on this page
/admin/plugins/socialshare/index.php?mode=edit i could add new icons and links to this page /admin/plugins/socialshare/index.php
How do I add icons to this page /admin/plugins/socialshare/index.php ? Can you give me an example of which you know it works 100%
/admin/plugins/socialshare/index.php?mode=edit i could add new icons and links to this page /admin/plugins/socialshare/index.php
How do I add icons to this page /admin/plugins/socialshare/index.php ? Can you give me an example of which you know it works 100%
18
23
Quote
Status: Banned
gtgillis
Forum User
Full Member
Registered: 11/05/03
Posts: 121
If the icon you want is not shown on /admin/plugins/socialshare/index.php?mode=edit then I did not include it with the plugin.
You will need to find the icon on your own and manually upload it to /socialshare/images/ where all of the icons are stored.
The icons I included are 16x16 pixels so I recommend you use this size when adding new icons.
Once you manually upload the icon go to /admin/plugins/socialshare/index.php?mode=edit, enter a title, the share URL, select your newly uploaded icon and click save.
You will need to find the icon on your own and manually upload it to /socialshare/images/ where all of the icons are stored.
The icons I included are 16x16 pixels so I recommend you use this size when adding new icons.
Once you manually upload the icon go to /admin/plugins/socialshare/index.php?mode=edit, enter a title, the share URL, select your newly uploaded icon and click save.
19
20
Quote
Status: Banned
gtgillis
Forum User
Full Member
Registered: 11/05/03
Posts: 121
I don't read German but it looks like the following will work.
Open the SocialShare Admin page /admin/plugins/socialshare/index.php?mode=edit
Click Create New.
Type "Mister Wong" in the title field.
Make sure Enabled is checked.
Copy the following to the Share URL field
http://www.mister-wong.com/index.php?action=addurl&bm_url=<SHAREURL>&bm_description=<SHARETITLE>
Select the misterwong icon.
Click save.
You will need to test it yourself as I do not have a Mister Wong account.
Open the SocialShare Admin page /admin/plugins/socialshare/index.php?mode=edit
Click Create New.
Type "Mister Wong" in the title field.
Make sure Enabled is checked.
Copy the following to the Share URL field
Text Formatted Code
http://www.mister-wong.com/index.php?action=addurl&bm_url=<SHAREURL>&bm_description=<SHARETITLE>
Select the misterwong icon.
Click save.
You will need to test it yourself as I do not have a Mister Wong account.
19
17
Quote
Status: Banned
gtgillis
Forum User
Full Member
Registered: 11/05/03
Posts: 121
You may need to change it to .de instead of .com.
http://www.mister-wong.de/index.php?action=addurl&bm_url=<SHAREURL>&bm_description=<SHARETITLE>
Text Formatted Code
http://www.mister-wong.de/index.php?action=addurl&bm_url=<SHAREURL>&bm_description=<SHARETITLE>
13
18
Quote
Status: offline
1000ideen
Forum User
Full Member
Registered: 08/04/03
Posts: 1298
O.k., thanks, it seems to work. I had a few text lines after pressing save, something with sorting order.
I also don`t understand why there is an "owner" and why it is 4. The newly added mister wong icon is owner 2.
Anyway it`s a nice tool. :shakehands:
I also don`t understand why there is an "owner" and why it is 4. The newly added mister wong icon is owner 2.
Anyway it`s a nice tool. :shakehands:
18
16
Quote
Status: offline
Pushkar
Forum User
Regular Poster
Registered: 04/14/09
Posts: 99
Location:Ukraine, Kyiv
hi! what I need to do that title of story passed in cp1251 charset? because when i click on google bookmarks for example on my site (http://5mv.ru/article.php/noveyshiy_k...dow_RS_750) title is displaying like "????????????????????"
Thanks
Thanks
20
16
Quote
Status: offline
Laugh
Site Admin
Admin
Registered: 09/27/05
Posts: 1470
Location:Canada
Good plugin.
It had problems displaying correctly in the admin section until I added
on line 1046 to close off the SocialShare welcome message block.
Thanks
Tom
One of the Geeklog Core Developers.
It had problems displaying correctly in the admin section until I added
Text Formatted Code
$display .= COM_endBlock(COM_getBlockTemplate('_admin_block', 'footer'));on line 1046 to close off the SocialShare welcome message block.
Thanks
Tom
One of the Geeklog Core Developers.
17
12
Quote
Lizard
Anonymous
Hi there,
I have a challenging question.
This plugin is an excellent added feature. I installed it and ran it on my site and we are loving it.
I have one question. I am not sure how easy or difficult it would be to do as I am completely new to programming.
I have noticed that if logged in users try to share a story which does not have anonymous access rights then the person they are sharing the story with are not able to view the story. Obviously this is supposed to happen due to security, but my question is:
Would it be possible to remove the socialshare icons at the bottom of the page so that they only show on anonymous access pages?
Lizard.
I have a challenging question.
This plugin is an excellent added feature. I installed it and ran it on my site and we are loving it.
I have one question. I am not sure how easy or difficult it would be to do as I am completely new to programming.
I have noticed that if logged in users try to share a story which does not have anonymous access rights then the person they are sharing the story with are not able to view the story. Obviously this is supposed to happen due to security, but my question is:
Would it be possible to remove the socialshare icons at the bottom of the page so that they only show on anonymous access pages?
Lizard.
20
18
Quote
Page navigation
All times are EST. The time is now 09:02 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content