News:

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

Main Menu

Enhance Recent Post

Started by Bulakbol, April 08, 2008, 01:03:14 AM

Previous topic - Next topic

Sudhakar Arjunan

Quote from: JohnyB on August 04, 2008, 02:49:08 PM
Maybe you forgot to attach the files asudhakar. I can't find them. :)

You are right. Check the above Post JohnyB Check previous post
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Sudhakar Arjunan

Quote from: JohnyB on August 04, 2008, 02:49:08 PM
Maybe you forgot to attach the files asudhakar. I can't find them. :)

You are right. Check the above Post JohnyB Check previous post I have attached and waiting for your time.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Bulakbol

Here are your files asudhakar. Backup the original ones and then use these after you installed this mod.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Sudhakar Arjunan

Quote from: JohnyB on August 09, 2008, 11:14:37 AM
Here are your files asudhakar. Backup the original ones and then use these after you installed this mod.


Thanks a lot, JohnyB.

I have installed and replaced the files you have modified and its working perfect.

When i surf the recent page, i got lot of errors.


The_Big_S    Today at 00:47:07
Apply Filter: Only show the error messages of this IP address 121.143.543.195    Apply Filter: Only show the error messages of this session 14ac3dc414fd4140cc2e7f662ca9a776
Apply Filter: Only show the error messages of this URL http://forum.itacumens.com/index.php?action=recent;start=70
Apply Filter: Only show the errors with the same message
8: Undefined variable: modSettings
File: /home/itacumen/public_html/forum/Themes/default/Recent.template.php (main sub template - eval?)
Line: 102


I have checked the line 102 and found the Karma mod line - like


// Is karma display enabled?  Total or +/-?
if ($modSettings['karmaMode'] == '1')
echo '
', $modSettings['karmaLabel'], ' ', $post['poster']['karma']['good'] - $post['poster']['karma']['bad'], '<br />';
Line 102 : elseif ($modSettings['karmaMode'] == '2')
echo '
', $modSettings['karmaLabel'], ' +', $post['poster']['karma']['good'], '/-', $post['poster']['karma']['bad'], '<br />';


I dont use karma mode in my forum.

Any Suggestion to avoid this error JohnyB.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

ccbtimewiz

Add $modSettings to the global declarations.

Sudhakar Arjunan

Quote from: ccbtimewiz on August 12, 2008, 04:22:03 PM
Add $modSettings to the global declarations.


Hope the error is no more. Thanks for pointing it.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Bulakbol

Do you still require assistance asudhakar?
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Sudhakar Arjunan

Quote from: JohnyB on August 13, 2008, 11:39:40 PM
Do you still require assistance asudhakar?

Thanks a Lot Author. The Mod is Now perfect and working exactly what it has to.
The Mod and a great impact on the page design.

Thanks for the excellent assistance and Good Mod Author.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Mskina

#88
spanish and spanish_es (works also on utf8 files)

<!-- default/languages/Modifications.spanish.php -->
<file name="$languagedir/Modifications.spanish.php" error="skip">
<operation><!-- look for ?> tag -->
<search position="end"></search>
<add><![CDATA[
$txt['joined'] = 'Registrado';
]]></add>
</operation>
</file>


<!-- default/languages/Modifications.spanish_es.php -->
<file name="$languagedir/Modifications.spanish_es.php" error="skip">
<operation><!-- look for ?> tag -->
<search position="end"></search>
<add><![CDATA[
$txt['joined'] = 'Registrado';
]]></add>
</operation>
</file>

Bulakbol

Thanks for the Spanish translation Mskina. Appreciated it.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Ferrin

Great mod!

But how integrate the "Recent.template" changes in "Recent.template" from "WoW-DK" Theme?


My English is not the best. German is more my language.

Bulakbol

#91
Ferrin, here's your edited wowdk Recent.template.php. Use this file after you installed the mod.

<edit>The wowck has its own Modifications.english.php language file. You have to open wowdk/languages/Modifications.english.php and add this line.
$txt['joined'] = 'Joined';
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Ferrin

My English is not the best. German is more my language.

neil h

#93
I'm using a theme (Versatility) that does not have a recent.template.php file - it uses the default theme file. the mod works, but the theme is a bit screwed up (see attachment).

Is there any way I could extend the bar across the bottom of the post and take away the white background on the buttons?

Bulakbol

@neil h
I can't find your theme so I can't do any testing.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

neil h

Quote from: JohnyB on September 18, 2008, 01:05:50 AM
@neil h
I can't find your theme so I can't do any testing.
Would I be able to send you the index.template or something? my site is frameforum dot org.

Bulakbol

I need the whole theme for testing. It's hard to find missing colspan without the theme.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Bulakbol

#97
@neil h Re: Versatality theme.
Here's what you have to do. It's easy. Open the default/Recent.template.php and look for
<td class="catbg" colspan="3" align="right">

Replace with
<td class="catbg" colspan="5" align="right">
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

neil h

#98
Quote from: JohnyB on September 19, 2008, 05:13:25 AM
@neil h Re: Versatality theme.
Here's what you have to do. It's easy. Open the default/Recent.template.php and look for
<td class="catbg" colspan="3" align="right">

Replace with
<td class="catbg" colspan="5" align="right">
Perfect!

Works a treat!

Thanks Jonny

Bulakbol

You're welcome neil h. If you have other issues with this mod, just post and I'll try to help you.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Advertisement: