MyBB Community Forums

Full Version: Default Post Style [v 1.0]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What ?
1. With This Plugin Users Will be Able to Set Their Default Post Style.
2. Comes with 3 settings.
3. Of course , an Enable / Disable option.
4. User Groups Permission, You can set which User Group to use Default Post Style.
5. Forums Permission, You can select Forum IDs where above User Groups allowed to use Default Post Style.
6. You can select multiple User Groups and Forum IDs by separating each with a comma.
7. After Activation, a link Added to User Control Panel of Above User Groups. The link lead to another Formatting Page where Users of above User Groups can Use BB Code to use on Selected Forum IDs. The BBcode will then Format all their Posts in those selected Forums.

Future Plans:
>>> A Language Compatibility. I have a very little time to make an Language file just for now, so for now their is NO Language available. (Default Language is English USA)
>>> Default Formatting Page is without any Text Editor. Next Versions will come up with a Built in Text Editor. Smile


Screenshots:
[Image: attachment.php?aid=8]
[Image: attachment.php?aid=9]
[Image: attachment.php?aid=10]
[Image: attachment.php?aid=11]

License:
http://www.mybbplugins.net/license.php

Read Me:
A "READ ME.txt" file attached inside the folder.

Download:
Download From Mods Site: http://mods.mybb.com/view/default-post-style
Alternatively, you can download from: http://forum.mybbplugins.net/showthread.php?tid=38

Thank You !
sounds like what i've been looking for, but it still hasnt been approved yet?

i signed up on the other site to download this, but it doesnt seem to be working because the file was 0kb and the zip was empty.
Hi Grinch,

Above post has been updated. Now you can download from MODS site.
Installed But Where to install That code? In User Cp not have any box to type Code Explain Clearly!
wating..................!
(2010-08-24, 03:48 PM)chandu4money Wrote: [ -> ]Installed But Where to install That code? In User Cp not have any box to type Code Explain Clearly!
wating..................!

same problem. i cant find where to set up the styles either.

i been having a problem with 1.6 plugins not updating the templates. So authors are going to need to provide template edit instructions.

looking at the php file i found this link
forums/usercp.php?action=dps

it looks like this, which im not sure if its how its meant to look?
[Image: userstyle.jpg]
I just noticed that the quoted posts will have the formatting to, can you please prevent it from doing that?
Thanks shahaab
noticed another bug, doesnt work in all forums, even if you have the number inputted.

What would be easier if all forums were enabled by default, but you had to manually enter the forums to exclude. Since there will be far less.
This is a good idea and everything, but you should of did a beta test before you released this.
Sorry Users, I didn't visit the forum and I didn't read your replies. I apologize for any in conveyance.


(2010-08-26, 04:38 PM)JonathanP Wrote: [ -> ]This is a good idea and everything, but you should of did a beta test before you released this.

I am currently setting up a new forum, after finishing and managing, I will released another advanced version of this.


(2010-08-26, 03:53 PM)The Grinch Wrote: [ -> ]noticed another bug, doesnt work in all forums, even if you have the number inputted.

What would be easier if all forums were enabled by default, but you had to manually enter the forums to exclude. Since there will be far less.

Hi Grinich, Sorry for the bug. I will look into this and try to resolve the issue if found.
Sorry , I just noticed the bug. Yes. Sad It didn't restricting certain forums. I will released a fixed version after managing my forum.


(2010-08-24, 04:26 PM)The Grinch Wrote: [ -> ]
(2010-08-24, 03:48 PM)chandu4money Wrote: [ -> ]Installed But Where to install That code? In User Cp not have any box to type Code Explain Clearly!
wating..................!

same problem. i cant find where to set up the styles either.

i been having a problem with 1.6 plugins not updating the templates. So authors are going to need to provide template edit instructions.

looking at the php file i found this link
forums/usercp.php?action=dps

it looks like this, which im not sure if its how its meant to look?
[Image: userstyle.jpg]
I just noticed that the quoted posts will have the formatting to, can you please prevent it from doing that?

Open User Control Panel templates > usercp_nav_misc > find:

</tbody>

add just before this.

<tr>
<td class="trow1 smalltext">
<img src="images/dps.png">&nbsp;&nbsp;<a href="usercp.php?action=dps">Default Post Styling</a>
</td>
</tr>

Hope it helps.