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 |
#142
|
|||
|
|||
Doesn't look like this ever went live?
Just a little bit of constructive criticism. You need to create a domain and stick with it. Over the past couple years, you've created and then turned off way too many sites. Nobody can follow anything or keep up to date where things stand. I think you've had at least 10 domains now that were launched and then without warning shut down. Been trying to be supportive of Project V4 ever since you first released it, by purchasing the add-on and was looking forward to all the future development you mentioned (classifieds, newsletters etc.) but ever since the initial launch there hasn't been any real updates or additions and the ever changing web sites is getting frustrating. |
Благодарность от: | ||
puertoblack2003 |
#143
|
|||
|
|||
Looks like this site is now down
https://www.vb4up.com and this one is back, in a template sort of state. https://www.christeris.com/ Could you please confirm if there will be any updates to Xen, and what the actual site address will be? |
#144
|
|||
|
|||
Hi there, I'm getting includes\class_bootstrap.php(433) : eval()'d code in ....\vb\vb.php on line 286 errors like this.
How can I solve them? |
#145
|
||||
|
||||
What version of PHP are you using?
|
#146
|
|||
|
|||
I've downgraded PHP version to 7.1 on my localhost.
|
#147
|
|||
|
|||
Anyone else willing to take on this mod?
It's such a great update to the look and feel of VB, it's just too bad that further development of features and improvements never happened and it seemed to be abandoned. |
#148
|
|||
|
|||
It's really a shame that development on this never continued. I had to finally uninstall it as it didn't work with the version of PHP my server is on (7.3)
It was such a great enhancement, but was quickly abandoned leaving all the future updates that were promised abandoned as well. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|