Spoiler on Forumotion and topic description
Page 1 of 1 • Share •
Spoiler on Forumotion and topic description
i saw the new update on forumotion about the spoiler when posting images.
with enlarge and reduce size as well as the full image size.
how to work for it so? thanks
------------
about making new topic, under subject, there is description, how to activate it?
with enlarge and reduce size as well as the full image size.
how to work for it so? thanks
------------
about making new topic, under subject, there is description, how to activate it?

russelcrew™- Forumotion Member
- Posts: 112
Language: english
Country:
Join date: 2009-04-11
Re: Spoiler on Forumotion and topic description
Activate description go to administration panel => general => messages and emails => topics => Allow topics description : YES => Save
Resizing images: phpBB2 (templates)
--> privmsgs_preview.tpl and posting_preview.tpl and privmsgs_read_body.tpl
--> viewtopic_body.tpl and viewcomments_body.tpl
[b]--> privmsgs_topic_review.tpl
--> posting_topic_review.tpl
--> mod_news.tpl
--> viewtopic_body.tpl and posting_body.tpl and privmsgs_read_body.tpl and viewcomments_body.tpl
--> profile_advanced_body.tpl
--> topics_blog_box.tpl
http://help.forumotion.com/updates-and-new-features-f1/new-update-25-fresh-functionalities-for-your-pleasure-t57131.htm
Resizing images: phpBB2 (templates)
--> privmsgs_preview.tpl and posting_preview.tpl and privmsgs_read_body.tpl
- Spoiler:
--> viewtopic_body.tpl and viewcomments_body.tpl
- Spoiler:
[b]--> privmsgs_topic_review.tpl
- Spoiler:
--> posting_topic_review.tpl
- Spoiler:
--> mod_news.tpl
- Spoiler:
--> viewtopic_body.tpl and posting_body.tpl and privmsgs_read_body.tpl and viewcomments_body.tpl
- Spoiler:
--> profile_advanced_body.tpl
- Spoiler:
--> topics_blog_box.tpl
- Spoiler:
http://help.forumotion.com/updates-and-new-features-f1/new-update-25-fresh-functionalities-for-your-pleasure-t57131.htm
Re: Spoiler on Forumotion and topic description
it did not work.

russelcrew™- Forumotion Member
- Posts: 112
Language: english
Country:
Join date: 2009-04-11
Re: Spoiler on Forumotion and topic description
i have completed to do all the instructions. and i think i did not put wrong, but it seems. nothing happeneed

russelcrew™- Forumotion Member
- Posts: 112
Language: english
Country:
Join date: 2009-04-11
Re: Spoiler on Forumotion and topic description
russelcrew™ wrote:it did not work.
what dint work the codes?
before adding the codes i would check and see if you have the new features or not.
I dont think you have to do this for all the forums. i have one phpbb2 board where so far i dint have to do anything but another phpbb2 i did.
but one board is a public forum and the other is a test board. so the test board has a lot of different stuff missing already so i may be wrong.
anyway the image thing.. you have to set the dimensions on what you want you images to be re sized to. check and see if you have the option to do so.
Admin panel>general>configuration
Scroll down to almost the bottom of the list and you will see.
(Images resize) simply set the dimensions to what you wish and hit save.
Now all images with the acception of click-able thumb nails will re-size to the dimensions you have set.
Re: Spoiler on Forumotion and topic description
although i have checked the description to yes and set the image to the minimum size. still, the description for the modification/identification of the message is not visible and the image is still the size of the original size 

russelcrew™- Forumotion Member
- Posts: 112
Language: english
Country:
Join date: 2009-04-11
Re: Spoiler on Forumotion and topic description
russelcrew™ wrote:although i have checked the description to yes and set the image to the minimum size. still, the description for the modification/identification of the message is not visible and the image is still the size of the original size
well then it may be that you have to add the codes like DarkPoint as suggested the first time.
take your time and try to add the template codes and publish once again.
but before you do that. go back and put these dimensions in and see if there's any difference 320 x 240.
if it dose not work then it means it's definitely has to be that the template codes need to be added.
Re: Spoiler on Forumotion and topic description
^ i have already done what have you said above. but then, it didnt work

russelcrew™- Forumotion Member
- Posts: 112
Language: english
Country:
Join date: 2009-04-11
Re: Spoiler on Forumotion and topic description
Did you click the + Icon to confirm the new templates?
_________________

|Lost Password?|-|FAQ|-|Contact Typlo for a Domain Transfer Code|-|Complaint Against a Forum|
PM Support & PM About Your Topic Is Not Allowed

MrMario- Global Moderator

-

Posts: 9079
Age: 19
Language: English, HTML, XHTML XML, JavaScript, CSS and PERL
Location: USA
Country:
Join date: 2008-06-10
Re: Spoiler on Forumotion and topic description
^ yes of course.

russelcrew™- Forumotion Member
- Posts: 112
Language: english
Country:
Join date: 2009-04-11
Re: Spoiler on Forumotion and topic description
It doesn't appear that you have been given the right code to edit for the topics description
--> posting_body.tpl and posting_body_wysiwyg.tpl
Locate:
- Code:
<!-- BEGIN switch_subject -->
<!-- END switch_subject -->
Immediately after this add:
- Code:
<!-- BEGIN switch_description -->
<tr>
<td class="row1" width="22%"><span class="gen"><b>{L_DESCRIPTION}</b></span></td>
<td class="row2" width="78%">
<span class="gen">
<input class="post" style="width:450px" type="text" name="description" value="{DESCRIPTION}" maxlength="{TOPIC_DESCRIPTION_MAXLENGTH}" onkeypress="if (event.keyCode==13){return false;}" />
</span>
</td>
</tr>
<!-- END switch_description -->
Also in
--> topics_list_box.tpl
Locate
- Code:
<div class="topictitle">
{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE}
<h2 class="topic-title">
<a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a>
</h2>
</div>
Immediately after it add:
- Code:
<!-- BEGIN switch_description -->
<span class="genmed">
<br />
{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
</span>
<!-- END switch_description -->
Ensure you publish the editing too, but otherwise I believe these codes to be correct

darren1- Forumotion Member
-

Posts: 6581
Age: 17
Language: Traditional Australian, Australian, English
Location: Yups I'm back | Support mode: On - Active
Country:
Join date: 2008-07-10
Permissions of this forum:
You cannot reply to topics in this forum
Home




by russelcrew™ on October 31st 2009, 11:35 pm





» Forum description under title needs correcting
» Fiery Hazard Ranks
» Help plz plz plz
» How can I add some background music?
» Members not seeing replies to their topics
» Manipulating News Widget
» setting a scroller for latest topic widget
» Direct Link Help!