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 |
#72
|
||||
|
||||
I'm waiting to hear back from chris still but I am working on the vB3 version and throwing in alot of my own ideas, I've been working on a bootstrap vb3 theme for a while now. All these screens are vb3
|
#73
|
|||
|
|||
He has the forums on https://www.xenvb4.com/ and https://www.xenvb3.com/?styleid=2 which are online.
|
Благодарность от: | ||
puertoblack2003 |
#74
|
|||
|
|||
Quote:
I don't know why there are so many sites, it's getting confusing. Has anyone been able to get a hold of ChrisTERis to help straighten this out? |
Благодарность от: | ||
puertoblack2003 |
#75
|
||||
|
||||
Don't know why I didn't got any email for so many replies. Just for the last a few minutes ago.
I know that there is a confusion, so let's make some things clear.
Chris |
3 благодарности(ей) от: | ||
Hostboard, KevinL, puertoblack2003 |
#76
|
||||
|
||||
Well Chris, I've been trying to reach out to you. But to respond to your message above.
It would have made more sense to keep the one domain (xenvb) for purchases/ support/ etc. and sub domain (IE vb4.xenvb) the demos. Whats the point of Demo only sites if there is no support site. As far as the development of the project I am interested in working on it with you, I have completed about 90% of xenvB3 just a couple more plugins to create (and no i have no intentions on re-distributing it, just do this stuff for fun). I know you have a bajillion projects, thought I might throw the idea out there. I'm not very good with vb4 but I've been doing vb3 stuff forever. |
#77
|
||||
|
||||
Quote:
I've registered all the domains at once, that's why I used separate domains for demos. |
#78
|
||||
|
||||
What exactly is this if you dont mind me asking? Theres no info in what this mod is? Thanks
|
#79
|
|||
|
|||
Quote:
Is there an updated version of XEN? Really wish you would bring back the support site, or at the least use the DEMO site you have as your support site. |
#80
|
||||
|
||||
its a theme with addons, semi modernizing vB4 and giving it mobile functionality
|
#81
|
||||
|
||||
Ah ok. Thanks for the heads up. I’m guessing it doesn’t exist anymore as a download.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|