My EVB

Register an Account
Pligg Chat Room
Reply
 
LinkBack Thread Tools Display Modes
  #191 (permalink)  
Old 03-26-2008, 08:56 PM
New Pligger
 
Join Date: Mar 2008
Posts: 12
How can I make when voting not to redirect to my site with the article

Thanks, I`t works great!
Reply With Quote
  #192 (permalink)  
Old 03-26-2008, 09:33 PM
New Pligger
 
Join Date: Mar 2008
Posts: 12
and one more how to reduce the button size
Reply With Quote
  #193 (permalink)  
Old 03-27-2008, 11:13 AM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 804
Quote:
Originally Posted by sazz View Post
and one more how to reduce the button size
Yes to resize the images you must edit the css information in the file and re make your image to match the dimensions you change it to!
Reply With Quote
  #194 (permalink)  
Old 03-27-2008, 12:00 PM
New Pligger
 
Join Date: Mar 2008
Posts: 12
Hallo, I find css information in url.php file:

PHP Code:
<style type="text/css">
<!--
.
wrap {background:url(img/vote-01.pngno-repeat 0 0;position:absolute;top:0px;left:0px;width:54px;height:71px;text-align:center;font-size:85%;margin:0;padding:0;list-style:none}
.
mnm-publish a {font-size:26px;letter-spacing:-1px;text-decoration:none;line-height:48px;padding:15px 0 6px 0}
.
mnm-publish a small {font-size:12px;letter-spacing:0px;text-decoration:none
.
mnm-publish a:link, .mnm-publish a:visited {color:#774525}
.mnm-publish a:hover, .mnm-publish a:active {text-decoration:none;color:#000}
.menealo a:link,.menealo a:visited, .menealo span {display:block;padding:4px 0 5px 0;color:#774525;font-size:12px; text-decoration:none}
.menealo a:hover {color:#000}
.menealo span {color:#ccc;font-size:11px}
-->
</
style
But I`m not familiar with css. Please if someone knows how to edit to have button like this let me know
Reply With Quote
  #195 (permalink)  
Old 03-27-2008, 12:27 PM
New Pligger
 
Join Date: Mar 2008
Posts: 12
what modifications i have to make to have this two buttons - default one and the short one, Thanks

If someone can help with make of the short button is welcome, I allready tryed but with no sucsess
Reply With Quote
  #196 (permalink)  
Old 04-02-2008, 08:16 PM
New Pligger
Pligg Version: 9.9.0
Pligg Template: modified yget
 
Join Date: Nov 2007
Posts: 8
Has anyone figured out why the link isn't published when it is submitted and voted on using the evb? It will only publish once the front page vote count is reached and the vote occurred on the website, not using the evb.
Reply With Quote
  #197 (permalink)  
Old 04-05-2008, 08:36 AM
graphicsguru's Avatar
Pligg Donor
Pligg Version: 9.9.5
 
Join Date: Aug 2006
Location: USA
Posts: 399
this is sweet OIOnews - Payment Processor Licensing

click EVB
Put this story on your website
Copy and paste the code below to your webpage to let people view rate this story:
anyone have this working on pligg 9.9
Reply With Quote
  #198 (permalink)  
Old 04-09-2008, 12:12 PM
New Pligger
Pligg Version: 9.8
Pligg Template: basic
 
Join Date: Oct 2007
Posts: 27
is it possible only show vote box iframe in blog when the post have been sent to our pligg site?

PHP Code:
<?php

header
('Content-Type: text/javascript; charset=UTF-8');
header("Expires: " gmdate("D, d M Y H:i:s"time() + 3600) . " GMT");
header("Cache-Control: max-age=3600, must-revalidate");

$server 'http://localhost:8888/plogg'//enter the url to your pligg installation (no trailing slash)
$url_mod 0//change value to 1 if you are having problems with 406 errors, otherwise don't touch!

?>

function pliggit() {
    var check = window.parent.submit_url;
    if(!check) { 
        var url1 = document.URL; 
    } else { 
        var url1 = window.parent.submit_url; 
    }
    <?php if($url_mod == 1) { ?>
    url1 = url1.replace(/http:\/\//i,'');
    <?php ?>
    var url2 = '<?php echo $server?>/evb/url.php?url='+url1;
    [B]document.write('<iframe name="pliggit" width="54" height="63" scrolling="no" frameborder="0" src="'+url2+'"></iframe>');[/B]    
}

pliggit();

is it possible vote the post from the same blog and not redirect to our pligg site?


thanks!
Reply With Quote
  #199 (permalink)  
Old 04-09-2008, 12:40 PM
Casual Pligger
Pligg Version: 9.9.0
Pligg Template: YGet
 
Join Date: Oct 2007
Location: Minnesota
Posts: 34
I don't think so because the person needs to be logged in to your pligg site in order to cast a vote.
Reply With Quote
  #200 (permalink)  
Old 04-09-2008, 02:37 PM
New Pligger
Pligg Version: 9.8
Pligg Template: basic
 
Join Date: Oct 2007
Posts: 27
but if my pligg site let annonymous vote?

and if would possible show the iframe vote only when the post has been posted in my pligg site?
Reply With Quote
Reply

Thread Tools
Display Modes




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