News:

Wondering if this will always be free?  See why free is better.

Main Menu

Topic & Board Note

Started by Akyhne, June 25, 2009, 12:16:06 AM

Previous topic - Next topic

Akyhne

Quote from: [Daydreamer] on June 30, 2009, 10:53:25 AM
Akhyne if i try to move any topic, i get this error
The database value you're trying to insert does not exist: topic_note
Solved in 0.4.1

Özgür

Quote from: Akyhne on June 30, 2009, 11:57:26 AM
Quote from: [Daydreamer] on June 30, 2009, 10:53:25 AM
Akhyne if i try to move any topic, i get this error
The database value you're trying to insert does not exist: topic_note
Solved in 0.4.1
Thanks =)
So Long

jellie

Any chance of a version compatible for 1.1.9? :)

Akyhne

I actually didn't plan it. I was going to use in a 1.1.x forum myself, but when I started working on it, I decided to go for 2.0.

jellie

That's a shame, it was exactly what I've been looking for.  Great mod anyway :)

Akyhne

I may concider it, if there's enough requests for it. But as SMF 2 will be the new standard choice whenever it is released, I'm not sure I want to spend time on SMF 1.1.x mods anymore.

jellie


Özgür

Even if you can try to open new topic in topic note not disabled board, topic note forum still showed.
if ($context['is_first_post'] && $context['can_make_topic_note'])
Should be
if ($context['is_first_post'] && $context['can_make_topic_note'] && $context['allow_topic_note'])
So Long

Akyhne

We are still in the beta versions XD

Seems you are right, even I seemed to check this many times. What is your suggestion? I guess admins should at least still be able to see the input field, just to know if someone wrote a topic note at an earlier point.
I could add a red border around the input field and/or a text informing topic note is not enabled in that board, so the admin know it won't show.

Özgür

I'm don't think "able to see the input field". And i think information feature didn't be necessary.
My suggestion is if topic note didn't enabled in current board, input field should be don't display. Currently input field showed, if user try to open new topic "undefined index : allow_topic_note" error saved in error log.
And Little suggestion :P Permission seperate to "Can make topic note" and "Can see topic note"(we are currently din't have) .
So Long

Özgür

Akhyne i wait for your update. Because i have too many "undefined index : allow_topic_note" error in my errorlog. I controlled my error log everyday. So this is important for me (:
So Long

Akyhne

0.4.3 29th August 2009
o corrected a small error and added Turkish language

[Daydreamer] - can you test for me? I am really hung up with a lot of other stuff, so I don't have time to test it.

Thanks

wladymeer

Is it me or this mod have some charachter limit? :)

Is it possible to get rid of it?

Btw, awesome mod :)

Akyhne

You can just change the smf_boards column named topic_note to use text instead of tinytext.

Btw, I'm soon releasing the mod for SMF 2 RC2, which implements board notes as well. you can use board note to insert an image which is placed above the board when viewing the topic list in board mode (messageindex), or you can use it to tell important stuff about the board people are viewing. Your own fantasy sets the limit.

With these changes, the mod will be renamed to Topic and Board Note.

wladymeer

Splendid, will that work under 1.2?

However, not sure, where could I find this one to change?

QuoteYou can just change the smf_boards column named topic_note to use text instead of tinytext.

Thanks.

Akyhne

#35
Changing the table needs to be done in MySql. You probably have phpMyAdmin available to access MySql.
And the new version with Board Note, will only work for RC2 and forward.

wladymeer

I've found under smf_board allow_topic_note is that the line I need to edit? Because I can't find topic_note there.

However, when I change from text either text (string) or text I don't see any drastic improvement of text size I can enter. I did empty my cache before trying.

Am I doing something wrong or? Sorry, I'm for the first inside of phpmyadmin :)

Akyhne

Text size??? Are we talking size or character limit? That's two very different things.

wladymeer

Oh no, my bad - I was thinking of text LENGTH size as "ammount of input characters" :D

Akyhne

Ahh, sorry, I remember wrong. It's in the smf_messages table. The name is still topic_note.

Advertisement: