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 |
#122
|
|||
|
|||
Quote:
|
#123
|
|||
|
|||
Have you had any luck with this?
This is such a great mod, hope it's able to be kept alive. |
#125
|
||||
|
||||
Quote:
And no I didn't focused in my CMS, actually even if it's 100% ready I never released it. I've serious health issues plus the fact that I'm already 65yo, are things that limit my action time. |
Благодарность от: | ||
iA1 |
#126
|
||||
|
||||
Quote:
I would hate for your products to plunder down into the unknown of the internet though if something were to happen to you, and would love to continue the development of your vb3 series products. Wish I had any sort of name for myself before Lionel passed, maybe I could have gotten vbCart un ioncubed from him and have it still be something (the most expensive and best product I ever bought and cant even use now because I lost the files I had before I tried un ioncubing it) |
Благодарность от: | ||
Manoel J?nior |
#127
|
|||
|
|||
I just have some updates in the style, most of which are already mentioned in the previous posts here. The inline mod could not be fixed, I tried a lot but I am not sure why it does not work.
I am attaching the updated style file here. Dr.CustUmz, sure you can add also contribute. This is more like a collaborative effort. Everyone can suggest improvements and bug fixes, and can contribute in making it a perfect upgrade for vB4. Chris, I hope you get well soon. Keep up your spirits! I am sure you are strong enough to overcome any illness. |
#128
|
||||
|
||||
Quote:
|
#129
|
||||
|
||||
Quote:
EDIT: Still got them. If anyone needs them for whatever reason, shoot me a PM and I'll see what I can do to help. |
Благодарность от: | ||
Dr.CustUmz |
#130
|
|||
|
|||
Has anyone done any updates to this mod recently? Any other sites out there using it?
|
#131
|
|||
|
|||
Real bummer that this mod died so quickly, it was a great modern take on VB4x.
Was looking forward to the addons to go with it (classifieds and the newsletter options). But it looks like it's been abandoned as it's been a good while since any updates have been done. Thanks to those that helped me tweak it some to make it work a little better on my forum. Are there any other live sites out there using it? Here's mine https://www.caraudiocentral.net/forums/ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|