Customizing SMF > Modifications and Packages
Topic Rating Bar
Ascot:
Is there a way to make a stats block for simple portal of this mod?-
Like "Most rated topics" or something similar (?
thanks in advance.
Anthems:
--- Quote from: nixlike on April 16, 2012, 03:34:29 PM ---Hi Bugo,
first off let me say thank you big time for this modification, I've been waiting a long time for this.
If you dont mind I like to change something for my own forum.
The initial behavior of this mod is: vote in a thread you didn't start and have your selection shown in the boardindex and in the thread itself.
Now lets say I was a bit hasty on my decission or maybe I'm a different opinion and want to change the rating I already selected - in my case it doesnt work. I just cant change any rating I have done for a thread but would like to change the rating. Would you be so kind and point me into the right direction what code parts to change if you are ok with that?
Basically the mod just rocks, love it :)
--- End quote ---
It's one of the tweaks Bugo could do for us. It would only make this mod better not worst.
Being able to change the vote and being able to vote own topics would be excellent features. And it would be even greater if the ratings could be shown at the boards and not only inside the topics. We have that option but it does not work.
Come on Bugo ;D
nixlike:
Anthems, the icons are being shown on boards if the option is activated. Mine runs even on a modified default theme. In general I share the same opinion with you regarding the two mentioned features. That would be really cool to have :)
Tubilok:
I got this after upgrading from version 0.7.1 to 0.7.2.
Error Type: Critical
Wrong value type sent to the database. Array of integers expected. (ignore_boards)
Function: rating_top
Archivo: /home/forum/public_html/Sources/Subs-TopicRating.php
LĂnea: 269
--- Code: ---252: $query = $smcFunc['db_query']('', '
253: SELECT tr.id, tr.total_votes, tr.total_value, ms.subject, b.id_board, b.name, m.id_member, m.id_group, m.real_name, mg.group_name
254: FROM {db_prefix}topic_ratings AS tr
255: LEFT JOIN {db_prefix}topics AS t ON (t.id_topic = tr.id)
256: LEFT JOIN {db_prefix}messages AS ms ON (ms.id_msg = t.id_first_msg)
257: LEFT JOIN {db_prefix}boards AS b ON (b.id_board = ms.id_board)
258: LEFT JOIN {db_prefix}members AS m ON (m.id_member = t.id_member_started)
259: LEFT JOIN {db_prefix}membergroups AS mg ON (mg.id_group = m.id_group)
260: WHERE m.id_member != 0' . (empty($ignore_boards) ? '' : '
261: AND b.id_board NOT IN ({array_int:ignore_boards})') . '
262: AND {query_wanna_see_board}
263: AND {query_see_board}
264: ORDER BY tr.total_votes DESC
265: LIMIT ' . $limit,
266: array(
267: 'ignore_boards' => $ignore_boards
268: )
==>269: );
--- End code ---
EDIT: Solved.
MESWEB:
Bugo can You write new post with new version and what's new in current version?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version