Question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
davidppppppppppp
Forum Newbie
Posts: 13
Joined: Mon Jul 03, 2006 9:31 pm

Question

Post by davidppppppppppp »

I use phpbb on my website. I noticed that the site owner here has added the PHP button option to the menu above that creates the php tags.

How did you add or display a button option?

Thanks
David
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

It's a mod.
davidppppppppppp
Forum Newbie
Posts: 13
Joined: Mon Jul 03, 2006 9:31 pm

Post by davidppppppppppp »

I added a function to my board.

I haven't figured out yet how to add a button that will automatically place the tags when clicked, so I'm having to type them in manually.

I'll figure it out eventually.
Citizen
Forum Contributor
Posts: 300
Joined: Wed Jul 20, 2005 10:23 am

Post by Citizen »

Your best bet would be to look at sites for your particular forum to find a mod like it. Its fairly common.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

As a side note, can you use a more descriptive title than 'Question' next time? Few people will bother opening a thread that doesn't at least give them some indication as to what it is about. Thanks.
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.
davidppppppppppp
Forum Newbie
Posts: 13
Joined: Mon Jul 03, 2006 9:31 pm

Post by davidppppppppppp »

You're right about using a more descriptive subject, but I couldn't think of a short way to describe the question.

I'll look in the phpbb files until I find where the other buttons are located and add mine.
Post Reply