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 |
#112
|
|||
|
|||
I will be setting up a new demo site for it. It seems like the newsletter functionality wasn't included, so deleting the file should be ok for now.
|
#113
|
|||
|
|||
The demo is now available at https://www.vb4mobile.com/forum.php?styleid=18
|
Благодарность от: | ||
concepts |
#114
|
|||
|
|||
Quote:
Are you going through and fixing things? Have a request: Would it be possible to update the card layout some? I had some help with this from another member here, but take a look at how mine is currently. https://www.caraudiocentral.net/foru...llation-faq-s/ The thread starter avatar is put inside the card, to me that looks better and takes up less space and allows for more cards to display on the page. Do you think it's possible to do something like this in the official plugin? That way if there are updates, won't have to redo everything each time. |
#115
|
||||
|
||||
Quote:
|
#116
|
|||
|
|||
Yes, I am updating as well as trying fix any bugs and issues. Chris has given me permission to update the mod and redistribute.
Quote:
|
#117
|
|||
|
|||
Has anyone noticed that the moderation checkboxes for inline moderation do not work. The threads/posts do not get selected when you tick the checkbox. I couldn't figure it out. Does anyone know why it doesn't work?
|
#118
|
||||
|
||||
Quote:
also, I decided to remove the thread starter avatar all together. While it does look cool, It felt redundant and made the display appear confusing in regards to flow. Simply highlighting and embolding the thread starter name looked clean enough for me. It's easy to get caught up in design overload and forget about user experience. I was able to accomplish Doyle's look, but the feedback was that it was a bit much on color/visual and took away from browsing the actual threads. So I'm not sure if that look is the best "out of the box" unless an alternate display is an option, while I initially wanted it myself, the simplified version seems far more user-friendly. Any improvements I find/adjust I will report here as well. |
Благодарность от: | ||
iA1 |
#119
|
|||
|
|||
Quote:
Looks great! I really like the thread starter avatar within the box like that. Really cleans it up, but still provides that quick visual of who started the thread. Is registration possible on your demo forum? Was going to try it out, but doesn't seem to allow me to register. |
#120
|
|||
|
|||
Quote:
But I also just noticed, when viewing all posts within a forum, the check boxes work, but I don't seem to have any way to do anything with them. I don't have any inline options. Guess I never noticed that before. |
#121
|
|||
|
|||
Do you know when you might be releasing the updated version?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|