Admin Comment Mod[In DEV][ALPHA-Available-Page 3]

MOD Authors: Discuss and post updates on new MODs in development for phpBB3, Receive feedback and Feature requests for MODs in development.

To submit your MOD or style, go to the STG MOD Manager
Forum rules
go to the STG MOD Manager to post your MOD in development.
Discuss and receive feedback for any MOD in development for phpBB3.
Suggest features for MODs in development.

No Support or MOD Requests
-- exceptions for MODs only posted here as Beta or Alpha.
Support requests for a MOD should be requested in the respective MOD topic.

Admin Comment Mod[In DEV][ALPHA-Available-Page 3]

Postby T50Webmaster » 15 Apr 2007, 15:45

This Mod gives the Admin and other users with the permission to post Administrative comments
for example go to http://www.experts-exchange.com

So far all I have is the Administraive Comment picture. Which I am planning on putting this as the comments background, but I can't seem to find the place to put this in the code,
I want it so the user has the option to post it as administrative or normal. Somehow It has to be the WHOLE post background, i don't know how I would do that. Since the regular post's background is set by something, and i tried to put it as the background for the .postbody style thing for testing but it only shows it under the text area not the whole area, Plus if there is a big gap then it simply puts on another one, same for the sig. part
Last edited by T50Webmaster on 20 Apr 2007, 09:14, edited 2 times in total.
pssst...I heard that!!!
Free and paid webhosting
Busy with life, just IM me, or PM me at 110mb.com/forum

Webmaster of a Northeast Wisconsin Boy Scout Troop Website, http://bsat50.info
T50Webmaster    
MOD Author
MOD Author
 
Posts: 629
Joined: 26 Mar 2007, 11:09
Location: Right where my Butt IS!!!
Favorite Team: phpbb
Gender: Male
phpBB Knowledge: 3




phpBB Academy at StarTrekGuide
Support STG
Using PayPal Donate

Re: Admin Comment Mod[In DEV]

Postby T50Webmaster » 15 Apr 2007, 19:10

Bump

I am stuck at this point, got some ideas POST them!!
pssst...I heard that!!!
Free and paid webhosting
Busy with life, just IM me, or PM me at 110mb.com/forum

Webmaster of a Northeast Wisconsin Boy Scout Troop Website, http://bsat50.info
T50Webmaster    
MOD Author
MOD Author
 
Posts: 629
Joined: 26 Mar 2007, 11:09
Location: Right where my Butt IS!!!
Favorite Team: phpbb
Gender: Male
phpBB Knowledge: 3

Re: Admin Comment Mod[In DEV]

Postby Sniper_E » 15 Apr 2007, 21:01

Is there an example somewhere out there we can see?

[style].tablebg1 {width: 70%;border-spacing:1px 1px;margin-left:auto;margin-right:auto;} td.center {text-align:center;} td.gensmall2 {font-size:10px; height:12px;}[/style]
Administrative Comment:
Attention everyone.... I have an anouncement to make!
ImageImageImage
I would like to help but I'm not sure how you would do this.


You want any user to be able to make an administrator comment? You could make a bbcode to do this easily.
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!
User avatar
Sniper_E    
STG Jedi Master
STG Jedi Master
 
Posts: 6984
Joined: 31 May 2006, 06:29
Location: Shreveport, LA
Favorite Team: The STG Team
Gender: Male
phpBB Knowledge: 6

Re: Admin Comment Mod[In DEV]

Postby Sniper_E » 16 Apr 2007, 10:49

T50Webmaster.... why don't you just make a bbcode to post notes into your topics that everyone can use.

Goto ACP > Posting and create a new bbcode.
Code: Select all
// bbcode

[note]{TEXT}[/note]

// html replacement

<br /><span class="<!-- IF postrow.S_ROW_COUNT is even -->row1<!-- ELSE -->row2<!-- ENDIF -->" width="80%"><b>Note to All Members:</b> {TEXT}</span><br />
Just make the row# the opisite of the existing row# this way.
Then anyone can add a note to a post by typing in their post:

[note]Go here for instructions: posting.php?mode=reply&f=39&t=2004[/note]
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!
User avatar
Sniper_E    
STG Jedi Master
STG Jedi Master
 
Posts: 6984
Joined: 31 May 2006, 06:29
Location: Shreveport, LA
Favorite Team: The STG Team
Gender: Male
phpBB Knowledge: 6

Re: Admin Comment Mod[In DEV]

Postby T50Webmaster » 16 Apr 2007, 13:36

I guess i wasn't ver clear on this, I want it so users cannot manipilate it and post administrative comments, I would like it only be availible to maderators and admins plus a few users which are moderators in certin catergories, I want it to be something that stands out from the rest and has authority in it.
pssst...I heard that!!!
Free and paid webhosting
Busy with life, just IM me, or PM me at 110mb.com/forum

Webmaster of a Northeast Wisconsin Boy Scout Troop Website, http://bsat50.info
T50Webmaster    
MOD Author
MOD Author
 
Posts: 629
Joined: 26 Mar 2007, 11:09
Location: Right where my Butt IS!!!
Favorite Team: phpbb
Gender: Male
phpBB Knowledge: 3

Re: Admin Comment Mod[In DEV] STUCK

Postby T50Webmaster » 16 Apr 2007, 18:40

Ok, If this is possible i want to use BBcode, I want the pic I have to be the background for the post SIDE TO SIDE TOP TO BOTTOM, all the same picture, and have it not just be under the text but under the whole thing instead.
Also I want to be able to give only certain users permissions to use it.
pssst...I heard that!!!
Free and paid webhosting
Busy with life, just IM me, or PM me at 110mb.com/forum

Webmaster of a Northeast Wisconsin Boy Scout Troop Website, http://bsat50.info
T50Webmaster    
MOD Author
MOD Author
 
Posts: 629
Joined: 26 Mar 2007, 11:09
Location: Right where my Butt IS!!!
Favorite Team: phpbb
Gender: Male
phpBB Knowledge: 3

Re: Admin Comment Mod[In DEV] STUCK

Postby geoffreak » 16 Apr 2007, 19:43

T50Webmaster wrote:Ok, If this is possible i want to use BBcode, I want the pic I have to be the background for the post SIDE TO SIDE TOP TO BOTTOM, all the same picture, and have it not just be under the text but under the whole thing instead.
Also I want to be able to give only certain users permissions to use it.

I don't know that much about the bbcode system but I can tell you how place a picture as a background for a post.

first you need a new style class in one of the style's html files:
Code: Select all
<style type="text/css">
.
myclass {
background-image: {MY_IMAGE};
}
</
style>

{MY_IMAGE} needs to be the image source.

next you need to mess with includes/bbcode.php to choose permissions of some sort

finally, you need to mess with styles/.../template/viewtopic_body.html to display the background image when appropriate.


I know this information is very vague but its all I know how to do with the bbcode system... :(
Earthlings, we have been watching you for years, and now we know your primitive language, so listen: All your base are belong to us.
Anime Bite - Your future #1 source for all things anime and manga!My Blog
User avatar
geoffreak    
Supporter
Supporter
 
Posts: 663
Joined: 17 Mar 2007, 21:52
Location: The Internets
Favorite Team: phpBB
Gender: Male
phpBB Knowledge: 9

Re: Admin Comment Mod[In DEV] STUCK

Postby T50Webmaster » 16 Apr 2007, 20:31

Thanks Geoffreak
I will look into it in the morning got to go catch some Z's
pssst...I heard that!!!
Free and paid webhosting
Busy with life, just IM me, or PM me at 110mb.com/forum

Webmaster of a Northeast Wisconsin Boy Scout Troop Website, http://bsat50.info
T50Webmaster    
MOD Author
MOD Author
 
Posts: 629
Joined: 26 Mar 2007, 11:09
Location: Right where my Butt IS!!!
Favorite Team: phpbb
Gender: Male
phpBB Knowledge: 3

Re: Admin Comment Mod[In DEV]

Postby T50Webmaster » 17 Apr 2007, 09:10

Sniper_E wrote:Is there an example somewhere out there we can see?

[style].tablebg1 {width: 70%;border-spacing:1px 1px;margin-left:auto;margin-right:auto;} td.center {text-align:center;} td.gensmall2 {font-size:10px; height:12px;}[/style]
Administrative Comment:
Attention everyone.... I have an anouncement to make!
ImageImageImage
I would like to help but I'm not sure how you would do this.


You want any user to be able to make an administrator comment? You could make a bbcode to do this easily.


Sniper I think you might Have something with that above!
Just need to make it so the bar color is golden yellow and then get rid of the top and bottom row things and then put my image as the background of it then just type over it in bold
pssst...I heard that!!!
Free and paid webhosting
Busy with life, just IM me, or PM me at 110mb.com/forum

Webmaster of a Northeast Wisconsin Boy Scout Troop Website, http://bsat50.info
T50Webmaster    
MOD Author
MOD Author
 
Posts: 629
Joined: 26 Mar 2007, 11:09
Location: Right where my Butt IS!!!
Favorite Team: phpbb
Gender: Male
phpBB Knowledge: 3

Re: Admin Comment Mod[In DEV] STUCK

Postby T50Webmaster » 17 Apr 2007, 09:13

[style].tablebg1 {width: 90%;border-spacing:1px 1px;margin-left:auto;margin-right:auto;} td.center {text-align:center;} td.gensmall2 {font-size:10px; height:12px;}[/style]


Administrative Comment:
[bg=red]TEXT HERE IMAGE AS BACKGROUND[/bg]

something like that but the top bar color changed to red or yellow

edit just a test
got to get to class
Last edited by T50Webmaster on 17 Apr 2007, 15:52, edited 20 times in total.
pssst...I heard that!!!
Free and paid webhosting
Busy with life, just IM me, or PM me at 110mb.com/forum

Webmaster of a Northeast Wisconsin Boy Scout Troop Website, http://bsat50.info
T50Webmaster    
MOD Author
MOD Author
 
Posts: 629
Joined: 26 Mar 2007, 11:09
Location: Right where my Butt IS!!!
Favorite Team: phpbb
Gender: Male
phpBB Knowledge: 3

Next

Return to MODs in Development

Who is online

Users browsing this forum: psbot [Picsearch] and 17 guests