Pligg Web Toolbar Module

Register an Account
Reply
 
Thread Tools
Pligg Web Toolbar Module
Developed by goopensource goopensource is offline
Developer Last Online: Nov 2010 Show Printable Version Email this Page
Designed for: Pligg 1.0.1
License: Creative Commons Attribution-Noncommercial-Share
Released: 09-15-2009
Last Update: Never
Installs: 22
Supported by Author
Uses Module System
Template Edits Not Required
Can Reuse Source Code
Includes Files to Upload
Translations Accepted
Download Certified
Hi all,

the long waited Pligg Web Toolbar Module 1.0 is here.

It is compatible with Pligg CMS 1.0.1



About the Pligg Web Toolbar Module
This module will add a toolbar to external links so that users don't have to leave your site to read stories. The toolbar includes a vote count, comment count, title and social bookmarking icons. This is a similar to Digg.com's toolbar that they use for external links.

Installation Instructions
  1. Download the attached Pligg Web Toolbar 1.0.zip file and extract it.
  2. Copy upload_files/toolbar.php to the document root of your pligg website
  3. Copy upload_files/modules/pligg_web_toolbar folder to your DOCUMENT_ROOT/modules/
  4. If you want to change your pligg logo, you can change it. Logo is located here -> new_files/modules/pligg_web_toolbar/images/logo.gif
  5. Login to Admin > Modules and Search for "Pligg Web toolbar" text. Click the Install link for installing the web toolbar.
  6. Go to Pligg Web Toolbar Settings and enable it.
  7. Go to your pligg site, go the story summary page, clicking on it will open the toolbar with the ur
If you are using URL Method 2 add this line to your .htaccess:
Code:
RewriteRule ^toolbar/(\d+)/?$ modules/pligg_web_toolbar/toolbar.php?id=$1
Known Bugs
  1. Disabling the module from the module settings page in the Admin panel doesn't actually disable the toolbar. The feature should probably just be removed since users can disable the module from the module settings page.
  2. Stories that do not have a URL (left blank or as http:// in submit step 1) result in an error popup.
  3. A working vote button needs added so users can vote from the toolbar page
  4. Toolbar story and comment links have /toolbar in them and do not give the SEO URL when using URL Method 2.
Show Your Support
  • If you like this download -> Click to Nominate for Download of the Month.
  • If you like this download support the author by sending your donations to PayPal Email ID donate@goopensource.net or click

Download Now

File Type: zip Pligg Web Toolbar 1.0c.zip (12.8 KB, 1056 views)

Screenshots

File Type: png webtoolbar.png (30.3 KB, 5106 views)

License Agreement

Creative Commons Attribution-Noncommercial-Share Alike License
You are free to Share and Remix this work under the following conditions: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
You may not use this work for commercial purposes.
If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

Show Your Support

  • If you like this download support the author by donating.
  • This download may not be copied, reproduced or published elsewhere without author's permission.

Similar Downloads
Download Developer Category Replies Last Post

Comments
  #42 (permalink)  
Old 09-19-2009, 04:22 AM
New Pligger
 
Join Date: Aug 2009
Posts: 2
Hi. I had the earlier version of the toolbar running fine. I installed the new one and I get this message:
Warning: include_once(../Smarty.class.php) [function.include-once]: failed to open stream: No such file or directory in /home7/grubstre/public_html/select/toolbar.php on line 15

Warning: include_once() [function.include]: Failed opening '../Smarty.class.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home7/grubstre/public_html/select/toolbar.php on line 15

Fatal error: Class 'Smarty' not found in /home7/grubstre/public_html/select/toolbar.php on line 16

Using the Wistie theme. Pligg Version 1.01. Have made the recommended .htacess changes too.
Reply With Quote
  #43 (permalink)  
Old 09-20-2009, 09:19 AM
country's Avatar
New Pligger
Pligg Version: 1.02
Pligg Template: pliggmeme
 
Join Date: Sep 2009
Posts: 12
Quote:
Originally Posted by andrewtrench View Post
Hi. I had the earlier version of the toolbar running fine. I installed the new one and I get this message:
Warning: include_once(../Smarty.class.php) [function.include-once]: failed to open stream: No such file or directory in /home7/grubstre/public_html/select/toolbar.php on line 15

Warning: include_once() [function.include]: Failed opening '../Smarty.class.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home7/grubstre/public_html/select/toolbar.php on line 15

Fatal error: Class 'Smarty' not found in /home7/grubstre/public_html/select/toolbar.php on line 16

Using the Wistie theme. Pligg Version 1.01. Have made the recommended .htacess changes too.
Please download latest toolbar modules, and install it again. if you still have problem, please fix mod base_opendir. I had problem with that but it's ok now EX: N2KSearch - 'Heroes' villain gets a big brother
Reply With Quote
  #44 (permalink)  
Old 09-20-2009, 11:37 AM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 4,934
Send a message via AIM to Yankidank
Quote:
Originally Posted by country View Post
Please download latest toolbar modules, and install it again. if you still have problem, please fix mod base_opendir. I had problem with that but it's ok now EX: N2KSearch - 'Heroes' villain gets a big brother
Looks like the Wrong Referrer error still happens on your site, are you using the latest version yourself?

The Twitter Module for Pligg CMS!
Register, Login, and Submit Stories with Twitter. An absolute MUST HAVE for all Pligg sites!
Reply With Quote
  #45 (permalink)  
Old 10-08-2009, 02:24 AM
Pligg Donor/Coder
Pligg Version: 1.0.1
Pligg Template: Midnight Blue
 
Join Date: Oct 2009
Location: Chicago, IL
Posts: 170
Hello,

I am really interested in your toolbar. I have tried installing it but just can't seem to get it to work on my test site. The toolbar doesn't show up at all. I have no idea where I am making the mistake. Will you be able to help? Also, are you planning on releasing a new version soon? Here is what I am working with:
  1. When I click on the link I get http://mysite.com/toolbar/2, What is 2?
  2. Do I need to set the link to open in the same page or a new page?
  3. I have toolbar.php copied in the document root at http://pligg.mysite.com/toolbar.php, is this the correct location?
  4. I also followed instructions and removed the 2 lines from .htaccess file since I am testing in a subdomain for now. ## Remove these two lines if you have a sub-domain like http://subdomain.pligg.com or http://localhost
  5. I also added the following in .htaccess since I "think" I am using URL Method 2.
  6. Can I setup the main page to open the link directly from the home page but with the toolbar?


Thank you so much for taking the time to read my message.

Regards,
Azam
Webmaster@linkcitypro.com
Top 5 Amazing Vacation Ideas
Reply With Quote
  #46 (permalink)  
Old 10-24-2009, 10:36 AM
New Pligger
Pligg Version: 1.0
 
Join Date: Sep 2009
Posts: 11
Hey guys,

Just wondering: if I want to change the link summary (the main published/upcoming pages) so that the titles link directly to the external webpage, how can I make the toolbar appear on those?

At the moment it works like a charm when you visit the {url} from within a story page.

If I edit link_summary.tpl and change {story_url} to {url}, it links directly to the article - but the toolbar doesn't appear.

Any ideas?

Thanks!
Reply With Quote
  #47 (permalink)  
Old 10-25-2009, 08:28 PM
naftalina's Avatar
Casual Pligger
Pligg Version: 1.0
Pligg Template: ExpandedList
 
Join Date: May 2009
Location: Italia
Posts: 52
excused I can know because when clicco on the comments or the link of the site it does not refer to me my page?
http://www.gamesnetworks.it/modules/pligg_web_toolbar/toolbar.php?id=4205
Reply With Quote
  #48 (permalink)  
Old 10-26-2009, 06:36 PM
New Pligger
Pligg Version: 1.0
 
Join Date: Sep 2009
Posts: 11
Quote:
Originally Posted by wjc2009 View Post
Hey guys,

Just wondering: if I want to change the link summary (the main published/upcoming pages) so that the titles link directly to the external webpage, how can I make the toolbar appear on those?

At the moment it works like a charm when you visit the {url} from within a story page.

If I edit link_summary.tpl and change {story_url} to {url}, it links directly to the article - but the toolbar doesn't appear.

Thanks!
Anybody? )
Reply With Quote
  #49 (permalink)  
Old 10-28-2009, 03:44 AM
Pligg Donor/Coder
Pligg Version: 1.0.1
Pligg Template: Midnight Blue
 
Join Date: Oct 2009
Location: Chicago, IL
Posts: 170
All,

Please take a look at Modded Pligg Toolbar - Need testers please this thread I just started.

I modified this Pligg Web Toolbar Module to fix and enhance it. You can check the working example at SquidUp! - Vogue.in People and Parties

I have added the following:
  1. Working Vote button.
  2. Working Random Story Button
  3. Error checking if you have already voted.
  4. Checks anonymous voting.
  5. Checks the IP when multiple votes from same IP is not allowed
  6. Comments link point to the comments section of that post
  7. Pligg/Logo points to the Pligg site home page.

Once properly tested and approved by the Pligg developers, they can do whatever they want with it. I'll submit the code.

Thanks,
Reply With Quote
  #50 (permalink)  
Old 11-03-2009, 12:56 PM
New Pligger
Pligg Version: 1.0
 
Join Date: Apr 2009
Posts: 10
tried all the possible things ....... im getting a blank page if I use the toolbar .... anyone else have this problem?
Reply With Quote
  #51 (permalink)  
Old 11-10-2009, 06:07 PM
sibehet's Avatar
Casual Pligger
 
Join Date: Oct 2008
Posts: 47
Can someone help me with installation. I can't understant that:

Copy upload_files/toolbar.php to the document root of your pligg website
Copy upload_files/modules/pligg_web_toolbar folder to your DOCUMENT_ROOT/modules/

That is what i get when i open th efile:

- modules
random story
pligg_web_toolbar
toolbar.php
- vote_toolbar.php

Somebody hep which one i have to upload in my website root and which ones in modules.
Thanks
Reply With Quote
Reply

Tags
digg-like, pligg, toolbar, web

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Upload Module (File and Image Attachment) Yankidank Free Modules 268 02-03-2012 12:19 PM
Image Upload Module v1.03 help (pligg 1.0.0) pheyxool Questions and Comments 0 02-23-2009 11:03 PM
Chipin Module for Pligg chuckroast Modules for Sale 0 08-12-2008 09:02 PM
Pligg Module Pack II chuckroast Modules for Sale 0 07-11-2008 12:16 PM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development