NEW UPDATE : Mobile forums, Footer edit, and more inside!
+60
bigugly11
ozmum
wow99
Base
MasterClaus
Bad Wolf
Zod
bplewis24
Asteroid35
Zeus
trashead
Ms.Milady
!_NICK_!
paor
Cody!
Tropica
hackmodford
maiquang
esoterica
Rogo
Ivo94
darkspectre
LH Justin
sisterval
D
mrs dj
lisa1302
RisingForce
Natarama
felicity4us2
Login!
SoulART
TT_05_Stang
Ezio
Russel
huskyadmin
HyBrIdIzAtIoN
sivastar
Brad38
MarkChan
eagle8x
YoshiGM
BA_admin
LostLegend
JaloxinGraphics
Darren1
paint
adminplpl
-17emon.KiD-
Made
musket
Syfte
tugatech
TGC HARDC0RE
ToTheFuture
jamski
Irian
MrMario
Emilio
Shadow
64 posters
Page 1 of 6
Page 1 of 6 • 1, 2, 3, 4, 5, 6
NEW UPDATE : Mobile forums, Footer edit, and more inside!
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 |
Last edited by Typlo on February 25th 2011, 4:07 pm; edited 9 times in total
Shadow- Manager
- Posts : 16208
Reputation : 1832
Language : French, English
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
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>
Shadow- Manager
- Posts : 16208
Reputation : 1832
Language : French, English
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
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?
MrMario- Helper
- Posts : 22186
Reputation : 1839
Language : test
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
Templates are free to be modified, apart from Arab and Turkish community.
Shadow- Manager
- Posts : 16208
Reputation : 1832
Language : French, English
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
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)
MrMario- Helper
- Posts : 22186
Reputation : 1839
Language : test
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
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.
Shadow- Manager
- Posts : 16208
Reputation : 1832
Language : French, English
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
Thats right. I forgot to change the version back to punbb. Stupid me.
MrMario- Helper
- Posts : 22186
Reputation : 1839
Language : test
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
1. nice updates
2. Can't we design our own themes for mobile ?
2. Can't we design our own themes for mobile ?
Guest- Guest
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
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.
jamski- Forumember
- Posts : 105
Reputation : 0
Language : English
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
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
MrMario- Helper
- Posts : 22186
Reputation : 1839
Language : test
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
@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.
ToTheFuture- Forumember
- Posts : 374
Reputation : 15
Language : English, Français
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
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)
ToTheFuture- Forumember
- Posts : 374
Reputation : 15
Language : English, Français
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
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
TGC HARDC0RE- Forumember
- Posts : 192
Reputation : 1
Language : english
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
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...
tugatech- Forumember
- Posts : 186
Reputation : 8
Language : Portuguese
Location : Portugal
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
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.
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
Woops. Is it restricted to Safari for now?
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
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
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
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...
tugatech- Forumember
- Posts : 186
Reputation : 8
Language : Portuguese
Location : Portugal
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
I recommend everyone exports their whole skin to the desktop before trying template modifications, then if it goes wrong you can import your original skin again to provide a fix.
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
the "skin backup" doesn´t backup the templates...
Save the templates in a txt file. It´s more save...
Save the templates in a txt file. It´s more save...
tugatech- Forumember
- Posts : 186
Reputation : 8
Language : Portuguese
Location : Portugal
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
I tried the skin template export and it works OK on my PunBB forum, I checked the template and it does save that as well as CSS when It is exported.
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
Thanks for the upgrades!
One problem though. Some of my members have reported they can't view the forum on their mobile phones. How do they switch to the regular version instead of the new Beta mobile version?
Thanks!
One problem though. Some of my members have reported they can't view the forum on their mobile phones. How do they switch to the regular version instead of the new Beta mobile version?
Thanks!
Made- Forumember
- Posts : 180
Reputation : 6
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
Wait, so how do I save the skin so that I can remove it and re-try? I used a hitskin, with multiple buttons changed.
ToTheFuture- Forumember
- Posts : 374
Reputation : 15
Language : English, Français
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
wow im having the same problem on www.evilcodes.net
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
I had a problem with delate posts. I back to Default Value of viewtopic_body template.
Now i have problem with viewtopic_body template when i try to change it back to my template i can't open any of topics so in this moment i use standard template.
Please corect this back! I have big problem http://www.orchidswiki.com
Now i have problem with viewtopic_body template when i try to change it back to my template i can't open any of topics so in this moment i use standard template.
Please corect this back! I have big problem http://www.orchidswiki.com
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
When i tried to edit footer my forum didn't work ;/ Now i have default footer because only in this option forum work ;/
This stuff it's very shitty
This stuff it's very shitty
Re: NEW UPDATE : Mobile forums, Footer edit, and more inside!
adminplpl wrote:This stuff it's very shitty
Not the most eloquent way to state your opinion, but...
...well said.
Guest- Guest
Page 1 of 6 • 1, 2, 3, 4, 5, 6
Similar topics
» New update : New design for forums Administration Panel + Classified ads mobile pages + mobile banner
» New MAJOR update : new admin panel, new forum script available, and more inside !
» UPDATE : Forum permissions copy, Contact form, and much more to see inside!
» How can I delete a catagory without deleting all the forums inside it?
» New improvements for the mobile version of the forums
» New MAJOR update : new admin panel, new forum script available, and more inside !
» UPDATE : Forum permissions copy, Contact form, and much more to see inside!
» How can I delete a catagory without deleting all the forums inside it?
» New improvements for the mobile version of the forums
Page 1 of 6
Permissions in this forum:
You cannot reply to topics in this forum