The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#111
|
|||
|
|||
TECK, does that apply the multiple group patch?
Also gonna try to add basic sorting (date asc, date desc, relevance) later and fix the post title search. |
#112
|
||||
|
||||
Orban and other guys, please feel free to edit the script, in order to include all extra patches needed for vBulletin.
Post here the edits and let us know. Quote:
That's the reason I posted the script, so you can edit it and add the patches. It's pretty stright forward, with the Unix commands, you can add them there, following the same patern. I did not looked into patches, because I'm not familiar with them yet. I was hoping you will take care of it and post the edits. Also please explain more in detail what you did, others will understand better. Be aware of those locations: DST_DIR=${HOME}/dist SPH_DIR=${HOME}/sphinx SRC_DIR=${HOME}/source SQL_DIR=/usr Type ${HOME} to see what returns returns to your Unix prompt: $ ${HOME} bash: /home/user: is a directory You still use mysqli for the forums and mysql for the search, right? I have my forums set on mysqli. |
#113
|
|||
|
|||
Quote:
|
#114
|
||||
|
||||
Ya, I will work on it. :0
Pretty new at patching me also... Question: in your config file, you don't have any table prefixes? http://dragy.de/public/sphinx.conf I'm probably missing something. Are you using a recent vB version, where it has table prefixes? Thanks for clearing this up. |
#115
|
|||
|
|||
Quote:
|
#116
|
||||
|
||||
Editing the sphinx.conf file as we speak.
mtgsalvation is a new database where all sphinx tables were created, I believe? Let me know why you did not created the sphinx table into the vBulletin database. Thanks. This part: Code:
sql_query = \ SELECT postid, forumid, post.threadid as threadid, IF(post.userid=0,99999999,post.userid) AS userid, IF(postuserid=0,99999999,postuserid) AS postuserid, pagetext, post.dateline \ FROM post ... |
#117
|
|||
|
|||
We're not storing the sphinx data IN mysql, so only one table needs to be created, and that is the sphinx_counter table. mtgsalvation is the name of his vbulletin installation.
|
#118
|
||||
|
||||
Thanks mute... however, I'm not clear with the query above.
It does not make sense. The sql_query posted in his .conf file will not work, if the database tables have prefixes. Please explain more in detail why you don't need table prefixes. Also, from his .conf file: sql_db = mtgsforums That's why I'm confused... |
#119
|
|||
|
|||
Okay, in my example:
mtgsforums: my vbulletin database mtgsalvation: the database with the counter table in it I do NOT have table prefixes. You have to add those. |
#120
|
||||
|
||||
That makes a lot of sense... I was expecting this answer from my previous post above, Orban.
Thanks for the explanation. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|