Questions tagged [pligg]

23 questions
2
votes
1 answer

How do I Clear These HUGE Pligg SQL Loads that are Getting my Hosting Suspended

80765 | localhost | Query | 135 | Locked | UPDATE pligg_links set link_summary='', link_title_url='-165999', link_url='OMIT' | | 80781 | localhost | Query | 143 | Sending data | SELECT * FROM pligg_links | 80861 | localhost | Query | 135 | Locked…
entrprnr
  • 55
  • 6
1
vote
2 answers

How to Limit Amount of Votes a User can Give in 24 Hours?

I'm working to build a module in Pligg CMS which would limit a user to the amount of votes they can give in 24 hours. If they pass the limit (let's say 40/day) a JavaScript popup comes up to say "slow down!" ... similar to how Digg has updated their…
Jake
  • 1,285
  • 11
  • 40
  • 119
1
vote
1 answer

custimize Pligg to check the traffic per pulblished page

I want to customize the my pligg site to track down the traffic per published page , I checked in the database but have not found any such functionality in default pligg. Is there any module available for this, or if I decide to do it on my own is…
Anand Joshi
  • 452
  • 7
  • 23
1
vote
1 answer

How to change frequency for the RSS Import Module

I wish to find out if it is possible, and how I could change the frequency for the Pligg CMS in the RSS Import module from hours to minutes. Feed Frequency (hours): 12 -- how often to check for new items. CMS Download:…
Rage
  • 11
  • 1
1
vote
1 answer

Help Single sign on between Wordpress and Pligg

Intergration Pligg URL http://localhost/pligg/ Wordpress URL http://localhost/pligg/wordpress/
Egglabs
  • 3,126
  • 10
  • 33
  • 48
1
vote
2 answers

Problems in Installing Pligg on localhost

I'm facing problem in installing Pligg on localhost(xampp). It seem to install successfully but does not login, as the page freezes. If anyone is familiar with this problem, please suggest me how to fix it. thanks.
adam
  • 21
  • 1
  • 5
1
vote
0 answers

How to Sort users who voted by number of Published links

problems with a lot of users have the names of long in who liked for this Story So How can I sort users by number of published links in who voted. in libs/htm1.php function who_voted($storyid, $avatar_size){ // this returns who voted for a story //…
Mazen
  • 11
  • 2
1
vote
2 answers

How to edit the side bar widget in pligg

I have installed pligg cms , I can see a side bar widget as 'What is Pligg? '. I would like to delete this , how can I ? I could not see any option in the admin panel .Thanks in advance.
Sun
  • 59
  • 7
1
vote
2 answers

How to add current class to specific categories using php

I want to add class current for every li when it is active using php (I am absolutely new with it). I have the following code:
0
votes
1 answer

How to allow only English submissions on Pligg CMS

I have got a client requirement where he is using Pligg CMS for social bookmarking. He is getting a lot of manual spam entries in multiple languages. Does Pligg has any setting or Plugin where we can allow only English entries. If any one can…
user434509
  • 425
  • 8
  • 20
0
votes
1 answer

database query filling the var/temp

I am not a programmer so please be gentle :) Following query on our website loads a lot of data to server's var/temp folder and creates server load and all sorts of troubles. {php} global $db; $res = $db->get_results("select * from ".table_links."…
KBS
  • 70
  • 1
  • 11
0
votes
1 answer

MySQL Database connects, but says the name is incorrect

I am trying to install Pligg on my linux server, but am having difficulties. I am at the point where I need to point Pligg to a SQL server, and setup the server on using these…
user699378
  • 13
  • 3
0
votes
1 answer

Checking Pligg CMS User Account for Login through Wordpress

I am stuck trying to figure out a way of checking if a user is logged into one system (Pligg CMS) while on a Wordpress blog. The installation directories would look as follows: Pligg CMS install: www.mysite.com/ Wordpress install:…
Jake
  • 1,285
  • 11
  • 40
  • 119
0
votes
1 answer

Replacing "imagecopyresized" function with "imagecopyresampled" in image upload module

I'm currently working on Pligg CMS-based website and its default Image Upload Module which attaches thumbnails to posts from user provided links is using PHP's GD library for image processing. The thumbnails resulted have a reduced quality and after…
dvsn
  • 3
  • 4
0
votes
0 answers

All menu items redirect to homepage .htaccess

I have the following webpage in Pligg CMS under the following url http://africafreak.com/ I don't know why but every Menu item redirects to the Main Page. Here is my .htacess file # Use PHP5.4 as default AddHandler application/x-httpd-php54…
Ahmad
  • 359
  • 2
  • 4
  • 12
1
2