Please Register and Login to this forum to stop seeing this advertsing.
Add Karma
 rated by members
Add Comment
Show Comments
![online/offline]() |
Posted: Post subject: |
|
|
|
|
| Back to top |
|
 |
symon Moderator


 Virtual Cash: 34170
Joined: 04 Sep 2005 Posts: 11651
Location: Hampshire,England Add Karma
 rated by 91 members
Add Comment
Show Comments
 |
Posted: Mon Feb 04, 2008 2:52 am Post subject: Suggestions And Hack requests. |
|
|
Please note that phpbb3 needs time to settle so no hacks will be added until Admin is happy the dust has settled.
Please remember that any hack added takes up Admins time so please only request hacks that are truly beneficial.
---------------------------------------------------------------------------------------------------------------------------------
I know it will not be added for some time (dust settle and all that)
But this hack separates the stickies form the normal posts like on here.
(Please no one try this as it will break your forum, the first part must be added by Admin)
open
| Code: | | $phpbb_root_path/language/**/viewforum.php |
and add the following
// FIND
// BEFORE ADD:
| Code: | $lang = array_merge($lang, array(
'STICKY' => 'Sticky topics'
)); |
open
| Code: | | $phpbb_root_path/styles/subSilver/template/viewforum_body.html. |
// FIND:
| Code: | <!-- BEGIN topicrow -->
<!-- IF topicrow.S_TOPIC_TYPE_SWITCH eq 1 -->
<tr>
<td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_ANNOUNCEMENTS}</b></td>
</tr>
<!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH eq 0 -->
<tr>
<td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_TOPICS}</b></td>
</tr>
<!-- ENDIF --> |
// REPLACE WITH:
| Code: | <!-- DEFINE $TOPIC_NORMAL = 0 -->
<!-- DEFINE $TOPIC_STICKY = 0 -->
<!-- BEGIN topicrow -->
<!-- IF topicrow.S_TOPIC_TYPE_SWITCH eq 1 -->
<tr>
<td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_ANNOUNCEMENTS}</b></td>
</tr>
<!-- ELSEIF topicrow.S_POST_STICKY and $TOPIC_STICKY eq 0 -->
<!-- DEFINE $TOPIC_STICKY = 1 -->
<tr>
<td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_STICKY}</b></td>
</tr>
<!-- ELSEIF topicrow.S_TOPIC_TYPE eq 0 and $TOPIC_NORMAL eq 0 -->
<!-- DEFINE $TOPIC_NORMAL = 1 -->
<tr>
<td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_TOPICS}</b></td>
</tr>
<!-- ENDIF --> |
_________________

Last edited by symon on Mon Feb 04, 2008 6:28 pm; edited 2 times in total
|
|
| Back to top |
|
 |
admin (no pm's please) Site Admin


 Virtual Cash: 24210
Joined: 22 May 2005 Posts: 25515
Add Karma
 rated by 214 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
symon Moderator


 Virtual Cash: 34170
Joined: 04 Sep 2005 Posts: 11651
Location: Hampshire,England Add Karma
 rated by 91 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
symon Moderator


 Virtual Cash: 34170
Joined: 04 Sep 2005 Posts: 11651
Location: Hampshire,England Add Karma
 rated by 91 members
Add Comment
Show Comments
 |
Posted: Thu Feb 07, 2008 2:03 pm Post subject: Auto Groups MOD 0.2.2 |
|
|
Requesting this for the sole purpose of placing all new members on moderation until approved. (until i can find a better way)
Auto Groups MOD 0.2.2
Description: This MOD allows administrators to place users into groups automatically, based on the time the user has been registered, the number of posts the user has posted, or the number of warnings the user has been issued.
This MOD is fairly mature, and changes will likely be limited to bug fixes. Some performance enhancements may be added as well.
It can be used as an effective antispam tool when combined with phpBB3's permissions system and moderator queue. A group can be set up to add users when they reach two posts, and users with less than two posts can have their posts placed in the moderator queue. Spam will never make it to your board again.
http://phpbbacademy.com/community...=8e245c9c897b3cbbf87be80a27e36e42 _________________

|
|
| Back to top |
|
 |
admin (no pm's please) Site Admin


 Virtual Cash: 24210
Joined: 22 May 2005 Posts: 25515
Add Karma
 rated by 214 members
Add Comment
Show Comments
 |
Posted: Thu Feb 07, 2008 3:17 pm Post subject: |
|
|
this one might have quite a long wait, no disputing the need for this sort of thing, but it strikes at the heart of phpbb3 and there may be many other contenders in the same area.
What makes it doubly iffy is that it needs database mods. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
|
|
| Back to top |
|
 |
Caden Brewer Craftsman


Virtual Cash: 2250
Joined: 29 Mar 2007 Posts: 400
Add Karma
 rated by 7 members
Add Comment
Show Comments
 |
Posted: Sat Feb 09, 2008 5:49 am Post subject: |
|
|
Some moving text such as marquee and such. _________________
|
|
| Back to top |
|
 |
admin (no pm's please) Site Admin


 Virtual Cash: 24210
Joined: 22 May 2005 Posts: 25515
Add Karma
 rated by 214 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
symon Moderator


 Virtual Cash: 34170
Joined: 04 Sep 2005 Posts: 11651
Location: Hampshire,England Add Karma
 rated by 91 members
Add Comment
Show Comments
 |
Posted: Sat Feb 09, 2008 11:25 am Post subject: |
|
|
| IGT wrote: | | Some moving text such as marquee and such. |
As admin said you clearly dont know, but i will point out , yet again a one line question.
No links to such hack etc etc,, we do not have the time to chase around the net doing your work for you. _________________

|
|
| Back to top |
|
 |
admin (no pm's please) Site Admin


 Virtual Cash: 24210
Joined: 22 May 2005 Posts: 25515
Add Karma
 rated by 214 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
symon Moderator


 Virtual Cash: 34170
Joined: 04 Sep 2005 Posts: 11651
Location: Hampshire,England Add Karma
 rated by 91 members
Add Comment
Show Comments
 |
Posted: Sat Feb 09, 2008 12:05 pm Post subject: |
|
|
MOD Title: Advanced BBCode Box 3 ( aka ABBC3 )
MOD Description: This MOD adds lots of useful BBCode features and makes the bbcode buttons look just like Microsoft Office. It also improves the functions of phpBB's BBCode function. It adds the bbcode exactly where the cursor is, inserts smilies where the cursor is, and adds more ways to customize posts. The MOD is very fast loading, and is a sleek addition to your phpBB3 board.
http://www.phpbb.com/community/viewtopic.php?f=70&t=687885
Again just to point out these are suggestion, i,m not asking for immediate installing , as phpbb3 needs time to settle etc.
Screen shot
http://www.mssti.com/phpbb3/download/MODS/ABBC3_v106_prosilver.gif _________________

|
|
| Back to top |
|
 |
symon Moderator


 Virtual Cash: 34170
Joined: 04 Sep 2005 Posts: 11651
Location: Hampshire,England Add Karma
 rated by 91 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin


 Virtual Cash: 24210
Joined: 22 May 2005 Posts: 25515
Add Karma
 rated by 214 members
Add Comment
Show Comments
 |
Posted: Sat Feb 09, 2008 10:24 pm Post subject: |
|
|
As an aside, 3.0 as I understand it, is not meant to be the "end product" 3.2 is in the works and is a lot more than bug fixes. going off on a tangent with hacks early on might end up being a big mistake!
The portals and web pages are cool as they stand largely outside of the core code. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
|
|
| Back to top |
|
 |
archers-rest Craftsman


 Virtual Cash: 950
Joined: 01 Nov 2006 Posts: 442
Add Karma
 rated by 4 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin


 Virtual Cash: 24210
Joined: 22 May 2005 Posts: 25515
Add Karma
 rated by 214 members
Add Comment
Show Comments
 |
Posted: Sun Mar 02, 2008 12:27 pm Post subject: |
|
|
I really don't know, as you know we have blog style forums on phpbb2 which work reasonably well.
Would people want the same on phpbb3, or would they want something more separate?
I have never liked the idea of seperate myself as I think for blogging to work on a forum it needs tight integration.
But I am certainly loath to make that sort of mod to phpbb3 until things have settled down a lot lot more. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
|
|
| Back to top |
|
 |
Steve B Pupil


Virtual Cash: 280
Joined: 22 Aug 2007 Posts: 32
Location: Australia Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |