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 |
#42
|
||||
|
||||
Wouldn't be possible without breaching several laws, unfortunately. I'd write a guide but there was more extensive things I added like using filp/whoops for error pages instead of the built-in vB error handler, and it would take forever to filter things like that out.
|
#43
|
||||
|
||||
New licenses can't even download vBulletin 4.x
So, you're either doing all this for existing customers who refuse to move on ... or you're wasting your time. |
#44
|
||||
|
||||
This is an advantage, not disadvantage. No updates means no extra work to adjust my code with any new release.
Quote:
Be sure that I'm not wasting my time There are thousands left alone in the ship. Even for vB3. Do you know how many new Admins started a forum with vBulletin latelly? When they can find a license for less than $50, why not give a try? |
#45
|
||||
|
||||
In fairness, I think people are more likely to want to stick with vB4 than upgrade and move over to the absolute mess that is vB5.
|
3 благодарности(ей) от: | ||
cdoyle, ChrisTERiS, z3r0 |
#46
|
||||
|
||||
vB5 is not "a mess" but you would have to be using it to know that.
|
#47
|
||||
|
||||
Only if you want to use it just for forum.
|
#48
|
|||
|
|||
I Added a Thread on your forum with all the bugs i found
take a look |
Благодарность от: | ||
ChrisTERiS |
#49
|
||||
|
||||
Give a couple of hours to test it Have stressed myself to finish the extra features today, and I'm feeling so weak now. Most probably i'll check it tomorrow morning (in around 14h from now).
|
#50
|
||||
|
||||
Just finished "everything" ... Well, to be more specific, that "everything" at this time has a general meaning.
This project started with focus to be a responsive vB4 style. This done. Also my intention was to give a fresh style (simple style), with focus to "Mobile first". I believe that this also done. Third plan was to release some extra features like:
What is still missing:
|
#51
|
|||
|
|||
Thanks Christeris,
I love this project, however I got this message after installed. any idea why? Code:
[] operator not supported for strings on line 51 in /home/vvv/public_html/h/includes/class_bootstrap.php(433) : eval()'d code #0 /home/vvv/public_html/h/includes/class_bootstrap.php(433): eval() #1 /home/vvv/public_html/h/includes/class_core.php(4391): vB_Bootstrap->process_templates() #2 /home/vvv/public_html/h/includes/class_core.php(4349): vB_Template->__construct('forumhome_forum...') #3 /home/vvv/public_html/h/includes/functions_forumlist.php(467): vB_Template::create('forumhome_forum...') #4 /home/vvv/public_html/h/forum.php(611): construct_forum_bit(-1) #5 {main} |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|