Resource icon

Aggregating Forums [Paid] 2.9.4

No permission to buy ($30.00)
I'm using Aggregation Forums with Proxy Link-Forum.

node A (using aggregated forums)
  • proxy link-node AB (linked to node B)

node B (using aggregated forums)
  • node C
  • node D

However, in node A, I can only see threads in node A and node B, but not those in node C and D.

---

Is this normal? what if I would like node A to be able to show all threads in node B and sub-nodes below? Thanks.
 
Are nodes C & D also enabled for aggregation? Ie in node B do you see threads from node C & D?
 
Yes for both.
On double checking the add-on and some notes; it only will inline the first level of the proxy linked forums to avoid possible loops. It would be possible to workaround this but it would significantly increase the complexity and of some of the integration; especially around search when you can select subforums to search
 
@Xon How can I make the aggregation forum menu (selecting which forums to be aggregated) stay the same format without going to mobile format even it's on a narrow screen?
 
It has been a while since I looked at how the css was implemented, but the biggest issue is many levels of indenting from the nested tree is a nightmare on mobile to navigate.

The "desktop page" feature most mobile browser have is a decent workaround when you need to full UI and will accept that it just isn't going to fit well.
 
No need to change the desktop format. I just want my mobile phone showing the same format. How can I do it? Maybe change something like @media (max-width: 10px) somewhere?
 
Hello, I really like this addon very useful because it highlights the sub-forums but however there is a problem for me. When we create a thread where there are sub-forums, a popup window opens to ask us to choose from all the forums in the section. I would like to be able to remove this popup window and that members do not have to choose the forum or sub-forum, I would like the topic creation page to open instantly. Does anyone know how to do this please? Xon, is it possible please to remove this option which seems very harmful to me ? I don't like this forum selection popup, sorry.

2025-01-21 13_50_40-2025-01-21 13_47_57-FireShot Capture 107 - 🔐 Le meilleur d'internet pour ...webp
 
I found the source of the problem.
We just need to disable one of the modifications in the "forum_view" template.
This is the one that is modified:
HTML:
/(<xf:pageaction\s+if=")([^\"]+?)("\s*>.*?href="{{\s*?)(.*link\('forums\/post-thread', \$forum\).*)(\s*?}}")/isU
Replaced by
HTML:
$1$canCreateThreadInChild || ($2)$3 $canCreateThreadInChild ? link('forums/post-thread-chooser', null, {'forum_id': $forum.node_id}) : ($4) $5 overlay="{$canCreateThreadInChild}"
To disable, I unchecked the box "Automatically apply template modification" then I clicked on "Save".


2025-04-06 12_46_59-FireShot Capture 209 - forum_view - 10_11 - Template modifications - Coll...webp2025-04-06 12_53_50-FireShot Capture 208 - Edit template modification_ forum_view - Collants....webp
 
In the template sv_af_account_forum_aggregation, remove data-xf-init="responsive-data-list"

Which I'll do in the next version
 
Back
Top Bottom