Leeloo at 17h19
23
Feb
2011
NEW UPDATE : Mobile forums, Footer edit, and more inside! |
|
Hello, In order to continuously improve our services and to bring you the best in the world of forums, we offer you today a new update that will add three brand new features. Without making you wait longer, here are the contents of this update: 1. Modifying the footer of your forums : In exchange of credits, you will know be able to delete the footer. Extra feature, you can also add your own links for free!
2. More options in the moderation panel : You will now be able to change several topics at a time to 'sticky', 'announcement' or 'normal' in a few clicks!
3. Your forum on your Mobile phone : Now, your forums are fully optimized for browsing via mobile devices and smartphones. The principle is very simple, the forum will automatically detect the visitors who access it from a mobile device or smartphone, and it automatically displays a version optimized for this type of navigation. Of course, the visitor who does not wish to use the mobile version will be available to him the possibility to return to normal view forum. This feature is still in beta, you will only be able to browse the forum as a guest. No posting yet.
Finally, A big THANK YOU to the entire Forumotion community for all those brilliant ideas! See you soon! Best, Forumotion Team |
1 Leeloo, on 24/02/2011 at 10h15
Templates for the footer
| Important: Admins with custom templates on their forums like phpBB2 or PunBB must necessarily consider the following changes on the templates |
*********************
PhpBB 2 : overall_footer
*********************
- the following block:
- Code:
<div id="page-footer">
<div align="center">
<div class="gen">
<strong>{ADMIN_LINK}</strong>{U_VERSION_RTL}{U_CREATE_A_FORUM}{U_VERSION} {U_SUPPORT}
<!-- BEGIN switch_view_stats -->
| <a name="bottom" href="{switch_view_stats.S_STATS}" class="copyright" rel="nofollow">{switch_view_stats.L_STATS}</a>
<!-- END switch_view_stats -->
<!-- BEGIN switch_view_donation -->
| <a name="bottom" href="{switch_view_donation.U_DONATION}" class="copyright" rel="nofollow">{switch_view_donation.L_MAKE_DONATION}</a>
<!-- END switch_view_donation -->
<!-- BEGIN switch_view_contact -->
| <a name="bottom" href="{switch_view_contact.U_CONTACT}" class="copyright" rel="nofollow">{switch_view_contact.L_CONTACT}</a>
<!-- END switch_view_contact -->
{U_ABUSE} {U_BLOG}
</div>
</div>
</div>
- must be replaced by:
- Code:
<div id="page-footer">
<!-- BEGIN switch_footer_fa_copyrights -->
<div align="center">
<div class="gen">
<!-- BEGIN footer_fa_copyright_link -->
<!-- BEGIN switch_separator --> | <!-- END switch_separator -->
{switch_footer_fa_copyrights.footer_fa_copyright_link.FOOTER_FA_LINK}
<!-- END footer_fa_copyright_link -->
</div>
</div>
<!-- END switch_footer_fa_copyrights -->
<!-- BEGIN switch_footer_links -->
<div align="center">
<div class="gen">
<!-- BEGIN footer_link -->
<!-- BEGIN switch_separator --> | <!-- END switch_separator -->
<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
<!-- END footer_link -->
</div>
</div>
<!-- END switch_footer_links -->
</div>
*********************
PunBB : overall_footer
*********************
- the following block:
- Code:
<div id="pun-foot">
<div id="pun-about" class="clearfix">
<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}" id="qjump">
<fieldset>
<p><label>{L_JUMP_TO}: </label></p>
{S_JUMPBOX_SELECT} <input type="submit" value="{L_GO}" />
</fieldset>
</form>
<ul>
<li>{U_VERSION_RTL}</li>
<li>{U_CREATE_A_FORUM}</li>
<li>{U_VERSION} </li>
<li>{U_SUPPORT}</li>
<!-- BEGIN switch_view_stats -->
<li> | <a name="bottom" href="{switch_view_stats.S_STATS}" class="copyright" rel="nofollow">{switch_view_stats.L_STATS}</a></li>
<!-- END switch_view_stats -->
<!-- BEGIN switch_view_donation -->
<li> | <a name="bottom" href="{switch_view_donation.U_DONATION}" class="copyright" rel="nofollow">{switch_view_donation.L_MAKE_DONATION}</a></li>
<!-- END switch_view_donation -->
<!-- BEGIN switch_view_contact -->
<li> | <a name="bottom" href="{switch_view_contact.U_CONTACT}" class="copyright" rel="nofollow">{switch_view_contact.L_CONTACT}</a></li>
<!-- END switch_view_contact -->
<li>{U_ABUSE}</li>
<li>{U_BLOG}</li>
</ul>
</div>
<p class="center">
<strong>{ADMIN_LINK}</strong>
</p>
</div>
- must be replaced by:
- Code:
<div id="pun-foot">
<div id="pun-about" class="clearfix">
<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}" id="qjump">
<fieldset>
<p><label>{L_JUMP_TO}: </label></p>
{S_JUMPBOX_SELECT} <input type="submit" value="{L_GO}" />
</fieldset>
</form>
<!-- BEGIN switch_footer_fa_copyrights -->
<ul>
<li>
<!-- BEGIN footer_fa_copyright_link -->
<!-- BEGIN switch_separator --> | <!-- END switch_separator -->
{switch_footer_fa_copyrights.footer_fa_copyright_link.FOOTER_FA_LINK}
<!-- END footer_fa_copyright_link -->
</li>
</ul>
<!-- END switch_footer_fa_copyrights -->
<!-- BEGIN switch_footer_links -->
<ul>
<li>
<!-- BEGIN footer_link -->
<!-- BEGIN switch_separator --> | <!-- END switch_separator -->
{switch_footer_links.footer_link.FOOTER_LINK_SEPARATOR}<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
<!-- END footer_link -->
</li>
</ul>
<!-- END switch_footer_links -->
</div>
<p class="center">
<strong>{ADMIN_LINK}</strong>
</p>
</div>
2 Emilio, on 24/02/2011 at 16h00
Sweeet update!
3 MrMario, on 24/02/2011 at 16h40
Typlo how can someone update their templates if you have to buy template editing? Plus how could someone with 0 credits and no money make the necessary changes?
4 Leeloo, on 24/02/2011 at 16h44
Templates are free to be modified, apart from Arab and Turkish community.
5 MrMario, on 24/02/2011 at 16h47
Its telling me I need to pay 500 credits.
http://robotentfan.4umer.net/ (phpbb3, but you can tell by clicking templates and goes to the template management to where you buy them.)
http://www.mrmarioatforumotion.com/ (Punbb)
http://robotentfan.4umer.net/ (phpbb3, but you can tell by clicking templates and goes to the template management to where you buy them.)
http://www.mrmarioatforumotion.com/ (Punbb)
6 Leeloo, on 24/02/2011 at 16h56
Both forums you sent me are in phpBB3, the option isn't available.
But indeed you shouldn't be invited to pay for an option that doesn't exist.
But indeed you shouldn't be invited to pay for an option that doesn't exist.
7 MrMario, on 24/02/2011 at 17h00
Thats right. I forgot to change the version back to punbb. Stupid me.
8 Irian, on 24/02/2011 at 17h23
nice
thanks
thanks
9 Guest, on 24/02/2011 at 17h38
1. nice updates
2. Can't we design our own themes for mobile
?
2. Can't we design our own themes for mobile
10 jamski, on 24/02/2011 at 17h42
Great update, been waiting for the mobile version. Will we be able to change elements of the mobile site? Colours, add a logo that sort of thing? And when will we be able to log in and actually post using the mobile version?
Thanks,
James.
Thanks,
James.
11 Gäst, on 24/02/2011 at 18h55
Very good!
12 MrMario, on 24/02/2011 at 19h54
Gangstar15 wrote:1. nice updates![]()
2. Can't we design our own themes for mobile?
jamski wrote:Great update, been waiting for the mobile version. Will we be able to change elements of the mobile site? Colours, add a logo that sort of thing? And when will we be able to log in and actually post using the mobile version?
Thanks,
James.
I believe this will be coming once its out of Beta
13 ToTheFuture, on 24/02/2011 at 22h04
@2: Been meaning to suggest this for a month now! Also, replies on a topic page should be selectable/deletable at once too! I find it a pain to use 40 page refreshes just to delete 20 bad comments.
14 ToTheFuture, on 24/02/2011 at 22h06
Oh yes, and been meaning to suggest #3 too.
Great work guys! You rule!
(sorry I didn't edit, I don't think there's a button and I sent by accident)
(sorry I didn't edit, I don't think there's a button and I sent by accident)
15 TGC HARDC0RE, on 24/02/2011 at 22h40
many bugs my forums broke
i bought the copyright thing and now it does this
i also replaced the templates.
but its still broke
http://www.tgc360.com
i bought the copyright thing and now it does this
i also replaced the templates.
but its still broke
http://www.tgc360.com
16 tugatech, on 24/02/2011 at 22h58
TGC HARDC0RE wrote:many bugs my forums broke
i bought the copyright thing and now it does this
i also replaced the templates.
but its still broke
http://www.tgc360.com
I have that problem to editing the footer and header template...
Bad update...
17 Syfte, on 24/02/2011 at 23h03
Nice stuff.
But Mobile isn't working for me. I'm using an old iPod Touch 2nd Generation, Opera Mini Web Browser.
But Mobile isn't working for me. I'm using an old iPod Touch 2nd Generation, Opera Mini Web Browser.
18 Syfte, on 24/02/2011 at 23h05
Woops. Is it restricted to Safari for now?
19 musket, on 24/02/2011 at 23h14
It didn't work when new template was published, Forum wouldn't load
it was fixed by deleting the template which reset the default template. so back in business
it was fixed by deleting the template which reset the default template. so back in business
20 tugatech, on 24/02/2011 at 23h25
musket wrote:It didn't work when new template was published, Forum wouldn't load
it was fixed by deleting the template which reset the default template. so back in business![]()
But for how need of the templates is not good...
Similar topics
I think that you should make it just say "powered by Forumotion.com" instead of all the other links and also for banners the one where the for um otion is split up into bars i think you should make one for another option thats like "powered
Here is a post brought over from JATYK tonight.
In ordinary type is 'lily' from JATYK.
In italics is 'lifeisforliving' from MM.
My response is in blue below:
QUOTE
This MM poster picked up on something that has barely been discussed in all
Well play list links right now are showed at wrong place, at last dont need to be showed at all, here is my forum link http://craftingservice.bosnianforum.com/ and play list is showed near Copyright links
Replies 1 to 20 on 153 for "NEW UPDATE : Mobile forums, Footer edit, and more inside!"
Search
Informations
153 Replies For the topic :
"NEW UPDATE : Mobile forums, Footer edit, and more inside!"
This topic has been viewed 13779 times.
Last message :
23/02/2011 at 17h19 by "Leeloo"






