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 |
#102
|
||||
|
||||
I would recommend that you add a service to your list of qualifications you are willing to offer in that "Upgrade VB4 to PHP 7.4.x" as unfortunately publishing any of the core code even here is against the rules. many sites are already running under this version of PHP with zero issues. There have been quite a few here and on other VB related sites wanting to update PHP so I think there is a niche market for this.
Just a side note, my site just got updated to MariaDB 10.5.8 and seems to be no issues with that either. |
#103
|
||||
|
||||
Quote:
|
#104
|
||||
|
||||
Quote:
As for the copyrights. In this case, law is not strict, for 2 reasons:
|
#105
|
|||
|
|||
Quote:
One thing about the newsletter, will it be possible to send to forum members? In addition to people who sign up? My idea for the newsletter is to keep my members engaged with the forum. Just a thought, as I know on my forum it would get more readers that way. If they don't want to receive it, there could be an option within their User CP to unsubscribe? |
#106
|
||||
|
||||
Quote:
This is exactly what I have in my mind but my English quality didn't help me to make it clear. So, in simple words, the recipients are:
Quote:
Finally, for those who don't remember this mod, it also supports:
|
Благодарность от: | ||
puertoblack2003 |
#107
|
|||
|
|||
Quote:
Any idea why my dropdowns don't seem to functioning correctly in the nav? I've tried your method a couple times, but get the same result. www.caraudiocentral.net |
#108
|
|||
|
|||
Quote:
.navtabs .popupbody {top:20px} The color of those links should also be changed, as it matches the background. I think you might have to change that from stylevars. But if you want to override stylevars settings and manually set them in additional.css, then add this line and change the color value to whatever required: .navtabs > ul.floatcontainer li a, .navtabs > ul.floatcontainer li a.popupctrl { color: #0575b2;} |
#109
|
|||
|
|||
Quote:
|
#110
|
|||
|
|||
Quote:
It's something I would really like to start doing on my forum to help bring back users to my forum. Also at one point you mentioned a classified system for XEN. Is that still in the works? |
#111
|
|||
|
|||
For anyone who wants to use this plugin, be aware that there appears to be an exploit in the 'newsletter.php' file.
My site was attacked today, and looks like they were trying to send out mail via this page. I've now since deleted the page entirely. Since it appears that Chriteris' demo site has been deleted again, and he hasn't been back here since he posted them. I don't think we'll be able to get any support from him. Are there any other coders around, who would be willing to look at this theme and see if there are any other vulnerabilities anywhere? I really like this theme, but it needs support. EDIT: Here is what my host had to say about this page The individuals are setting their name as a URL/image and it's being linked and sent. Here's the header portion: Code:
To: maticielma@wp.pl Subject: Unsubscription needs confirmation X-PHP-Script: www.caraudiocentral.net/forums/dbseo.php for 1.20.181.16 X-PHP-Filename: /home/caraudio/public_html/forums/dbseo.php REMOTE_ADDR: 1.20.181.16 From: "Car Audio Central - Anything and Everything car audio" Auto-Submitted: auto-generated Message-ID: <20201222005958.736a035a8187@www.caraudiocentral.net> MIME-Version: 1.0 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-Mailer: vBulletin Mail via PHP Date: Mon, 21 Dec 2020 16:59:58 -0800 Then the actual contents has something like this: Dear [Malicious URL Here][Malicious Image] |
Благодарность от: | ||
concepts |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|