The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
XenvB4 (Formerly ProjectvB4) Details »» | ||||||||||||||||||||||||||||
Quote:
Installation XenvB4 installation is pretty easy if you follow the instructions below, step by step.
Configuration If XenvB4 installation was successful is time to configure it. First of all you must complete the follow steps which are important for XenvB4 operation.
Core Modifications Depending on your configuration, may there are some changes that you need to do in core files. Unfortunately vBulletin license does not allows distribution of core files, so you must modify them on your own. 1.- HTML Emails If you want to replace Text emails with HTML emails, you must edit the file: includes/class_mail.php Line 285 Replace: Code:
$headers .= 'Content-Type: text/plain' . iif($encoding, "; charset="$encoding"") . $delimiter; Code:
$headers .= 'Content-Type: text/html' . iif($encoding, "; charset="$encoding"") . $delimiter; Replace: Code:
$this->message = $message; Code:
$this->message = str_replace("{message_bodytext}", nl2br($message), $vbulletin->options['xenvb4_mail_template']); 2.- Editor Emoticons If you want to hide the emoticons from the right side of the editor to earn some space in mobile view (emoticon will still be available from the button menu), you must edit the file includes/functions_editor.php. Open it with a text editor (not Word and similar), and change line 551 From: Code:
$usesmiliebox = true; Code:
$usesmiliebox = false; To replace the Poll icon with a FA icon, your need to edit the file includes/functions_forumlist.php line 592 From: Code:
return array('iconpath' => vB_Template_Runtime::fetchStyleVar('imgdir_misc') . "/poll_posticon.gif", 'title' => $vbphrase['poll']); Code:
return array('iconpath' => '<i class="fa fa-bar-chart" aria-hidden="true" title="'.$vbphrase['poll'].'" style="float:left; margin-right:7px; color:green; font-size:18px;"></i>'); Download Now
Supporters / CoAuthors Show Your Support
|
5 благодарности(ей) от: | ||
Hostboard, puertoblack2003, RaYdeN.ADM, yin9 |
Comments |
#92
|
|||
|
|||
Quote:
Code:
<vb:if condition="$show['threadrating']"> <li class="popupmenu" id="threadrating"> <h6><a class="popupctrl" href="javascript://">{vb:rawphrase rate_this_thread}</a></h6> <div class="popupbody popuphover"> Code:
<vb:if condition="$show['threadrating']"> <li class="popupmenu" id="threadrating"> <h6><a class="popupctrl" href="javascript://">{vb:rawphrase rate_this_thread}</a></h6> <ul class="popupbody popuphover"> The closing of this div should also be changed. Look for: Code:
<input type="hidden" name="t" value="{vb:raw threadid}" /> <input type="hidden" name="pp" value="{vb:raw perpage}" /> <input type="hidden" name="page" value="{vb:raw pagenumber}" /> </form> </div> Code:
<input type="hidden" name="t" value="{vb:raw threadid}" /> <input type="hidden" name="pp" value="{vb:raw perpage}" /> <input type="hidden" name="page" value="{vb:raw pagenumber}" /> </form> </ul> If anyone has done any other updates to this mod / style, post them here so that we can add them to the next release. |
#93
|
|||
|
|||
Quote:
Couple questions, not sure if you know how to fix. 1. Is there a way to make the sub options appear as dropdowns in the desktop view? 2. I noticed when in mobile view (and it may have always done this and I just didn't notice it until now). But the search icon, logout option etc. ) squish together and become invisible in this area. Do you know how to make them fit better in the top blue area? EDIT: I just noticed that the dropdowns do appear when I hover over this white area. DId I do something wrong? Or is there something else going on? Edit 2: I'm also not able to actually select anything, as they disappear as soon as I try and hover an option. |
#94
|
|||
|
|||
Quote:
can't believe that's all it was!! |
#95
|
|||
|
|||
Quote:
To see what I'm talking about, go here http://www.caraudiocentral.net I've tried starting over, but ended up with the same result. Any ideas why the dropdowns don't seem to be working correctly? |
#96
|
||||
|
||||
Quote:
|
#97
|
|||
|
|||
I meant the screenshots in the post I quoted, the URLs are being changed so the images don't display
|
#98
|
||||
|
||||
........Link removed................
|
Благодарность от: | ||
puertoblack2003 |
#99
|
|||
|
|||
Quote:
Or is this something else? Edit: It looks to be a whole new forum suite. Will you still be supporting XenVB? |
#100
|
||||
|
||||
It's not a forum, or better, is not just a forum. Is a portal having all those sections. That said, is not vB, is not xF, is not IPS. Is just a fair portal, for those who want to start a ready community. Ideal a City Portal.
Sure. XLForo is something different. My passion for vBulletin is still active. |
#101
|
|||
|
|||
Will you still be releasing the newsletter and classifieds mods as part of XEN?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|