Link to Mod (http://custom.simplemachines.org/mods/index.php?mod=1705)
Separate Sticky and Normal Topicmade by www.smfmod.com (http://www.smfmod.com)
Version: 1.1 Date 2009-03-18
Compatibility: SMF 2.0 RC1 & 1.1.x
Separate_Sticky_and_Normal_Topic.zip for smf 2.0 rc1
Separate_Sticky_and_Normal_Topic_1.1.x.zip for smf 1.1.x
in turkish:
modifications.turkish.php de ekle
$txt['hhystick1'] = 'Sabit Konular';
$txt['hhystick2'] = 'Normal Konular';
Quote from: Nas on March 18, 2009, 09:33:23 AM
Nice!
Swedish translation:
// by smfmod.com
$txt['hhystick1'] = 'Klistrade ämnen';
$txt['hhystick2'] = 'Normala ämnen';
Quote from: LexArma on March 18, 2009, 09:39:10 AM
In finnish:
$txt['hhystick1'] = 'Pysyvät Aiheet';
$txt['hhystick2'] = 'Tavalliset Aiheet';
(using the same wording as the official finnish language pack)
Quote from: dm_mb on March 18, 2009, 01:07:49 PM
Modifications.russian.php
$txt['hhystick1'] = 'Прикреплённые топики';
$txt['hhystick2'] = 'Обычные топики';
Great! Thanks.
Ohh.. work fine in 1.1.8 also. Thanks :D
Separate_Sticky_and_Normal_Topic_1.1.x.zip
for smf 1.1.x :D
Thank You, a very nice and simple mod that works great!
Nice!
Swedish translation:
// by smfmod.com
$txt['hhystick1'] = 'Klistrade ämnen';
$txt['hhystick2'] = 'Normala ämnen';
In finnish:
$txt['hhystick1'] = 'Pysyvät Aiheet';
$txt['hhystick2'] = 'Tavalliset Aiheet';
(using the same wording as the official finnish language pack)
thanx guys ;)
Modifications.russian.php
$txt['hhystick1'] = 'Прикреплённые топики';
$txt['hhystick2'] = 'Обычные топики';
thanx dm_mb ;)
beautiful :) its just what i needed
thanks alot
thanx Sedin ;)
Great mod, worked on my test site which is default core vers. 1.1.8 but on my regular default core vers. 1.1.8 I only get the sticky and normal topic icons, not the words.
TD
thanx TDNY ;D
Quote from: hhy89 on March 19, 2009, 12:58:29 PM
thanx TDNY ;D
Your welcome, can you help out with the words "sticky topic" and "normal topic" not showing?
TD
your themes/MessageIndex.template.php
Edit it ;)
Quote from: hhy89 on March 19, 2009, 01:28:53 PM
your themes/MessageIndex.template.php
Edit it ;)
Tried a manual install, not good. error messages and still no "sticky topic" "normal topic" just icons.
Got these 2 errors too.
8: Undefined index: hhystick2
File: /hom/default/MessageIndex.template.php (main sub template - eval?)
Line: 234
8: Undefined index: hhystick1
File: /home/icefishr/public_html/Themes/default/MessageIndex.template.php (main sub template - eval?)
Line: 229
Language problem - what language files are you using? :)
Quote from: LexArma on March 19, 2009, 02:47:16 PM
Language problem - what language files are you using? :)
English, thanks. Need to use english to work ad mgmnt.
Quote from: TDNY on March 19, 2009, 02:48:03 PM
Quote from: LexArma on March 19, 2009, 02:47:16 PM
Language problem - what language files are you using? :)
English, thanks. Need to use english to work ad mgmnt.
English or english-utf8 ;) This mod installs the language strings to *.english.php but to *.english-utf8.php you will have to make the edits manually.
Quote from: LexArma on March 19, 2009, 02:51:44 PM
Quote from: TDNY on March 19, 2009, 02:48:03 PM
Quote from: LexArma on March 19, 2009, 02:47:16 PM
Language problem - what language files are you using? :)
English, thanks. Need to use english to work ad mgmnt.
English or english-utf8 ;) This mod installs the language strings to *.english.php but to *.english-utf8.php you will have to make the edits manually.
Thanks, I will edit the mod/english-utf8 and see what happens as I already did the edit to mod/english php
LexArma,
Thanks for helping this newbie out, you made it very easy to understand what I needed to do.
I edited the English-utf8 file like you said and it all works like it should, no more errors either. Thanks!!
TD
Quote from: TDNY on March 19, 2009, 03:05:08 PM
LexArma,
Thanks for helping this newbie out, you made it very easy to understand what I needed to do.
No problem :)
thanx LexArma for helping ;)
Nice work!
thanx AlreeGator ;)
Nice mod, very simple, effective and should be standard in SMF.
Great work hhy89!
thanx Blinker ;)
Seems to not work with 2.0 RC. Is the file corrupted on the download page by chance. I tried twice and got a not compatible or corrupt message both times.
Separate_Sticky_and_Normal_Topic.zip for smf 2.0 rc1
Separate_Sticky_and_Normal_Topic_1.1.x.zip for smf 1.1.x
;D
This is a cool mod and I've installed it without any problems on RC1 this past week. Thanks!
I'm not sure if this visual problem is from the mod or not. Is there a way for it to pull the files to make it look like it is uniform instead of making it gray?
Currently, I get boxes of gray on the lines for Sticky or Regular (circled in picture picture 1)
It would be nicer if it would pull the same files as if the mod wasn't installed (circled in picture 2)
rating is problem ;)
Thanks hhy89.
If you want, I'll remove my post, so it doesn't confuse anyone!
', empty($options['display_quick_mod']) ? '7' : '8', '
replace
', empty($options['display_quick_mod']) ? '8' : '9', '
;D
Wow! Great!!!
That's the MessageIndex.template
replace to:
if($topic['is_sticky'] && !$stickybar)
{
echo'<tr class="titlebg"><td colspan="', empty($options['display_quick_mod']) ? '8' : '9', '"><img src="', $settings['images_url'], '/icons/quick_sticky.gif" width="16" /><b> ' . $txt['hhystick1'] . '</b></td></tr>';
$stickybar = true;
}
else if(!$topic['is_sticky'] && $stickybar && !$normalbar)
{
echo'<tr class="titlebg"><td colspan="', empty($options['display_quick_mod']) ? '8' : '9', '"><img src="' . $settings['images_url'] . '/post/xx.gif" alt="" align="middle" /><b> ' . $txt['hhystick2'] . '</b></td></tr>';
$normalbar = true;
Great it worked for the Sticky and Normal lines. I just have one more gray box on the white line above those.
' , !empty($options['display_quick_mod']) ? '8' : '7' , '"
replace
' , !empty($options['display_quick_mod']) ? '9' : '8' , '"
Thanks, hhy89!
That's a fix for me!
Replace to:
if (!empty($settings['display_who_viewing']))
{
echo '
<tr class="windowbg2">
<td colspan="' , !empty($options['display_quick_mod']) ? '9' : '8' , '" class="headerpadding smalltext">';
if ($settings['display_who_viewing'] == 1)
Worked like a charm! Looks much nicer now. (pic attached)
Thank you very much!!
No problem ;)
Latin Spanish Translation
// by smfmod.com
$txt['hhystick1'] = 'Temas Sujetos';
$txt['hhystick2'] = 'Temas Normales';
I made one change on this mod
Find:
echo'<tr class="titlebg"><td colspan="', empty($options['display_quick_mod']) ? '7' : '8', '"><img src="' . $settings['images_url'] . '/post/xx.gif" alt="" align="middle" /><b> ' . $txt['hhystick2'] . '</b></td></tr>';
Replace with:
echo'<tr class="titlebg"><td colspan="', empty($options['display_quick_mod']) ? '7' : '8', '"><img src="' . $settings['images_url'] . '/topic/normal_post.gif" width="19" /><b> ' . $txt['hhystick2'] . '</b></td></tr>';
;)
Thanx a lot for the great Mod,
it's a big relief for me to arrange topics in my forum.
Modifications.arabic-utf8.php
$txt['hhystick1'] = 'المواضيع المثبتة';<br>
$txt['hhystick2'] = 'المواضيع';
http://3wasef.com (http://3wasef.com)
I have done the edits to MessageIndex.template.php as done above in your posts "hhy89" but at the bottom of the category where it says "MARK READ NOTIFY NEW TOPIC POST NEW POLL" Above that there is a grey box still.
I have the checkboxes for moderation enabled also, not sure if this will cause issues.
Thanks
This's for Thai.
$txt['hhystick1'] = 'กระทู้ปักหมุด';
$txt['hhystick2'] = 'กระทู้ปกติ';
Mod has been removed from Mod Site due to a copyright infringement.