Topic Ratings

Started by Oldiesmann, January 20, 2005, 01:59:43 PM

Previous topic - Next topic

[Unknown]

That shouldn't affect anything.

-[Unknown]

wgm

Error I get when viewing a post.

When this is added IFNULL(lr.rating, -1) AS pastRating, t.rating,

Unknown table 'lr' in field list
File: /usr/home/williamm/public_html/forum/Sources/Display.php
Line: 166

Line 166: LIMIT 1", __FILE__, __LINE__);

[Unknown]

Oh, that means you didn't add a join on the ratings table.  I'd guess something like this:

   LEFT JOIN {$db_prefix}topic_ratings AS lr ON (lr.ID_TOPIC = $topic AND lr.ID_MEMBER = $ID_MEMBER)

Just a guess, but it should be in the mod file either way.

-[Unknown]

wgm

Quote from: [Unknown] on March 13, 2005, 06:25:48 PM
LEFT JOIN {$db_prefix}topic_ratings AS lr ON (lr.ID_TOPIC = $topic AND lr.ID_MEMBER = $ID_MEMBER)

It was added, any other suggestion that might work, would it the database.

rakuli

Hey, thanks.
Mod works great (after installing manually).
What would you suggest I do if I want to make it possible for each user to rate a topic once and once only?

SanSite.Info



Hello

I am using ELEMENT THEME, i am not able to install tis mod, plz tell me what modifications are to be done in the display.temp file.

tanks


davef

will this mod be upgraded for 1.0.3 or 1.1?

ShawnX

I can't get the rate posts option to show.  I installed through the package manager, and everything said success.  When I click on manage boards and modify to set it up, I don't get the option.

SMF 1.0.3 / Default theme

dtm.exe

Quote from: bloodlust on April 28, 2005, 08:04:53 PM
I can't get the rate posts option to show.  I installed through the package manager, and everything said success.  When I click on manage boards and modify to set it up, I don't get the option.

SMF 1.0.3 / Default theme

Are you sure that you completely finished the install process?  Go to your package manager and tell me if you see a green dot next to the Topic Ratings mod.

-Dan The Man

ShawnX

#29
I don't see a green dot.  Maybe I'm doing something wrong.  I took some screenshots of what I do see:

http://www.jackassclan.com/pics/smf.jpg

http://www.jackassclan.com/pics/smf2.jpg



dtm.exe

#30
Quote from: bloodlust on April 28, 2005, 09:41:21 PM
I don't see a green dot.  Maybe I'm doing something wrong.  I took some screenshots of what I do see:

http://www.jackassclan.com/pics/smf.jpg

http://www.jackassclan.com/pics/smf2.jpg

OK, that means that the mod was not fully installed properly.  Do complete the installation of the Topic Reply mod, go to Mangage Packages and click on the [ Apply Mod ] link next to Topic Reply.

By the way, I love your website.

-Dan The Man

ShawnX

 Ok...I feel stupid!  :)  Right after I posted this, I noticed the "Proceed" link at the bottom of the second screenshot I posted.  I went back in and clicked it, and it's working now!   

This was my first SMF mod install...so just consider me a noob!  ;D


P.S.  Thanks for the compliment on my website!  :)

dtm.exe

Quote from: bloodlust on April 28, 2005, 09:47:35 PM
Ok...I feel stupid!  :)  Right after I posted this, I noticed the "Proceed" link at the bottom of the second screenshot I posted.  I went back in and clicked it, and it's working now!  

This was my first SMF mod install...so just consider me a noob!  ;D


P.S.  Thanks for the compliment on my website!  :)

No problem :).

-Dan The Man

Thantos

Did you happen to click on proceed on that second page?

dtm.exe

Quote from: MikeMill on April 28, 2005, 10:11:54 PM
Did you happen to click on proceed on that second page?

Yes.  He completed the installation and it's fully installed now.

-Dan The Man

ShawnX

Quote from: MikeMill on April 28, 2005, 10:11:54 PM
Did you happen to click on proceed on that second page?

Yeah...I saw it as soon as I posted those screen shots lol!  I clicked proceed and it's working great now! Thx for the help guys!

dtm.exe

Quote from: bloodlust on April 28, 2005, 11:11:11 PM
Thx for the help guys!

No problem :).  Glad I could be of assistance.

-Dan The Man

Eragle

The RatingsPdb.php file won't execute, getting error (done manually no less) saying there is a problem on line 23:

$request = db_query("

Error states that us undefined.

Oldiesmann

RatingsPdb.php is meant to be run from the package manager. There should be another file called "Ratingsdb.php" that you can run manually.
Michael Eshom
Christian Metal Fans

Eragle

oh ok lemme take a look then..

Advertisement: