The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#137
|
|||
|
|||
![]()
OK THX...
My last question: in which file at which position I must add/change the Quote:
|
#138
|
||||
|
||||
![]()
It doesn't work 4 me.
![]() The hack works perfectly, but it shows last post for private forums, too...and that's baaaad. |
#139
|
|||
|
|||
![]()
Yes I tested it vesterday (I changed the index.php und the forumdisplay.php) and it dont work for me too. The lastpost is still displayed at forums the user dont have the right to access...
Some other solutions ??? THX |
#140
|
|||
|
|||
![]()
ok, here is an better but still untested!!! version.
It looks up, if a registered user can view a forum. if Yes: put the title into the forum and the patents. if No: put "(private message)" into the forum and the patents. This design is because IMHO it is impossible to look up if the title is from a private subforum without doing a query. First apply the changes from PPN then my changes then post dummy threads in the private forums. Sorry for not testing, I currently have no testforum. |
#141
|
||||
|
||||
![]()
Doesn't work.
Code:
Invalid SQL: max(canview) as cveiw ,count(canview) as cnt from forumpermission where usergroupid=2 and forumid=5 mysql error: You have an error in your SQL syntax near 'max(canview) as cveiw ,count(canview) as cnt from forumpermission where usergrou' at line 1 |
#142
|
|||
|
|||
![]()
ups - forgotten "select "
Thank you |
#143
|
||||
|
||||
![]()
I guessed that...but I see you just noticed by yourself
![]() It works...but it still gives an error in "Update Counters" --> "Forum Info" Code:
SELECT max(canview) as cveiw ,count(canview) as cnt from forumpermission where usergroupid=2 and forumid= mysql error: You have an error in your SQL syntax near '' at line 1 Code:
.$getchildforum[forumid] |
#144
|
|||
|
|||
![]()
ok, I dont understand the reason for it (I don't think it's from misc.php). I have to create a test system, but this week I have no time.
|
#145
|
|||
|
|||
![]()
Harvey you decide if it should set the thread title if they can view it, what if they can't view the forum, why would they be posting in it
![]() This is done in vBulletin 3 anyway, why can't you all just hide private forums within the general settings part of the admin panel. |
#146
|
|||
|
|||
![]()
PPN, the actual problem is, if you have a privat subforum inside a nonprivate mainforum, everybody can see the the title in the mainforum, if the latest thread is in the private forum. No matter if you hide the private forum or not. You can see it, because it's the same with last time and last poster.
Sorry that my solution does not work yet, I tried it in theorie because I have currently not the time to test it. Perhaps with the hope, that I find a Betatester ![]() I hope you can understand me, I can't translate your first sentence because of my terrible english. Perhaps I can learn by posting in your forum. PS: Great hack. |
#147
|
||||
|
||||
![]()
Parse error: parse error in /usr/local/plesk/apache/vhosts/whatthefrag.com/httpdocs/forums/admin/functions.php on line 1892
Fatal error: Call to undefined function: makelogincode() in /usr/local/plesk/apache/vhosts/whatthefrag.com/httpdocs/forums/global.php on line 337 I'm running 2.2.5. This happens when I upload functions with the changes |
#148
|
|||
|
|||
![]()
ALTER TABLE `forum` ADD `lasttitle` VARCHAR(100) NOT NULL AFTER `lastposter`
How would I go about removing this from my table? |
#149
|
|||
|
|||
![]()
alter table forum drop column lasttitle
|
#150
|
||||
|
||||
![]()
hi anybody tested this on v2.25 ?
TIA ![]() |
#151
|
||||
|
||||
![]() Quote:
It works perfectly. (even the Omero sub-hack...look at it if you need to hide thread titles from private forums). :laugh: |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|