Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Addons

Post Reply
 
Thread Tools
  #41  
Old 04-23-2007, 07:44 PM
aptass's Avatar
aptass Offline
forum loafer
 
Join Date: Apr 2005
Location: Sweden
Posts: 14
Send a message via ICQ to aptass
Hi

I'm having two minor things with this great mod, perhaps someone is able to help me.

I have tried to add <IMAGE_RATING_STARS> to comment_template.html.
Works fine but if someone vote, you will be redirected to the related index.php?showimage=imagenumber in the comment window.
Is it possible to not have this behavior?

And my second little thing. The row of stars always ends up with a linebreak.
So If I try to add <IMAGE_RATING_STARS> in a navigational row, I will get the ratingbar one row below. Is it possible to force the ratingmod not to switch rows.

I've checked the source for both my small requests, but I lack any phpskills to work it out.
__________________
"He's so cool that when he goes to sleep, sheep count him!"
...::[ A P T A S S v5.0 - Fabulous facts and more ]::...
Reply With Quote
  #42  
Old 07-03-2007, 08:17 AM
klimin_a_s's Avatar
klimin_a_s Offline
pp veteran
 
Join Date: Oct 2006
Location: Russia, Birsk
Posts: 95
Send a message via ICQ to klimin_a_s
Nice addon! Thank you!

I have just installed it, works great!

But I have to make some modifications for enabling bilingual feature. You can improve future versions of your addon, if you want...

Instruction:

1. Open file /addons/ratings.php
Find
PHP Code:
$mouse_in .= "return overlib('Currently rated $rating with $votes', CAPTION, 'Rate This Image $i/5', BGCOLOR, '#333366', FGCOLOR, '#FFFFFF', LEFT, ABOVE );";{ 
Replace with
PHP Code:
    if ( strtolower($_GET['lang'])==strtolower($PP_supp_lang[$cfgrow['langfile']][0])) {
        
$bilingual_method 'DEFAULT'//get==default lang
    
} else {
        if ( 
strtolower($_GET['lang'])==strtolower($PP_supp_lang[$cfgrow['altlangfile']][0])) {
            
$bilingual_method 'ALT'//get==alt lang
        
} else {
            if ( 
strtolower($_COOKIE['lang'])==strtolower($PP_supp_lang[$cfgrow['langfile']][0])) {
                
$bilingual_method 'DEFAULT'//get=='' and cookie==default lang
            
} else {
                if ( 
strtolower($_COOKIE['lang'])==strtolower($PP_supp_lang[$cfgrow['altlangfile']][0])) {
                      
$bilingual_method 'ALT'//get=='' and cookie==alt lang
                
} else {
                    
$bilingual_method 'DEFAULT'//get=='' and cookie=='' (default lang)
                
}
            }
        }
    }

    switch (
$bilingual_method)
    {
    case 
'DEFAULT':
        
$mouse_in .= "return overlib('Currently rated $rating with $votes', CAPTION, 'Rate This Image $i/5', BGCOLOR, '#333366', FGCOLOR, '#FFFFFF', LEFT, ABOVE );";
    case 
'ALT':
        
$mouse_in .= "return overlib('(ALT TEXT) ......', CAPTION, '(ALT TEXT) ......', BGCOLOR, '#333366', FGCOLOR, '#FFFFFF', LEFT, ABOVE );";    
    } 
Replace (ALT TEXT)...... with your ALTERNATIVE-text.
__________________
Klimin Andrew,
Birsk photoblog: photoblog.birsk.info (PP 1.7.1)
Pixelpost addons: Custom Fields 1.3
Reply With Quote
  #43  
Old 08-09-2007, 12:21 PM
Ubbe's Avatar
Ubbe Offline
pixelpost guru
 
Join Date: Apr 2006
Location: Denmark
Posts: 151
Hey - this is a great addon - even though the new fancy ajax edition has come.

Anyway my question is, how can I remove some of the decimals on the <IMAGE_RATING> so that I get 4.0 in rating insted of 4.00 ??

BR
Ubbe
__________________
Best Regards
Ubbe - UbbeDall.dk | Photoblog
Reply With Quote
  #44  
Old 06-16-2008, 08:06 AM
ranmajen's Avatar
ranmajen Offline
pp veteran
 
Join Date: Apr 2008
Posts: 89
I have installed this addon but nothing has been shown on the image page. How to fix it?
__________________
*********************************RanmaJen's Network*************************************
The Dark Heaven - Home of Anne Rice Vampires
The Vampire Coven - The Fanlisting of Anne Rice's Vampires
The Vampire Coven - Anne Rice Topsites
The Vampire Coven Banner Exchange
Laputa - Castle in the Sky Fanlisting
Ranma 1/2 - Ryoga Hibiki Fanlisting
Mitsuru Adachi - Touch Fanlisting
Love Letter Fanlisting
************************************************** ************************************
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 08:11 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs