|
|
| Author |
Message |
wonfineday
New User
Joined: 07 Aug 2009
Posts: 8
|
Posted: August 7th 2009, 12:11 pm Post subject: How to create a MOD that adds btn ala social bookmarking |
|
|
I'd like to create a simple MOD, that any phpBB admin can take and re-use on his board.
The MOD needs to do something very simple: essentially add a button (similar to the social bookmark buttons) next to each user post. The button will be linking to http://go.roohit.com
Here's a screenshot mockup of what I'd like to accomplish http://roohit.com/images/forumsPen2.gif
I can't imagine a MOD like this could take more than a few minutes to put together... any help or pointers on where to start, sample code, whatever will all be MUCH APPRECIATED.
Thank You.
Last edited by wonfineday on August 13th 2009, 5:05 pm; edited 1 time in total |
|
| Back to top |
|
 |
Thoul
VIP

Joined: 30 Jul 2002
Posts: 18040
Location: USA
|
|
| Back to top |
|
 |
Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
wonfineday
New User
Joined: 07 Aug 2009
Posts: 8
|
Posted: August 13th 2009, 5:07 pm Post subject: All that I want to do is add an image with a link |
|
|
This has got to be trivial... I'm just such a phpBB noobie
All that I want to do is add an image with a link.
One of you smart guys/gals must be reading this?? |
|
| Back to top |
|
 |
Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
wonfineday
New User
Joined: 07 Aug 2009
Posts: 8
|
Posted: August 14th 2009, 3:49 pm Post subject: |
|
|
Patrick thanks for your response, I will try what you suggested HOWEVER this doesn't work for newbie Forum Admins.
What we need is a 1-click install. Y'know the kind that any Forum Admin can click and it will go do it's thing (whihc is really just adding this code in the viewtopic.html). It needs to be as simple as that.
My application is a highlighter so Forum user's can easily highlights parts of the web-page without having to leave the page they are on, no signup, no installation. just plain old brain-dead
Makes sense?
Click this link to highlight this posting: http://go.roohit.com
<a id="roohitBtn" href="http://go.rooh.it" title="Highlight It"><img src="http://roohit.com/images/btns/hlThisPage.png" alt="Highlight It" style="border:none;"></img></a><script type="text/javascript" src="http://roohit.com/site/btn.js"></script> |
|
| Back to top |
|
 |
Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
wonfineday
New User
Joined: 07 Aug 2009
Posts: 8
|
Posted: August 15th 2009, 12:13 pm Post subject: |
|
|
Right - documenting is good, but it should AutoInstall.
Am I missing something here?  |
|
| Back to top |
|
 |
lumpy burgertushie
Dedicated User

Joined: 05 Apr 2008
Posts: 589
|
Posted: August 17th 2009, 8:41 pm Post subject: |
|
|
yes, you are .
hacks/MODs for phpbb are not just simply one click installs.
someone will have to write up all the code changes etc. into a specific format to be able to be installed with the AUTOMOD installer that is still in beta for phpbb3.
Then, each board owner would have to first install AUTOMOD, then use it to install whatever other MODs they want to use.
phpbb is very easy to use and very easy to customize, but it does assume a certain level of
knowledge about how to do basic website type things.
robert _________________ here is my sig file....... |
|
| Back to top |
|
 |
|