xForobook Mobile [Paid] [Deleted]

Please be patient for news. I'll add to new style properties for icons, colors, etc. but I'm very busy in these times. However probably I'll make it the next week.
How's progress?
About to email requesting latest version (haven't received since v1.1.7)
 
I'm using @Brogan's Featured Threads add-on, and getting the featured thread appearing twice on forum view ..

Screen Shot 2014-12-25 at 09.46.58.webp
... what template do I edit to remove it appearing twice?

Also, the "normal_threads" phrase (refer bottom of screenshot) isn't defined.
 
How do I edit the navigation menu and add an item? My homepage is not the forum home, so I want to insert a menu item for 'Forum' underneath home ...
Screen Shot 2014-12-25 at 10.05.27.webp
 
I'm using @Brogan's Featured Threads add-on, and getting the featured thread appearing twice on forum view ..

View attachment 92587
... what template do I edit to remove it appearing twice?

Also, the "normal_threads" phrase (refer bottom of screenshot) isn't defined.

Admin control panel -> Languages & Phrases - > Create new phrase and add normal_threads title contains with text contains 'Normal Threads'. I don't suggest so if you want to remove this. Because thats separate and sticky threads.

How do I edit the navigation menu and add an item? My homepage is not the forum home, so I want to insert a menu item for 'Forum' underneath home ...
View attachment 92588

Now open PAGE_CONTAINER template and find;

Code:
                            <li class="item">
                                <a class="touchable primary" href="{xen:link 'index'}">
                                <div class="primarywrap">
                                    <div class="image">
                                        <i class="icon img sp_d4hyqf sx_b25fda"></i>
                                    </div>
                                    <div class="content">
                                        <div class="title mfsl fcb">
                                            <strong>{xen:phrase home}</strong>
                                        </div>
                                    </div>
                                </div>
                                </a>
                            </li>

Replace with this;

Code:
                            <li class="item">
                                <a class="touchable primary" href="{xen:link 'index'}">
                                <div class="primarywrap">
                                    <div class="image">
                                        <i class="icon img sp_d4hyqf sx_b25fda"></i>
                                    </div>
                                    <div class="content">
                                        <div class="title mfsl fcb">
                                            <strong>{xen:phrase home}</strong>
                                        </div>
                                    </div>
                                </div>
                                </a>
                            </li>
                            <li class="item">
                                <a class="touchable primary" href="{xen:link 'forum'}">
                                <div class="primarywrap">
                                    <div class="image">
                                        <i class="icon img sp_d4hyqf sx_b25fda"></i>
                                    </div>
                                    <div class="content">
                                        <div class="title mfsl fcb">
                                            <strong>{xen:phrase forums}</strong>
                                        </div>
                                    </div>
                                </div>
                                </a>
                            </li>
 
in thread_list template;
Thanks, but I think we're talking different things?
Here is my issue ...
Screen Shot 2014-12-28 at 09.52.30.webp
See how the Featured Thread is duplicating.
... it only occurs on the forum thread list. Forum homepage, and posts view it only displays once.
 
See how the Featured Thread is duplicating.
... it only occurs on the forum thread list. Forum homepage, and posts view it only displays once.
The block is added to the forum_view template via a template modification.

upload_2014-12-30_21-18-58.webp

If there is more than one instance of <div class="pageNavLinkGroup"> then that could explain it.
 
Thanks, but I think we're talking different things?
Here is my issue ...
View attachment 92778
See how the Featured Thread is duplicating.
... it only occurs on the forum thread list. Forum homepage, and posts view it only displays once.

Well, Featured Thread is a custom 3rd party add-on. That's why I can't help that issue but I think, I'll look it the next version for you. Some custom add-ons would be confused in the mobile style. Sorry for that.

The demo isn't loading there for me, get a green style?

Because current demo site changed their colors but you'd look at that because there is no different from other current default style.

The block is added to the forum_view template via a template modification.

View attachment 93119

If there is more than one instance of <div class="pageNavLinkGroup"> then that could explain it.

Thank you Brogan...
 
what i must do for this ? is there a way to automatically?


this i not going ... i have see your post since 1.3

Are you sure? It works well but only not disable other add-ons but auto switcher still working good.

If you still have the same problem, please start a conversation with me.
 
Thanks allot for helping . Now it's working :)

Is there a way to put in a on tab in the menu on the mobile styl ?
 
Top Bottom