Recent content by Berb

  1. Berb

    XF 2.3 Node and thread margins/padding

    Add some custom css to the extra.less template overriding the default node padding. Use inspect element to check which elements you need to reference. Try putting: .node-main { padding: 5px 10px 5px 10px; }
  2. Berb

    XF 2.3 Replacing deleted widgets

    So they're all back where they belong? (y)
  3. Berb

    XF 2.3 Replacing deleted widgets

    So if it's there but not visible on the page, I'd check your custom css and use inspect element on the Forum Overview page. It's likely you've set that widget to display: none Could you provide a link? It would take only a few seconds to check that scenario.
  4. Berb

    XF 2.3 Replacing deleted widgets

    So it should be as simple as going Add Widget > Forum Statistics, then setting the position. I personally have mine set in Forum List: sidebar, Forum New Posts: sidebar and What's New: sidebar
  5. Berb

    XF 2.3 Replacing deleted widgets

    So your widgets haven't been deleted - but have just had their positions removed? Or have they been completely deleted? If they're just in the No Position category, you can click into them and select preset positions from the series of checkboxes, like so. If they've been completely deleted...
  6. Berb

    Any news about Xenforo 3.0, can we expect modern forum?

    I don't understand the complaints around XFs default style not looking "modern". There's a thousand third party themes out there you can buy for a one-time purchase of like $20 if you really want something particular without doing the work yourself.
  7. Berb

    UK Online Safety Regulations and impact on Forums

    I personally think this is being blown way out of proportion. From someone living in the UK, you simply have to understand that the entire British state is employed top to bottom with incompetant busybodies. This Act from the so-called "Independant" regulator is simply a gesture because of the...
  8. Berb

    XF 2.3 Table border colours

    Is this a bbTable you've created in the WYSIWYG editor? If correct, and you're looking to change the table border colors site-wide, then put these in your extra.less //Styling for table heading row .bbTable>table>thead>tr>th, .bbTable>table>tbody>tr>th { border: 2px solid pink; }...
  9. Berb

    RM 2.3 Can I allow Resources only via link?

    Create categories for your Resources. Resource Categories let you specify what types can be added - giving you control over this. Admin CP > Resources > Resource Categories It's good practice to create Categories anyway to help users find the reources they want easier.
  10. Berb

    XF 2.3 How to add logo to the right side of the header

    You should be able to make it work by applying a background image to the css element parent to the logo. I've just used the basic XF style here and just applied the logo as a background image to the <picture> tag the logo's <img> tag sits within. background-image: url("your logo background...
  11. Berb

    RM 2.3 Resource titles prepending 'Resource' to them in widgets?

    Update: I've found a fix for this. In the trending_content_item template I replaced {{ $content.getContentTitle() }} with {{ $content.title }} In the featured_content_item template I replaced {$feature.title} with {$content.title}
  12. Berb

    RM 2.3 Resource titles prepending 'Resource' to them in widgets?

    Hi, In my Trending Resources (simple) and Featured Resources (carousel) widgets, the items have their content type prepended to the front of them. Attached is a screenshot showing this. I've not found anything looking through the templates that can explain this behaviour. Am I missing...
  13. Berb

    XF 2.3 Noob Question: Does anyone know how to change how posts look?

    Without a link to the page itself I wouldn't know for certain, but I'd hazard a guess it's probably a css change you've made
  14. Berb

    RM 2.2 Resource panel to display custom review field star values

    I have this exact same question. Was hoping there wouldv'e been some sultion or an add-on that can handle it if not. My review fields have three seperate star ratings I'd like to display the averages of on my resources.
  15. Berb

    Invision community Vs Xenforo

    $99 or god forbid $169 a month is so much more than any new community would be willing to pay for a forum software (that would then still require setup and customization). Preaching to the converted, but the product offering I get with my $70 a month Xenforo cloud is perfect for my needs. That...
Back
Top Bottom