The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#31
|
|||
|
|||
Great! .thumbsup.
|
#32
|
||||
|
||||
It's not really "tested" in its current state... but here I go anyway.
--snip-- https://vborg.vbsupport.ru/showthread.php?t=129737 --snip-- |
#33
|
|||
|
|||
I downloaded and imported the product but received this error.
Code:
Database error in vBulletin 3.5.4: Invalid SQL: ### INSERT QUERY GENERATED BY fetch_query_sql() ### INSERT INTO plugin (`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`) VALUES ('1', '5', 'Support Forum - Sort By Open', 'forumdisplay_query_threadid', '$supportForums = explode(\' \', $vbulletin->options[\'supportforum_ids\']);\r\nif (in_array($foruminfo[\'forumid\'], $supportForums) and $sqlsortfield == \'lastpost\')\r\n{\r\n $sqlsortfield = \"thread.open desc, $sqlsortfield\";\r\n $hook_query_where .= \' and thread.open <> 10\';\r\n $openAtTop = true;\r\n}', 'siradrian_supportforum'); MySQL Error : Unknown column 'executionorder' in 'field list' Error Number : 1054 Date : Thursday, October 12th 2006 @ 04:46:12 AM Script : http://www.website.com/forum/admincp/plugin.php Referrer : http://www.website.com/forum/admincp/plugin.php?do=productadd IP Address : 112.108.15.132 Username : dbuser Classname : vb_database |
#34
|
||||
|
||||
They added execution order in 3.6...
In the XML file, you can just remove any instances of it (I beleive it is an attribute for each <plugin>). |
#35
|
|||
|
|||
Okay I changed
Code:
<plugin active="1" execution order="5"> Code:
<plugin active="1"> Is there anything else I need to do other than close a thread for the separator to appear? So far nothing is happening. |
#36
|
||||
|
||||
Did you set the option in the AdminCP (new option group at the bottom)?
BTW I also have a showthread edit which shows a friendly message to staff/thread starter/other people depending on what they can do. |
#37
|
|||
|
|||
Well that makes sense
I don't see the option in AdminCP though... can you tell me where it's suppose to appear? |
#38
|
||||
|
||||
It should have added a new setting group to the bottom of the list of setting groups. I can help you over MSN if you'd like.... far faster lol
my contact info is in my profile |
#39
|
||||
|
||||
Just an update for anyone else who is interested:
We have it working on John's site now, as well as 2 of my own boards. When a thread is closed, thread starters see a notice saying they can open/close the thread, regular users see a notice saying if they should create their own thread if they have a similar issue, and staff see a notice saying that the thread starter can open/close it. I'm also going to make a simple script to open/close the thread so I can add a simple link/button saying Open Issue or Close Issue. When I get some spare time I'll package it all up and release it here. |
#40
|
|||
|
|||
look forward to this....
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|