|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
quote: Originally posted by e@sy: I have rewrite the hack.
The user asked me if i have a version for 6.3 and my time is very short. So he want to convert this hack for 6.0 to 6.3. I told him to send the new Hack to me before posting here to test it. But he open a topic here before i said yes. So i do not know about the error's. In the last 3 day's i make a rehack of this one. Here is the link
http://ubbdev.de/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic;f=3;t=000004
Gotta love quick reply with quote 
|
|
|
|
Joined: Jul 2002
Posts: 49
Member
|
Member
Joined: Jul 2002
Posts: 49 |
thankies a ton, private forums hidden. yeah LK its a wonder eh?
|
|
|
|
Joined: Feb 2002
Posts: 76
Member
|
Member
Joined: Feb 2002
Posts: 76 |
Ill give it a go later e@sy... Thanks a lot man 
|
|
|
|
Joined: Jun 2002
Posts: 121
Member
|
Member
Joined: Jun 2002
Posts: 121 |
Why dont you just turn off category for a forum? You can still get in there and post btw as long as you remember the URL.
I Cannot Support Ubb Via ICQ or MSN. Not because I dont want to its just I cant.
|
|
|
|
Joined: Feb 2002
Posts: 76
Member
|
Member
Joined: Feb 2002
Posts: 76 |
thats what LK's hack does
|
|
|
|
Joined: Jun 2002
Posts: 121
Member
|
Member
Joined: Jun 2002
Posts: 121 |
Then why use a hack? 
I Cannot Support Ubb Via ICQ or MSN. Not because I dont want to its just I cant.
|
|
|
|
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
|
Spotlight Winner
Joined: Jun 2001
Posts: 2,849 |
quote: Originally posted by Dennis Jones: Then why use a hack?
This hack hides the forum from people that aren't allowed in it but the members with access see it on the summary page like any other. I happen to think that's pretty slick.
|
|
|
|
Joined: Jun 2002
Posts: 121
Member
|
Member
Joined: Jun 2002
Posts: 121 |
Oh I thought it just takes it off the listing. Ooops my mistake.
I Cannot Support Ubb Via ICQ or MSN. Not because I dont want to its just I cant.
|
|
|
|
Joined: Dec 2000
Posts: 27
Member
|
Member
Joined: Dec 2000
Posts: 27 |
thanks for this hack been looking forward to this 
|
|
|
|
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
|
Spotlight Winner
Joined: Jun 2001
Posts: 2,849 |
Okay, I just finished hacking the files it works great on my test server. When the instructions say add behind, they mean add after.
It works great!
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
[code][/code]What it means, is that if the user can access ANY special forum, he can see this forum. You should make a check if there is THIS forum.
|
|
|
|
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
|
Spotlight Winner
Joined: Jun 2001
Posts: 2,849 |
I have a test user at my test board that has access to two private forums and he can't see the hidden forum. What am I looking for LK?
|
|
|
|
Joined: Nov 2001
Posts: 1,080
Member
|
Member
Joined: Nov 2001
Posts: 1,080 |
Clarification LK...Are you strictly speaking of private or hidden forums? Examples:
A: You have 2 private forums. You give a user access to private forum A but not B. With this code you posted the user will be able to see both private forums A & B?
OR
B: You have 2 hidden forums. You give a user access to hidden forum A but not B. The code you posted the user will be able to see both hidden forums A & B?
I'm assuming you are speaking of "Hidden" forums strictly.
|
|
|
|
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
|
Spotlight Winner
Joined: Jun 2001
Posts: 2,849 |
One thing I just noticed is that the forum and threads show up in the PNTF under "most popular topics within the past 30 minutes:" even if I'm logged out.
|
|
|
|
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
|
Spotlight Winner
Joined: Jun 2001
Posts: 2,849 |
Okay, this fixed it;
ubb_pntf.cgi
find this twice;
if( (&GetForumRecord($in{f}))[6] =~ m/private/ ) {
replace it with;
if( ((&GetForumRecord($in{f}))[6] =~ m/private/ ) || (&GetForumRecord($in{f}))[6] =~ m/hidden/ ) {
public_pntf_summary.pl
find this;
if(($vars_forums{$number}->[6] =~ m/private/) || ($vars_forums{$number}->[3] ne 'On')) {
Replace it with;
if(($vars_forums{$number}->[6] =~ m/private/) || ($vars_forums{$number}->[6] =~ m/hidden/) || ($vars_forums{$number}->[3] ne 'On')) {
Find;
if((&GetForumRecord($number))[6] =~ m/private/) {
Replace that with;
if( ((&GetForumRecord($number))[6] =~ m/private/) || (&GetForumRecord($number))[6] =~ m/hidden/) {
|
|
|
|
Joined: Nov 2001
Posts: 1,080
Member
|
Member
Joined: Nov 2001
Posts: 1,080 |
Right on X! 
|
|
|
|
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
|
Spotlight Winner
Joined: Jun 2001
Posts: 2,849 |
I would like e@sy or LK to look at it and make sure that I didn't miss anything if they could.
Edit: apparently you can't move threads to the hidden forums.
|
|
|
|
Joined: Nov 2001
Posts: 1,080
Member
|
Member
Joined: Nov 2001
Posts: 1,080 |
Hmm...I guess just one of the drawbacks. Thks X for testing it. I still think this hack is a must have. 
|
|
|
|
Joined: Nov 2001
Posts: 1,080
Member
|
Member
Joined: Nov 2001
Posts: 1,080 |
I just installed this (which has got to be the most time consuming hack 
|
|
|
|
Joined: Dec 2000
Posts: 27
Member
|
Member
Joined: Dec 2000
Posts: 27 |
One prob I've had is that the hidden forums keep disappearing.
when i go view my PM's or goto recent visitors, when i click to go back to the front page the forums are gone.
The only way i can get them back is to open a new window and log back in.
Any ideas?
tia
stubbsy
|
|
|
|
Joined: Jun 2001
Posts: 60
Member
|
Member
Joined: Jun 2001
Posts: 60 |
sorry, link doesn´t work 
|
|
|
|
Joined: Sep 2001
Posts: 93
Member
|
Member
Joined: Sep 2001
Posts: 93 |
yup link is dead, please fix 
|
|
|
|
Joined: Feb 2001
Posts: 956
deutscher Member
|
deutscher Member
Joined: Feb 2001
Posts: 956 |
|
|
|
|
Joined: May 2001
Posts: 197
Member
|
Member
Joined: May 2001
Posts: 197 |
|
|
|
|
Joined: Jun 2002
Posts: 62
Member
|
Member
Joined: Jun 2002
Posts: 62 |
Anyone else that's running this having a problem with the hidden forums "disappearing" for users who have permissions to access them? I login, the forums are there. I close my browser session, open a new browser session and go to the forums. I'm still logged in, but my hidden forums are no longer visible to me. The only way I can seem to get them back is to go into my Control Panel and clear the forum cache. I wondering if this might have anything to do with my using UBB Accelerator. When I installed the mod, I went over it 3 times with a fine-toothed comb just to be sure I got it all right, so I'm damn confident that it's not something I overlooked. However, I suppose that's not impossible either. I'm running 6.3.0.1 and installed the mod from e@sy's page for this version of UBB. http://vvvcentral.com/forums Edit: I just disabled UBB Accelerator for testing purposes. I want to see if this problem continues without its use.
|
|
|
|
Joined: Oct 2001
Posts: 24
Junior Member
|
Junior Member
Joined: Oct 2001
Posts: 24 |
mmmmm.. doesn't work anymore
|
|
|
|
Joined: Jun 2002
Posts: 62
Member
|
Member
Joined: Jun 2002
Posts: 62 |
quote: Originally posted by Archaon: mmmmm.. doesn't work anymore My DNS changed. It's back up now.
|
|
|
|
Joined: Jun 2002
Posts: 62
Member
|
Member
Joined: Jun 2002
Posts: 62 |
Okay - it's not the UBB Accelrator in and of itself. I disabled (as mentioned above) and people are still having trouble with the forums disappearing.
I've disabled caching to see if that has anything to do with it. Does anyone have any ideas at all?
|
|
|
|
Joined: Jun 2002
Posts: 62
Member
|
Member
Joined: Jun 2002
Posts: 62 |
Seems to work fine with caching disabled.
I don't have the first idea on how to rectify this.
|
|
|
|
Joined: Jun 2002
Posts: 62
Member
|
Member
Joined: Jun 2002
Posts: 62 |
|
|
|
|
Joined: Jan 2002
Posts: 20
Junior Member
|
Junior Member
Joined: Jan 2002
Posts: 20 |
Hi...
i've installed this hack... but now i've got a problem... i cant move any topic becauce in the drop down menu my board dont show me my hidden Forums... and my function "Show Print Version" says me "This Topic is not exist..." .... and the Drop Down menu in puplic_forum "Go To Forum:" dont shows me the Hidden Forums.... can anybody helps me? .... thanx alot...
Baby Death
|
|
|
|
Joined: Nov 2001
Posts: 1,080
Member
|
Member
Joined: Nov 2001
Posts: 1,080 |
Because the forum is hidden think of it as an invisible forum, one that doesn't exist. If the forums show up in the drop down search or move option users who do not have access to the hidden forums will know they exist.
I think however that you can go into your CP and move the topics under Maintanence. In there you should be able to see every forum created. I think you can also take out the Search and drop down codes from the Hidden Forum hack so that your users can see the forums.
|
|
|
|
Joined: Jan 2002
Posts: 20
Junior Member
|
Junior Member
Joined: Jan 2002
Posts: 20 |
Hi...
@PrimeTime... thanx alot... i will test it...
Baby Death
|
|
|
|
Joined: Nov 2001
Posts: 1,080
Member
|
Member
Joined: Nov 2001
Posts: 1,080 |
Hope it works for you...It did for 6.3.1.1 and up. :  :
|
|
|
|
Joined: Mar 2001
Posts: 56
Member
|
Member
Joined: Mar 2001
Posts: 56 |
I think this is one of the most useful hacks made. I'm surprised that people aren't all over it. PHPBB and other PHP boards offer hidden topics right out of the box.
All links don't work. Is there anywhere else that this script is available?
Will Infopop ever offer this as an out-of-the-box feature?
|
|
|
|
Joined: Feb 2001
Posts: 956
deutscher Member
|
deutscher Member
Joined: Feb 2001
Posts: 956 |
This is the link
http://ubbdev.de/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=forum;f=2
|
|
|
|
Joined: Mar 2001
Posts: 56
Member
|
Member
Joined: Mar 2001
Posts: 56 |
|
|
|
|
Joined: May 2003
Posts: 19
Junior Member
|
Junior Member
Joined: May 2003
Posts: 19 |
OHHH nooo... I can't read the BBS, where the Hidden Form Hack is... http://www.fachinformatiker-world.de/forums/ Can someone help me? Thank-You BUZN_WILDLY
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
it's hidden 
|
|
|
|
Joined: May 2003
Posts: 19
Junior Member
|
Junior Member
Joined: May 2003
Posts: 19 |
Whaa haa haa.. your telling me! I can't find it... STill looking for the hack though... 
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 417
Joined: November 2001
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|