Here's example of what I meant: Hide following BBCodes: vip Unhide for Group-IDs: 2,3 Enter Replacement-Text: [color=#408080][b][i]Hidden content for VIP members[/i][/b][/color] at this time i don't know how i get bbcodes parse there. to do this here and now u must edit it direct in source-code. I ...
Is it possible to use, say, bbcode in replacement text pls explain a little more, bcs i don't understand 100% (to make it nicer :)) i think the mod is attractive enough I was talking about making "replacement text" look nicer, but you got me :) Here's example of what I meant: Hide followi...
For some reason I was getting two combo boxes on module page (BBCodes and Group-IDs) unpopulated. It could be my browser settings, though, or some other local things. Anyway, after some experiments I ended up with some code tweak that works for me. Maybe it could help someone else ... Note: not sure...
Instruction for v.0.0.8.f contains the following: # #-----[ OPEN ]------------------------------------------ # search.php # #-----[ FIND ]------------------------------------------ # // We pre-process some variables here for later usage // $row['post_text'] = censor_text($row['post_text']); # #-----...
I'm looking at the following code from functions_hide_content.php if (($config['bbcb3_admin_always_2'] == 1) and ($user->data['group_id'] == 5)){ $grp_admin = 5;} else{ $grp_admin = 0;} and I got some questions. 1. Why you're assume that group for "administrators" gets "group_id"...
Thanks for clarification. But it also means that this design is useless if user belongs for more then 3 groups! And it's not like something very weird settings. Consider: some user belongs to: "registered", "25+" (group for "non-silent" folks), "200+" (group f...
OK, here's example: User "sam" belongs to groups "gr1" and "gr2". 1. If tag "tag1" open ONLY to "gr2", my user "sam" doesn't see hidden content "tag1". 2. If I open "tag1" to both "gr1" AND "gr2", the...
But even in your example: what if my user belongs to BOTH "media_pic" and "media_flash" groups; and media_pic is open ONLY for "media_pic" group; Would the user see [media_pic] message? if the user is in both groups, he can see both contents :? if he's not in both grou...
because of that you must build tricky group concept before. but that is self-evident It might be "self-evident", but the reason I'm asking is that it DOES NOT work this way for me! Is not it a self-evident that I would try first? In my set up, until I open "hidden" tag for ALL g...
How it should works then if bbCode, say [hide], open only for one of these 3 groups? when you think about this mod, you must change (or forget) the syntax about (normal) board-group-rights. you have multiple options away from board-groupings. at example you can make multiple hidden-groups like medi...
It looks like a very promising mod. I got a question: let's say one user belongs to 3 different groups. How it should works then if bbCode, say [hide], open only for one of these 3 groups? I'd expect the user to SEE content, but I can't get such result until I explicitly open bbCode for ALL 3 groups.
Hey Nickvergessen, I have a suggestion for your Gallery MOD : It should be VERY usefull to have a NEXT and and PREVIOUS link above each picture when you are looking at one, with a thumbnail. I seen that on phpwebgallery software, and its the only reason i dont install your MOD. If you can do that, ...