Hello, im trying to get the main image on a page node to be the og:image" content= that is mentioned on the header, but I guess each page node uses the same header as its only the body part I imagine.
Would it be possible to let the header know to use the image as the og image?
I'm looking to show a map on a forum. There is a forum for each venue and would like to add a map to the venue. Is that something that this add on does?
Widget still not receiving category_id, category_title, and parent_node_id from category_view
After reviewing the previous responses and trying context-category="{$category}", the widget is still not receiving the data.
What we have tried so far:
Passing the entire category with...
How to pass category_id, category_title, and parent_node_id from category_view to a widget?
Message:
I am trying to pass information from a category (category_view) to a custom widget in XenForo.
I can successfully retrieve the following values in category_view:
category_id
category_title...
Issue: parent_node_id Not Available in category_view
The main problem is that parent_node_id is not available in category_view, which prevents XenForo from detecting if a category belongs to a specific parent category.
Attempts to Obtain parent_node_id:
Directly in category_view...
Category
--Category
---Forum
--Category
---Forum
And so on
How can I make it so that the text on the post thread button text changes to something else for all the forums that are grandsons of the main category?
This dit it for me:
.offCanvasMenu--nav .offCanvasMenu-installBanner {
margin-top: 0px !important;
padding-top: 10px !important; /* Adjust as needed */
}
Hello there,
Is it possible to have a Custom Field on a Thread be dependent on the input of another Custom Field
Example:
1) Active/Inactive Drop down menu
Answer: Active
2) Active Tables
Answer: 1
3) Waiting
Answer: 3
If Active/Inactive is set to Inactive then Active Tables and Waiting...
Hello, I can’t get keywords to work with a page node that has info in html (the page is a ranking list and the table is done with html)
Is that intended or am I doing something wrong?