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

#80
Have you disabled evaluation of templates in the Admin -> Server Settings? That will give me a more direct link to your problems.

Quote from: Bruno36 on June 05, 2010, 04:23:57 AM
Is there a way to change the character limit
Did you solve this? tinytext has a limit of 255 cháracters. You can basically just change the column type to anything that gives you more characterspace in your DB.
http://www.htmlite.com/mysql003.php

Bugo


Akyhne


Bugo

Quote from: Akyhne on June 25, 2009, 12:16:06 AM1.1 - 27th April 2010
Added RC3 support

0.6a 11th June 2010
Found a small bug in the installation that removed a few permission settings in admin center.

Akyhne

Quote from: Akyhne on July 11, 2010, 09:12:19 AM
Does your old file say 1.1?
I just updated the mod, and there were no 1.1 file at the download page. As my data drive went down a few months ago, I only have the online version of the mod.
So what's the version people are using?

Akyhne

Quote from: dmacleo on May 19, 2010, 11:36:38 AM
having an odd issue with this relating to the undefined index errors.
when a guest (spider) hits a forum they don't have permission for I get :
Quotehttp://xxx.xxxx.xxx/index.php?topic=TOPIC IN QUESTION
8: Undefined index: allow_topic_note
File: /home/XXXXXX/public_html/Sources/Load.php
Line: 789

line 789 is:
Quote789:  $context['allow_topic_note'] = $board_info['allow_topic_note'];

have not dug to deeply into it yet, any advice is appreciated.
smf 2.0 rc3 and it might be related to the same error showing for board note on line 790, not sure yet.
Now I finally got the error myself and can now fix it.

Akyhne

Quote from: dmacleo on May 19, 2010, 11:36:38 AM
having an odd issue with this relating to the undefined index errors.
when a guest (spider) hits a forum they don't have permission for I get :
Quotehttp://xxx.xxxx.xxx/index.php?topic=TOPIC IN QUESTION
8: Undefined index: allow_topic_note
File: /home/XXXXXX/public_html/Sources/Load.php
Line: 789

line 789 is:
Quote789:  $context['allow_topic_note'] = $board_info['allow_topic_note'];

have not dug to deeply into it yet, any advice is appreciated.
smf 2.0 rc3 and it might be related to the same error showing for board note on line 790, not sure yet.
Solved in version 0.7

edi67

sorry but why is not possible have board notes for smf rc1 too??
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Akyhne

You shouldn't be running RC1. It's not tested and I wouldn't waste my time on it, sorry.

Antes

Quote$txt['mboards_board_note'] = 'Bölüm Notları';
$txt['mboards_board_note_desc'] = 'Messageindex üzerinde bir bölüm not gösterir.Resim göstermek vb şeyler içinde kullanılabilir, bölüm başlığına bağlı olarak';

Cya :) sorry for late update didnt noticed.

Akyhne

Thx Antes. Will be added in the next update.

Akyhne


Mihac™

Error messages of this URL

...../index.php?action=calendar;sa=post;month=12;year=2010;day=4
8: Undefined index: allow_topic_note

Datoteka: /home/xxxxxxxxxx/public_html/Themes/default/Post.template.php (main sub template - eval?)
Linija: 417


This is a line of code in Post.template.php

//Topic Note Message Field
if ($context['is_first_post'] && $context['can_make_topic_note'] && $context['allow_topic_note'])
echo '
<div class="padding smalltext">
<strong>', $txt['topicnote'], ':</strong><br />
<textarea name="topic_note" cols="100" rows="3">' , $context['topic_note'] , '</textarea>
</div>';


"kad budala postavi neko glupo pitanje ni deset mudraca ne može na njega odgovoriti "

Akyhne


Mihac™

Quote from: Akyhne on December 13, 2010, 05:41:40 AM
I will take a look on it.
everything else was fine but not fine when placed event on calendar

"kad budala postavi neko glupo pitanje ni deset mudraca ne može na njega odgovoriti "

Akyhne


Mihac™

Quote from: Akyhne on December 13, 2010, 07:08:06 PM
Fixed in 0.9
Unfortunately not yet fixed.
I installed 0.9 on the new forum and occurs error on following line.

......./index.php?action=calendar;sa=post
8: Undefined index: allow_topic_note
File: /home/xxxxxx/public_html/test/Themes/default/Post.template.php (main sub template - eval?)
Line: 397

Post.template.php error Line: 397
if ($context['is_first_post'] && $context['can_make_topic_note'] && !$context['make_poll'] ? $context['allow_topic_note'] :false)

"kad budala postavi neko glupo pitanje ni deset mudraca ne može na njega odgovoriti "

Akyhne

Fixed. I made a silence update of the package.

Uninstall the old 0.9 verion, delete it from your forum package manager, then upload the fresh file and install it.

I've removed support for versions older than SMF 2 RC2. The mod now also redirects to the mod settings after installation.

Mihac™

Now everything is fine. The error was the $context['make_event'] .
Thank you for your efforts, greeting. :-)

"kad budala postavi neko glupo pitanje ni deset mudraca ne može na njega odgovoriti "

Akyhne


Advertisement: