News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Topic Solved

Started by [SiNaN], January 19, 2009, 11:10:40 AM

Previous topic - Next topic

Lyonsy

Hi all.

I have just install topic solved and set my boards to allow topic solved, But it is not showing in the post message icon: section, Any clues to what is wrong.

My system is SMF 2 RC1

[SiNaN]

I don't think I understand what you mean by this:

QuoteBut it is not showing in the post message icon: section, Any clues to what is wrong.

Can you elaborate? Which section exactly?
Former SMF Core Developer | My Mods | SimplePortal

Lyonsy

ok it could be me not doing something right.

See attached image.

Or could you explain on how to use the mod.

[SiNaN]

When you are in a topic, you should be able to see a button with the label "Topic Solved" just besides your moderator buttons at the bottom left. Clicking on that will make the topic (un)solved.

Also you can mark topics as (un)solved with the quick moderation.

Also... It has a log feature which you can access from Admin CP or Moderation Center.
Former SMF Core Developer | My Mods | SimplePortal

Lyonsy

 ::) ::) ::) ::) I think i need some new  8) Glasses how could I not see that :-[

Thanks I have it now.

Cheers

stomic

Hi!

First, thanks for a great mod!
Then, I'm using it with 2.0RC1 and SQLite and I had a problem with the UPDATE query
together with LIMIT. This doesn't exist in SQLite and since SMF 2.0 officially supports SQLite I think that you should consider removing LIMIT from UPDATE queries.
It works for me now, after removing LIMIT.

The file in question is:
Subs-TopicSolved.php, lines 81 and 94

I simply removed "LIMIT = ..." from the query.

greetings!

jacmoe

Quote from: Blue Dream on January 31, 2009, 04:37:50 PM
jacmoe:
NBG:

It requires some work and I don't want to hardcode it. Though, I can give you some codes to add prefix only in MessageIndex.
A bit late, but: Thanks a lot! Works perfect.  :)

rayosx

Hello Blue Dream,

Is there something that you can do to get the a Green text with "solved" besides the check mark in a topic?, something similar like this  forum?

http://forums.t-mobile.com/tmbl/board?board.id=87

Check how they write its solved threads,      the reason that I am asking you this is because many users will not know what really is the green check mark,  I know that whether you put the mouse over it will say solved, but sometimes does not work when you put your mouse over the green check mark and actually not all people will do that.

your answer will be appreciated.

thanks

[SiNaN]

#48
First issue here:

http://www.simplemachines.org/community/index.php?topic=286932.msg1905700#msg1905700

You can change [SOLVED] to <span style="color: #00FF00;">[SOLVED]</span> to make it green.
Former SMF Core Developer | My Mods | SimplePortal

rayosx

Blue Dream,
I did what you told me and it worked, the only problem is that when I put this command on ../Source     MessageIndex.php

$row['first_subject'] = $row['is_solved'] ? '<span class="color: #00FF00;">[SOLVED]</span>' $row['first_subject'] : $row['first_subject'];

I got an error

Parse error: syntax error, unexpected T_VARIABLE in /home1/colorai7/public_html/casas-de-venta-en-colorado-foros/Sources/MessageIndex.php on line 451


Am I missing something in the command above?

this is what you asked to do
$row['first_subject'] = $row['is_solved'] ? '[SOLVED] ' . $row['first_subject'] : $row['first_subject'];

         // Decide how many pages the topic should have.

but you gave me other code to change the color and I am stuck there, thanks


Chronus

Hi!

First, thanks for a great mod!

I'm using 2.0RC1, I installed mod but can't use it. I don't see any options for topic solved in admin panel or in topics. Using default theme. Can you explain how to set this up?

[SiNaN]

rayosx:

'<span class="color: #00FF00;">[SOLVED]</span>' $row['first_subject']

should be

'<span class="color: #00FF00;">[SOLVED]</span>' . $row['first_subject']

Chronus:

Admin CP >> Boards

Click to the "modify" link for the board you want to enable this feature.

Then in the edit board page check "Topic Solved Board" option and save.
Former SMF Core Developer | My Mods | SimplePortal

Chronus

I don't have that option. Tried to modify each board but I just can't see it

[SiNaN]

Any errors in the Forum Error Log?
Former SMF Core Developer | My Mods | SimplePortal

Chronus

#54
Nope, all fine, even the mod is installed with no errors

[SiNaN]

Can you attach your index.php file here?
Former SMF Core Developer | My Mods | SimplePortal

Chronus


[SiNaN]

Mod doesn't seem to be installed. Is it shown as installed in Package Manager packages list?
Former SMF Core Developer | My Mods | SimplePortal

Antes

Stuning Performance ! This is what i'm looking For My Help Topics ;)

Chronus

Quote from: Blue Dream on February 24, 2009, 06:48:56 AM
Mod doesn't seem to be installed. Is it shown as installed in Package Manager packages list?

It seems to be installed

Advertisement: