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 |
#82
|
||||
|
||||
Quote:
I've tried vB5. I currently hold a license for vB3, vB4 and vB5. I tried it during alpha, beta and the final release. I've tried newer versions. It's awful. It is NOT a good evolution of the software in any way, shape or form. It's also the main reason you'll find many newer boards switching software to xenForo/IPB etc. It isn't up to standard. Many boards who updated to vB5 ended up either trying to downgrade back to vB4 or switch to an alternative software that is far better for their means than the absolute sh*t show that is vB5. The only issue with downgrading to vB4 is the fact it's EOL, so unless you are able to upgrade it yourself (or know someone who can) it's not ideal to do these days. Otherwise, vB4 sh*ts all over vB5. And then some. OP, sorry for derailing the thread with this. But I absolutely refuse to be told vB5 is an adequate solution when it clearly isn't. I hope this project goes well for you. |
Благодарность от: | ||
#83
|
|||
|
|||
kek vb5 is a dumpster fire of absolute shit lmao dont kid yourself
|
Благодарность от: | ||
x iJailBreak x |
#84
|
|||
|
|||
Does anyone know why the 'rate this thread' dropdown option doesn't work within this mod?
I can't seem to find why all the other dropdowns work, but this one doesn't. I checked the default style of VB and it works there. |
#85
|
||||
|
||||
@cdoyle im working on something I HAVE to finish, but I promise you I am not dropping support from you, I know you been turning to me for help. As soon as Im finished with this project, i will be back on the xen project, so unless the developer has got to you by then, I'll help you resolve this.
|
Благодарность от: | ||
cdoyle |
#86
|
||||
|
||||
Maybe it was when it first started off but as of now it’s not bad at all.
|
#87
|
|||
|
|||
Quote:
I really appreciate all the help you've given already on this I've been playing around with the templates a little, fixed a few things here and there. The rating one just has me stumped. I've said this before, this is a great mod. Not sure why Christeris has decided to abandon it already. |
#88
|
||||
|
||||
Quote:
|
#89
|
|||
|
|||
Another improvement to this mod I would like to see is with the navigation.
Currently in Desktop mode, it displays as if it's on a mobile screen. Hiding all of the options. It would be great if when on a larger/desktop the navigation displayed like a true navigation across the top. Then when on mobile or smaller screens, it went into the mobile style. |
#90
|
|||
|
|||
Quote:
Code:
<div class="col col-xs-3" style="padding:10px 0px 0px 30px !important;"> <span class="hidden-xs"> <a type="button" class="btn btn-labeled btn-info" href="panel_menu.php" data-toggle="panel-Left"><span class="btn-label"><i class="fa fa-sitemap" aria-hidden="true"></i></span>{vb:rawphrase xenvb4_navigator}</a> </span> <span class="hidden-sm hidden-md hidden-lg"> <a type="button" class="btn btn-info" href="panel_menu.php" data-toggle="panel-Left"><i class="fa fa-sitemap" aria-hidden="true"></i></a> </span> </div> <div class="col col-xs-9 text-right" style="padding:10px 30px 0px 0px !important;"> Code:
<div class="col col-xs-10 hidden-sm hidden-xs" style="padding:10px 0px 30px 30px !important;"> <ul id="navtabs" class="navtabs floatcontainer<vb:if condition="$show['member'] AND $notifications_total"> notify</vb:if>"> {vb:raw navigation} </ul> </div> <div class="col col-xs-10 hidden-md hidden-lg hidden-xl" style="padding:10px 0px 0px 30px !important;"> <span class="hidden-xs"> <a type="button" class="btn btn-labeled btn-info" href="panel_menu.php" data-toggle="panel-Left"><span class="btn-label"><i class="fa fa-sitemap" aria-hidden="true"></i></span>{vb:rawphrase xenvb4_navigator}</a> </span> <span class="hidden-sm hidden-md hidden-lg"> <a type="button" class="btn btn-info" href="panel_menu.php" data-toggle="panel-Left"><i class="fa fa-sitemap" aria-hidden="true"></i></a> </span> </div> <div class="col col-xs-2 text-right" style="padding:10px 30px 0px 0px !important;"> Code:
<ul class="floatcontainer"> Code:
<ul class="floatcontainer" style="margin: 15px 30px;"> |
#91
|
|||
|
|||
I think there is a missing javascript somewhere. Inline moderation tools do not work in this style. The tickbox on posts and threads does not select them.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|