Search found 44 matches
- 08 Jun 2010, 22:16
- Forum: Snippets
- Topic: Profile in Viewonline
- Replies: 11
- Views: 6914
Profile in Viewonline
Profile in Viewonline Written by neptune When a users is viewing a profile you can see the name of the users profile. Open viewonline.php Find: case 'memberlist': $location = (strpos($row['session_page'], 'mode=viewprofile') !== false) ? $user->lang['VIEWING_MEMBER_PROFILE'] : $user->lang['VIEWING ...
- 05 May 2010, 20:13
- Forum: Snippets
- Topic: Login After Activation
- Replies: 5
- Views: 2688
- 05 May 2010, 19:47
- Forum: Snippets
- Topic: Login Redirect
- Replies: 3
- Views: 4019
Login Redirect
Login Redirect Written by primehalo Returns a user to the page they were at prior to logging in. Open: includes/functions.php Find: $u_login_logout = append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login'); Add after: //-- mod: Prime Login Return ...
- 05 May 2010, 19:38
- Forum: Snippets
- Topic: Last Post Title
- Replies: 17
- Views: 10749
- 24 Apr 2010, 22:08
- Forum: Modifications
- Topic: jGrowl Popup messages
- Replies: 10
- Views: 21105
jGrowl Popup messages
jGrowl Popup messages Written by Earni ok so i found this and thought someone might be interested in having it on their board. mainly because it looks nicer than any popups from your browser. i have implemented it to show a message to guests and also to popup when you recieve a PM. Only downside is ...
- 08 Apr 2010, 08:10
- Forum: Snippets
- Topic: Default Shadow Topic Checkbox - Off
- Replies: 4
- Views: 3862
- 25 Mar 2010, 10:30
- Forum: Snippets
- Topic: Instant Login Redirect
- Replies: 1
- Views: 2309
- 25 Mar 2010, 09:17
- Forum: Snippets
- Topic: Group Statement
- Replies: 0
- Views: 4201
Group Statement
Group Statement Code by RMcGirr83 This code can be used to show specific content to specific groups, or the other way around. It could be that you want to display ads for registered users, but not your VIP Group. Open includes/functions.php Find: // The following assigns all _common_ variables that ...
- 24 Mar 2010, 17:01
- Forum: Modifications
- Topic: Similar Topics
- Replies: 76
- Views: 45239
Similar Topics
Similar Topics Written by Tobi - Modified by Xabi and some small changes by Stoker The Similar Topics for phpBB3 will give you a box with X similar topics at the bottom of each topic. You can set the count of similar topics you want displayed. First thing to do is making sure that the topics table ...
- 22 Mar 2010, 22:35
- Forum: Tutorials
- Topic: Automatic Update Other Language
- Replies: 0
- Views: 5222
Automatic Update Other Language
Automatic Update Other Language Written by Stoker with help from JimA Having a heavy modded board with a foreign language is a *biip* when updating. Other languages than english needs to be updated manually, this is hard because you dont remember which files you have modified. But you can actually ...