Search found 74 matches

by King Rhyono
Wed Feb 09, 2011 5:40 am
Forum: [3.0.x] MOD Requests
Topic: delete this
Replies: 2
Views: 105

Re: show/hide subforums

Do you mean to hide the subforums individually with their own hide/show or collectively (i.e. one button will hide or show all subforums)? Both of those would require cookies, the latter being easier. However, making it a collective hide/show through a custom profile boolean in which users choose to...
by King Rhyono
Wed Feb 09, 2011 5:37 am
Forum: [3.0.x] MOD Requests
Topic: Hide personal information of users with 0 posts
Replies: 12
Views: 2001

Re: Hide personal information of users with 0 posts

If I understand correctly, this is extremely easy to do. In: memberlist_view.html Find "<h2>{PAGE_TITLE}</h2>" After, add "<!-- IF POSTS > 0 -->" Find "<!-- INCLUDE jumpbox.html -->" Before, add "<!-- ELSE -->" Now enter whatever you want after that line, such...
by King Rhyono
Wed Feb 09, 2011 5:27 am
Forum: [3.0.x] MOD Requests
Topic: Hide all references to hidden user. [SOLVED]
Replies: 4
Views: 170

Re: Hide all references to hidden user.

In: includes/functions.php Find: $online_users['hidden_users'][$row['session_user_id']] = (int) $row['session_user_id']; $online_users['hidden_online']++;   Add "//" before both lines to make them comments. This will disable hidden users from displaying in the hidden user count and the on...
by King Rhyono
Tue Feb 08, 2011 4:28 am
Forum: [3.0.x] MOD Requests
Topic: Hide all references to hidden user. [SOLVED]
Replies: 4
Views: 170

Re: Hide all references to hidden user.

Such as removing it from the who is online on the index?
by King Rhyono
Mon Jan 31, 2011 11:42 pm
Forum: [3.0.x] MOD Requests
Topic: Notify of reply "auto selection" request
Replies: 2
Views: 69

Re: Notify of reply "auto selection" request

UCP > Board Preferences > Posting Defaults > the bottom option
by King Rhyono
Thu Jan 20, 2011 12:05 pm
Forum: [3.0.x] Support Forum
Topic: Hiding Bots
Replies: 4
Views: 123

Re: Hiding Bots

Here is another method.
by King Rhyono
Wed Jan 19, 2011 5:12 pm
Forum: [3.0.x] MOD Requests
Topic: Restrict Ads
Replies: 4
Views: 262

Re: Restrict Ads

shotgunworld wrote: The group ID has to be their DEFAULT ID for it to work.
Yes, only their main group is handled by that ID; All of the other groups they are apart of is handled in another table that isn't connected to the phpbb_users table.
by King Rhyono
Tue Jan 18, 2011 11:45 pm
Forum: [3.0.x] Support Forum
Topic: Need to remove overall_header ad from a subforum
Replies: 13
Views: 486

Re: Need to remove overall_header ad from a subforum

vikingman wrote:Forum link end is: viewforum.php?f=1

How do I get the Id number?
The ID is 1.

However, read the post above yours.
stevemaury wrote:You are running version 2. Support for phpBB2 has ended. Any support requests regarding phpBB2 are limited to help with conversion to phpBB3.
by King Rhyono
Tue Jan 18, 2011 7:07 pm
Forum: [3.0.x] MOD Requests
Topic: I need user_lastvisit to update
Replies: 7
Views: 948

Re: I need user_lastvisit to update

How is the lastpost_time even updating if they aren't accessing the site? If they aren't visiting the site at all, I can't think of a way to add code they will never visit in order to update time.
by King Rhyono
Mon Jan 17, 2011 9:54 pm
Forum: [3.0.x] MOD Requests
Topic: I need user_lastvisit to update
Replies: 7
Views: 948

Re: I need user_lastvisit to update

In includes/functions.php Find         'A_COOKIE_SETTINGS'        => addslashes('; path=' . $config['cookie_path'] . ((!$config['cookie_domain'] || $config['cookie_domain'] == 'localhost' || $config['cookie_domain'] == '127.0.0.1') ? '' : '; domain=' . $config['cookie_domain']) . ((!$config['cookie...
by King Rhyono
Sun Jan 16, 2011 5:53 am
Forum: [3.0.x] Support Forum
Topic: Do img tags follow redirects
Replies: 2
Views: 124

Re: Do img tags follow redirects

I don't believe so.
by King Rhyono
Fri Jan 14, 2011 2:32 pm
Forum: [3.0.x] MOD Requests
Topic: MOD recent visitor
Replies: 4
Views: 445

Re: MOD recent visitor

UCP is User Control Panel. Your profile is part of the memberlist.
by King Rhyono
Thu Jan 13, 2011 10:08 pm
Forum: [3.0.x] MOD Requests
Topic: I need user_lastvisit to update
Replies: 7
Views: 948

Re: I need user_lastvisit to update

How accurate do you want it? We could make it extremely accurate (every time they go to any page) or pretty accurate (index page). All that would require is sending the data to the db whenever they go to whatever page.
by King Rhyono
Thu Jan 13, 2011 3:36 am
Forum: [3.0.x] Support Forum
Topic: Amdin Panel text and look all messed up
Replies: 4
Views: 161

Re: Amdin Panel text and look all messed up

You might have deleted/moved/messed up the language file for the acp.
by King Rhyono
Tue Jan 11, 2011 6:39 pm
Forum: [3.0.x] Support Forum
Topic: Guests cant see forum....
Replies: 3
Views: 156

Re: Guests cant see forum....

Also make sure they can see the category the forums are in.

Go to advanced search