News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

i Want to show icon in under the post

Started by forumnepali, August 02, 2010, 06:26:18 AM

Previous topic - Next topic

Hj Ahmad Rasyid Hj Ismail

I really dont know why is the coding is so necessary since you can use this mod and modify it a bit to suit your own icons. http://custom.simplemachines.org/mods/index.php?mod=1109

forumnepali

Thank you for Replying but this mod is not work R3...  my forum version is R3

Hj Ahmad Rasyid Hj Ismail

You mean SMF 2.0 RC3? It will work on it. Try emulating your forum version if it doesn't successful using direct installation.

EDITED: I've tried it and successful. You just need to emulate your forum to SMF 2.0 RC2 and then install the mod. It works.

forumnepali

#23
i have just try no Error come when i installing this mod but when installation is complite

pload either is not a valid package or has become corrupted



Hj Ahmad Rasyid Hj Ismail

#24
Try uninstall and reinstall. Meanwhile I will check in-depth.

EDITED: Checked and confirmed working. I have updated this package to be used directly installable by SMF 2.0 RC2, RC3 and above (if no changes made by SMF of course). Here is the link to download it. http://www.simplemachines.org/community/index.php?topic=226186.msg2737635#msg2737635

forumnepali

Quote from: ahrasis on August 09, 2010, 09:31:38 AM
Try uninstall and reinstall. Meanwhile I will check in-depth.

but there is no option for uninstalling this mod only showing delete and detail option

Hj Ahmad Rasyid Hj Ismail

Quote from: ahrasis on August 09, 2010, 09:31:38 AM
Try uninstall and reinstall. Meanwhile I will check in-depth.

EDITED: Checked and confirmed working. I have updated this package to be used directly installable by SMF 2.0 RC2, RC3 and above (if no changes made by SMF of course). Here is the link to download it. http://www.simplemachines.org/community/index.php?topic=226186.msg2737635#msg2737635
You have to manually uninstall then. No database involved, so it should be easy. If you are not sure, attach this files and I will do it for you:
Subs-BoardIndex.php
BoardIndex.template.php
index.css
Modifications.english.php
Modifications.english-utf8.php (only if you using it).

forumnepali

ok i have change all let me try install that mod

forumnepali

Great MOd Is working fine but icon is not showing i have put manualy icon please check my url forumnepali.com



forumnepali

i have sloved that problem now i'am facing only one problem i wan to show  display Only first post's icon at board index. if it possible please let me know wich file wan to modify...Thank you very much for helping me Joker and ahrasis

Hj Ahmad Rasyid Hj Ismail

This is an edit to the mod that have been installed. Try change from last:
<p><img src="', $settings['images_url'], '/post/', $board['last_post']['icon'], '.gif" alt="', $txt['bmi'], '" /> ', $txt['by'], ' ', $board['last_post']['member']['link'] , '<br />
to first and see how it goes:
<p><img src="', $settings['images_url'], '/post/', $board['first_post']['icon'], '.gif" alt="', $txt['bmi'], '" /> ', $txt['by'], ' ', $board['first_post']['member']['link'] , '<br />

forumnepali


Hj Ahmad Rasyid Hj Ismail

I am not modifying the mod for you. I said after you had installed the mod, do the said edit, manually. Somebody seems dont like me updating a mod for other people. It is available in SMF, so it is available for SMF members usage. So, do the above edit manually ok.

forumnepali

#33
Quote from: ahrasis on August 09, 2010, 12:41:06 PM
This is an edit to the mod that have been installed. Try change from last:
<p><img src="', $settings['images_url'], '/post/', $board['last_post']['icon'], '.gif" alt="', $txt['bmi'], '" /> ', $txt['by'], ' ', $board['last_post']['member']['link'] , '<br />
to first and see how it goes:
<p><img src="', $settings['images_url'], '/post/', $board['first_post']['icon'], '.gif" alt="', $txt['bmi'], '" /> ', $txt['by'], ' ', $board['first_post']['member']['link'] , '<br />
wich file need to modify please let know ?? and give me step by step, i will do manualy
i'am not getting your point please help me

Joker™

Quote from: ahrasis on August 09, 2010, 12:55:37 PM
I am not modifying the mod for you. I said after you had installed the mod, do the said edit, manually. Somebody seems dont like me updating a mod for other people. It is available in SMF, so it is available for SMF members usage. So, do the above edit manually ok.

If you had proper permissions of the mod author no one can say you anything.

Quote from: forumnepali on August 11, 2010, 06:06:33 AM
Quote from: ahrasis on August 09, 2010, 12:41:06 PM
This is an edit to the mod that have been installed. Try change from last:
<p><img src="', $settings['images_url'], '/post/', $board['last_post']['icon'], '.gif" alt="', $txt['bmi'], '" /> ', $txt['by'], ' ', $board['last_post']['member']['link'] , '<br />
to first and see how it goes:
<p><img src="', $settings['images_url'], '/post/', $board['first_post']['icon'], '.gif" alt="', $txt['bmi'], '" /> ', $txt['by'], ' ', $board['first_post']['member']['link'] , '<br />
wich file need to modify please let know ?? and give me step by step, i will do manualy
i'am not getting your point please help me


BoardIndex.template.php
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

forumnepali

yes i have tryed but i'am getting this Error

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/forumnep/public_html/Themes/default/BoardIndex.template.php on line 201

Joker™

BoardIndex.template.php

Find: <p><img src="', $settings['images_url'], '/post/', $board['last_post']['icon'], '.gif" alt="', $txt['bmi'], '" /> ', $txt['by'], ' ', $board['last_post']['member']['link'] , '<br />



Replace: <p><img src="', $settings['images_url'], '/post/', $board['first_post']['icon'], '.gif" alt="', $txt['bmi'], '" /> ', $txt['by'], ' ', $board['first_post']['member']['link'] , '<br />



But this won't work as far as i know ;).
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

forumnepali

Quote from: Joker™ on August 11, 2010, 09:58:02 AM
BoardIndex.template.php

Find: <p><img src="', $settings['images_url'], '/post/', $board['last_post']['icon'], '.gif" alt="', $txt['bmi'], '" /> ', $txt['by'], ' ', $board['last_post']['member']['link'] , '<br />



Replace: <p><img src="', $settings['images_url'], '/post/', $board['first_post']['icon'], '.gif" alt="', $txt['bmi'], '" /> ', $txt['by'], ' ', $board['first_post']['member']['link'] , '<br />



But this won't work as far as i know ;).

no Still Error showing

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/forumnep/public_html/Themes/default/BoardIndex.template.php on line 201

Joker™

is this error shown before edit or after.If before editing then attach your file here.
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

forumnepali


Advertisement: