xenforo

xenforo - TheJavaSea Forum, Gaming Laptops & PCs Reviews, Linux Tutorials, Network Hacks, Hacking, Leaks, Proxies, Domains & Webhosting, Coding Tutorials, SEO Tips & Hacks, Security TIPS and much more.
  1. Marks-Man

    Tutorials Custom Username Titles (CSS)

    Extra.less .username--style3:before { font-family: "Font Awesome 5 Pro"; content: "\f132"; padding-right: 1px; display: inline-block; } .username--style3:hover:before { display: inline-block; transform: rotate(360deg); -webkit-transform: rotate(360deg)...
  2. Marks-Man

    Tutorials Custom BBcodes XML

    XML: <?xml version="1.0" encoding="utf-8"?> <bb_codes> <bb_code bb_code_id="vip" bb_code_mode="replace" has_option="no" trim_lines_after="0" plain_children="0" disable_smilies="0" disable_nl2br="0" disable_autolink="0" allow_empty="0" allow_signature="0" editor_icon_type="fa"...
  3. Marks-Man

    Tutorials Disable Thread Content to be Shown in RSS

    Navigate to Options --> Threads, discussions and conversation Set the following option to 0
  4. Marks-Man

    Tutorials Add Navigation Icons to custom HTML widgets

    Hi, Some users are asking why key is not being applied and they are unable to set icons. Make sure to add widget template correctly otherwise CSS will not be applied to it. Go to widgets add HTML widget: Check Advanced Mode Extra.less Replace with your key id
  5. Marks-Man

    Tutorials Hide [Code] content from visitors !

    Template: UPDATE UPDATE: On XenForo 2.2.4 Multiple Nodes In Resource Manager
  6. Marko

    Tutorials Clean Logs (Admin,Moderator,Change Logs)

    Clean admin, moderator, and change logs Execute SQL Commands via phpMyadmin: TRUNCATE `xf_admin_log`; TRUNCATE `xf_change_log`; TRUNCATE `xf_moderator_log`;
  7. Marks-Man

    Tutorials Mobile Layout Navigation Icons !

    .offCanvasMenu--nav .js-offCanvasNavTarget a[data-nav-id='forums']:before { font-family: 'Font Awesome 5 Pro'; font-size: inherit; font-style: normal; font-weight: 400; text-rendering: auto; content: "\f27a"; font-size: 14px; display: inline-block...
  8. Marks-Man

    Tutorials Simple Custom Node Icons on XenForo [Tutorial|

  9. Marks-Man

    Tutorials Enable Customized Username Title After Signing Into Account [PAGE_CONTAINER]

    Go to your theme Template find "PAGE_CONTAINER" Go to line 192 and replace following code :) with
  10. Marks-Man

    Tutorials Custom Node View (Better Style For Post Title)

    node-extra-row { text-shadow: 0 0 4px #ae93bb; display: inline-table; vertical-align: -webkit-baseline-middle; width: auto; padding: 10px 0px 0px; font-size: 13px; text-overflow: clip; overflow: hidden; white-space: inherit; align-content: flex-end; }...
  11. Marks-Man

    Tutorials Navigation Icons + Custom Username Styles

    .p-navEl a[data-nav-id="xfrmLatestReviews"]::before{ content:"\f06e" } .p-navEl a[data-nav-id="xfrmYourResources"]::before{ content:"\f120" } .p-navEl a[data-nav-id="xfrmWatched"]::before{ content:"\f2e1" } .p-navEl a[data-nav-id="xfrmSearchResources"]::before{ content:"\f865"...
  12. Marks-Man

    Tutorials Add Font icon to Widget Block

  13. Marks-Man

    Tutorials How to limit the size of Google AdSense ads!!

    Compatible XF Versions 2.0 2.1 2.2 This code is directly from Google support. Please note that this will not work for AutoAds. If you find that our responsive ad code doesn't do everything you need, you may modify your ad code to better meet the requirements of your responsive site. The...
  14. Marks-Man

    Tutorials How to sell resources with XenForo [Starters Guide]

    Required addons:
  15. Marks-Man

    Tutorials Rich Username Styles [Tutorial] !!

    Look for this replace with this: xfrm_resource_list_macros Replace this thread_list_macros change this to thread_list_macros conversation_list_macros change this to
  16. Marks-Man

    Tutorials Default Statistics Widget CSS Code (Customized)

  17. Marks-Man

    Tutorials SEO Friendly URL with Lighttpd !!

    Using friendly SEO URLs with lighttpd add the following to url rewrite your configuration: Also make sure to load the mod_rewrite module.
  18. Marks-Man

    Tutorials Change Thread Button Style (Like - Reply)

Top