Search found 6792 matches

by Thatbitextra
Sun Jul 19, 2009 8:21 pm
Forum: [3.0.x] MOD Database Releases
Topic: Users Choose Displayed Forums
Replies: 55
Views: 14613

Re: Users Choose Displayed Forums

You've done an inline before-add on the inline-find, when it should have been a regular before add on the previous overall find. Hence the code should be: $user_index_array = unserialize($user->data['user_index']); if (!$auth->acl_get('f_list', $forum_id) || (isset($user_index_array[$forum_id]) &...
by Thatbitextra
Sat Jun 13, 2009 9:33 pm
Forum: [3.0.x] MOD Database Releases
Topic: Users Choose Displayed Forums
Replies: 55
Views: 14613

Re: Users Choose Displayed Forums

When I change forum role settings (mark your new permission option as “yes”) and submit the form, it isn't saved (after refreshing this page it is still “no”). http://s45.radikal.ru/i109/0906/18/6b641a0b651ft.jpg Hi, You haven't (properly, if at all) run the two SQL queries as listed in the install...
by Thatbitextra
Wed Jun 10, 2009 5:58 pm
Forum: [3.0.x] MOD Database Releases
Topic: Users Choose Displayed Forums
Replies: 55
Views: 14613

Re: Users Choose Displayed Forums

Nice mod. installed it, works good but i have one question.. when i open PERMISSIONS -> Forum roles and creating new role, in the MISC setting, the first row shows { acl_f_display } in other place - Forum permissions - it looks ok ("Can choose not to see forum") any way to fix this? thank...
by Thatbitextra
Tue Jun 09, 2009 10:39 pm
Forum: [3.0.x] MOD Database Releases
Topic: Users Choose Displayed Forums
Replies: 55
Views: 14613

Re: Users Choose Displayed Forums

Edrondol wrote:Great mod...I think. :D

On my test board all I get is: "You cannot choose to not display this forum" for every category. What simple, stupid thing have I missed?
You have to set the permission for each forum to allow registered users (or whomever you like) to hide the forum.
by Thatbitextra
Mon Jun 08, 2009 6:35 pm
Forum: [3.0.x] MOD Database Releases
Topic: Users Choose Displayed Forums
Replies: 55
Views: 14613

Re: Users Choose Displayed Forums

Would it be fairly easy for someone experienced in phpbb developing (not me) to modify your hack so that it worked on the active topics pages as well? Nice that selected forums can disappear from the forum index page and subforums from the view forum pages but some users prefer to browse via the ac...
by Thatbitextra
Mon Jun 08, 2009 5:00 pm
Forum: [3.0.x] MOD Database Releases
Topic: Users Choose Displayed Forums
Replies: 55
Views: 14613

Re: Users Choose Displayed Forums

bobble21 wrote:Sounds very useful.

Does it affect the display for each user on the Active Topics page (e.g. http://www.phpbb.com/community/search.p ... ive_topics) and View New/Your Posts?
No, it only affects places that use the display_forums() function i.e. index.php and viewforum.php.
by Thatbitextra
Mon Jun 08, 2009 9:35 am
Forum: [3.0.x] MOD Database Releases
Topic: Users Choose Displayed Forums
Replies: 55
Views: 14613

Re: Users Choose Displayed Forums

RottNKorpse wrote:is this done with javascript and cookies like vB?
Hi,

No, this stores the data in the database for each user and hence as well as categories, it also allows you to choose not to display individual forums and subforums :)
by Thatbitextra
Mon Jun 08, 2009 4:56 am
Forum: [3.0.x] MOD Database Releases
Topic: Users Choose Displayed Forums
Replies: 55
Views: 14613

Users Choose Displayed Forums

This post has been reserved for the MOD author.
by Thatbitextra
Sat Mar 21, 2009 5:57 pm
Forum: [2.0.x] Styles Development & Discussion
Topic: [Release] subBlack 1.2.1 for phpBB 2.0.22
Replies: 69
Views: 53146

Re: [Release] subBlack 1.2.1 for phpBB 2.0.22

So can anyone please fix the problem I reported above. I noticed it's the same in Google Chrome as well. :cry: Hi, Sorry for not replying before, not sure what happened :? Anyway, to fix it, in main.css, change: hr { height: 0px; border: 0px solid #CCCCCC; } to: hr { height: 0px; border: 0px solid ...
by Thatbitextra
Sun Dec 14, 2008 2:16 am
Forum: [3.0.x] Styles Support & Discussion
Topic: Cahnged Background Colors - At my wits end
Replies: 2
Views: 416

Re: Cahnged Background Colors - At my wits end

You need to edit styles/silverwhite/theme/images/corners_top.gif, styles/silverwhite/theme/images/corners_bottom.gif and styles/silverwhite/theme/images/bg_body.gif :)
by Thatbitextra
Sat Dec 13, 2008 10:17 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: BG Header problems.
Replies: 4
Views: 628

Re: BG Header problems.

You haven't done this:
Thatbitextra wrote:Then refresh the theme in the ACP Styles tab.
by Thatbitextra
Sat Dec 13, 2008 9:19 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: BG Header problems.
Replies: 4
Views: 628

Re: BG Header problems.

In common.css, change:

Code: Select all

#wrap {
	padding: 0px 20px;
	min-width: 650px;
	width: 860px;
	margin: 0 auto;
}
to:

Code: Select all

#wrap {
	padding: 0px 20px;
	min-width: 650px;
	width: 800px;
	margin: 0 auto;
}
Then refresh the theme in the ACP Styles tab.
by Thatbitextra
Sat Dec 13, 2008 4:41 am
Forum: [3.0.x] Styles Support & Discussion
Topic: Navigation Bar
Replies: 6
Views: 765

Re: Navigation Bar

tony51 wrote:Is there a WYSIWYG editor that I could use to add the navigation buttons? I've tried front page and in the process really messed things up.
No, you have to edit the HTML manually. You've found out why :(
by Thatbitextra
Thu Dec 11, 2008 6:02 am
Forum: [3.0.x] Styles Support & Discussion
Topic: Navigation Bar
Replies: 6
Views: 765

Re: Navigation Bar

You'll need to refresh the template in the ACP under the Styles tab.
by Thatbitextra
Thu Dec 11, 2008 3:45 am
Forum: [3.0.x] Styles Support & Discussion
Topic: Linked image within a post?
Replies: 6
Views: 541

Re: Linked image within a post?

Somewhere like http://imageshack.us. Once it gives you the image url, you can use the BBCode like in my first post.

Go to advanced search