Widget on Individual Wiki Page (XenCarta)

Discussion in '[bd] Widget Framework' started by Viserys, Mar 10, 2014.

  1. Viserys

    Viserys New Member

    Can't figure this out @xfrocks

    First, I need to know if this is possible. There has to be something you can manipulate in order to get this working. What is the correct syntax?

    EWRcarta_PageView for the position sets the widget on all xencarta pages. I want to specify which individual xencarta page I want the widget to appear on. For example if I have a wiki page on "Ford Mustangs" I want a widget with information pertaining to Ford Mustang's only. More specifically, its for affiliate links. Now, you might say why don't I add it to the actual wiki content with an "add html" add-on? Not only is this not visually appealing, but members can edit the code and we don't want that.

    So as stated, is there some expression or syntax I can enter to have a widget appear on a certain xencarta page?

    This is the version of my add-ons
    [8wayRun.Com] XenCarta (Wiki) PRO 1.4.2
    [bd] Widget Framework 2.4.8
     
  2. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    I don't have the PRO version but I guess you can use this

    PHP:
    $page['page_name'] == 'Form Mustangs'
     
Loading...