Search found 143 matches

by fifahub
Mon Oct 13, 2014 12:00 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: IF condition for forum id in forumlistbody
Replies: 2
Views: 359

Re: IF condition for forum id in forumlistbody

Perfect, it works very well.
Thank you so much!
by fifahub
Sun Oct 12, 2014 7:46 am
Forum: [3.0.x] MOD Writers Discussion
Topic: IF condition for forum id in forumlistbody
Replies: 2
Views: 359

IF condition for forum id in forumlistbody

Hi, I want to show a stuff before a specific forum in forumlistbody.
I tried this if condition:

Code: Select all

<!-- IF FORUM_ID eq 'XX' -->stuff<!-- ENDIF -->
but it seems not work in forumlistbody. Is there another way?
Thanks so much for the support.
by fifahub
Mon Aug 25, 2014 11:17 pm
Forum: [3.0.x] MODs in Development
Topic: [RC2] phpBB Ajax Like
Replies: 757
Views: 148586

Re: [RC2] phpBB Ajax Like

you do not need to remove all of those codes. you only need to remove jquery.js tags like this [...] Thank you so much, now everything works great! @volgograd: If you didn't make a mistake during the installation i think it is a problem of permissions. Check they (both "Group permission" ...
by fifahub
Mon Aug 25, 2014 4:17 pm
Forum: [3.0.x] MODs in Development
Topic: [RC2] phpBB Ajax Like
Replies: 757
Views: 148586

Re: [RC2] phpBB Ajax Like

If I remove all other jquery entries most of the mods doesn't work. The issue happens only with those lines of code I posted in the previous post. I can't remove they because then the phpBB SN stops working well. I'm testing all possible combinations but I am unable to solve it. Can I try something ...
by fifahub
Mon Aug 25, 2014 3:27 pm
Forum: [3.0.x] MODs in Development
Topic: [RC2] phpBB Ajax Like
Replies: 757
Views: 148586

Re: [RC2] phpBB Ajax Like

Hi emosbat and thank you for this great mod! I have a jquery issue between this mod and phpBB Social Network: the like box isn't shown. This is the jquery code of phpBB SN: <script type="text/javascript" src="{T_SOCIALNET_JS_PATH}/jquery-1.8.3.min.js"></script> <script type="...
by fifahub
Sat Jul 12, 2014 6:34 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Direct link to the first post in every page of a topic
Replies: 0
Views: 308

Direct link to the first post in every page of a topic

Hi, I want to insert near the post count in viewtopic_body.html a direct link to the first post of the same topic.
Is it sufficient to add code in html file or also in php code?

How can I add this feature? Thanks in advance for the help.
by fifahub
Thu Jul 03, 2014 7:09 pm
Forum: [3.0.x] MODs in Development
Topic: [RC] phpBB Activity Stream
Replies: 38
Views: 9636

Re: [RC] phpBB Activity Stream

there is no support of bbcodes in this mod because we cut post texts. It is a shame because is true that it shows only a post preview but posts like this will appear better in my opinion http://s7.postimg.org/4g4ec7krv/qn8tv6.jpg Can I hope to see this feature in one of the next releases? Thank you.
by fifahub
Mon Jun 30, 2014 8:55 pm
Forum: [3.0.x] MODs in Development
Topic: [RC] phpBB Activity Stream
Replies: 38
Views: 9636

Re: [RC] phpBB Activity Stream

Hi emosbat and thank you so much for your mod. It is very useful and cool like your others!
I'm testing it on a test board and I saw that there isn't support to bbcode and smilies in "What is new?" page.
How can I fix it? Thank you for the support.
by fifahub
Sat Jun 21, 2014 8:38 am
Forum: [3.0.x] MOD Writers Discussion
Topic: How to make responsive the tables
Replies: 1
Views: 926

Re: How to make responsive the tables

I found this solution: responsive-tables.js $(document).ready(function() { var switched = false; var updateTables = function() { if (($(window).width() < 767) && !switched ){ switched = true; $("table.responsive").each(function(i, element) { splitTable($(element)); }); return true;...
by fifahub
Wed Jun 18, 2014 7:50 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: How to make responsive the tables
Replies: 1
Views: 926

How to make responsive the tables

Hi, I want to make responsive the phpbb tables.
I found this guide:
http://elvery.net/demo/responsive-tables/

If I want to add one of these snippets to make responsive the tables, what can I do? Thanks in advance for the help.
by fifahub
Fri Jun 13, 2014 8:47 pm
Forum: [3.0.x] Styles in Development
Topic: [Release] WysiBB Style (phpBB 3.0.12)
Replies: 91
Views: 65997

Re: [Release] WysiBB Style (phpBB 3.0.12)

Add this code to file [...] Thank you, now the SEO mod works perfectly. :) I'm using this BBcode for tables: <div style="line-height: 0px"> <table class="table table-striped table-bordered" cellspacing="1">{TEXT}</table> </div> Can you make responsive the tables style?...
by fifahub
Tue Jun 10, 2014 7:05 pm
Forum: [3.0.x] Styles in Development
Topic: [Release] WysiBB Style (phpBB 3.0.12)
Replies: 91
Views: 65997

Re: [Release] WysiBB Style (phpBB 3.0.12)

Hi, I want to install SEO mod in this style, but there is an issue. Open: styles/------/template/forum_fn.js Find: function jumpto() { var page = prompt(jump_page, on_page); if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0) { if (base_url.indexOf('?')...
by fifahub
Mon May 05, 2014 6:33 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Reputation System
Replies: 1326
Views: 158773

Re: [RC] Reputation System

Hi pico88 and thank you for this great mod, it is very helpful in my board. I want to ask you if it is possible to install multiple instances of this mod. Thanks for the support. What is the possible usage for such setup? What is it you want to achieve? Hi, I'm using this mod (with custom snippets)...
by fifahub
Mon May 05, 2014 12:40 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Reputation System
Replies: 1326
Views: 158773

Re: [RC] Reputation System

Hi pico88, can you help me with this question?
fifahub wrote:Hi pico88 and thank you for this great mod, it is very helpful in my board.
I want to ask you if it is possible to install multiple instances of this mod.
Thanks for the support.
Is it possible in any way? Thanks again.
by fifahub
Thu Apr 24, 2014 9:42 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Reputation System
Replies: 1326
Views: 158773

Re: [RC] Reputation System

Hi pico88 and thank you for this great mod, it is very helpful in my board.
I want to ask you if it is possible to install multiple instances of this mod.
Thanks for the support.

Go to advanced search