#1 Free Forum Host






Post new topic Reply to topic   [ 203 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 9  Next
Custom BBcodes for phpBB3 
Author Message
User avatar

Joined: Sat Jun 16, 2007 11:24 am
Posts: 612
Karma: 0

Location: South...
Post 
BK wrote:
Yeah But what are the code tags?


He meant using the [ code]insert your code[/ code] tags...


Mon Aug 04, 2008 3:18 pm
Profile WWW
User avatar

Joined: Tue Aug 14, 2007 11:53 am
Posts: 987
fDollar: 65 | Donate
Karma: 1

Location: Falmouth, Cornwall, UK
Post 
I do not always like going that way for certain one off things, I would rather just go with one code with nothing to be entered in between the bb code tags

_________________
Regards,
-Ashley.S.


Mon Aug 04, 2008 3:19 pm
Profile WWW

Joined: Sat Jul 26, 2008 7:16 am
Posts: 8
Karma: 0
Post 
Thanks for the help, I got it ;)


Mon Aug 04, 2008 3:24 pm
Profile
User avatar

Joined: Thu Apr 12, 2007 11:58 am
Posts: 3,599
Karma: 0
Post 
BK wrote:
What is the BBCode Usage form for a playlist like this?


If you are only posting your own play list on the board and don't want anything fancy then placing the html code between the bbcode tags should work for you. But there is a little more to it then that. You have to load your bb code tag AND your Html code to your admin panel first.

ACP/Post(tab)/bbcode(link). Then you can post the BBCde in your post or in your forum descriptions.

But before you do that you should have a look at this:
http://phpbb3administration.freeforums. ... ?f=10&t=70

I think you will find it not only helpful in installing but also it will allow your friends to post their players to your board also. Also, it will allow you to highly customize your player to suit your board template ect.

FN


Mon Aug 04, 2008 3:28 pm
Profile

Joined: Sun Jul 27, 2008 6:32 am
Posts: 203
Karma: 0

Location: Ohio
Post 
How can I make edit tags?

Code:
[edit]Test Here[/edit]


This works on other forums.

Thanks

Also, How can I make the hr tags [hr][/hr] so that we can make a dark line or a colored one. Like this code

Code:
[hr]black[/hr]


Mon Aug 04, 2008 4:16 pm
Profile WWW
User avatar

Joined: Thu Apr 12, 2007 11:58 am
Posts: 3,599
Karma: 0
Post 
There are several different Edit bbcodes ready for install here:
http://phpbb3administration.freeforums. ... m.php?f=13


Here is a nice HR code I think you'll like. It has not only color adjustments but also line thickness.
http://phpbb3administration.freeforums. ... ?f=13&t=61

FN


Mon Aug 04, 2008 6:17 pm
Profile

Joined: Sun Jul 27, 2008 6:32 am
Posts: 203
Karma: 0

Location: Ohio
Post 
Thanks, that helped a ton. I picked up a lot of them also.


Tue Aug 05, 2008 6:26 am
Profile WWW
User avatar

Joined: Mon Feb 11, 2008 10:00 am
Posts: 48
Karma: 0
Post 
Is their any way of creating a [poll] BBcode to get polls inside the message sent rather than just at the top of the page. This would enable more than one poll per thread. (might be asking a bit much)

Cheers

_________________
http://shoba.freeforums.org

General talk, Football, Music, mad stuff, etc.


Wed Aug 06, 2008 5:39 am
Profile
User avatar

Joined: Fri Dec 28, 2007 6:59 pm
Posts: 2,107
Karma: 0
Post 
No, that's not possible.

_________________
<a href="http://thejamesbond.org" class="postlink">www.TheJamesBond.org</a>
<a href="http://the-webmasters-resource.info" class="postlink">The Webmasters Resource</a> - learn to code, get website help and much more!


Wed Aug 06, 2008 7:18 am
Profile WWW

Joined: Sat Mar 22, 2008 3:28 pm
Posts: 60
Karma: 0
Post 
:} This provides hope for all of those sites that require you to place a link to their site before they do something for you. Make a custom BBcode for it and don't let the members see it. :)

_________________
My Computer Programming Forum: http://www.programers.co.nr/. We are the third best programming forum according to google and the next slashdot accoding to wikipedia.


Wed Aug 06, 2008 6:17 pm
Profile
User avatar

Joined: Sat Sep 15, 2007 6:45 am
Posts: 311
Karma: 0
Post 
i need alittle help
i have the youtube bbcode set up
but also need one for vimeo
can anyone help?

_________________
Vaughn Whynot


Sun Aug 17, 2008 10:19 am
Profile
User avatar

Joined: Sat Jun 16, 2007 11:24 am
Posts: 612
Karma: 0

Location: South...
Post 
Vaughn Whynot wrote:
i need alittle help
i have the youtube bbcode set up
but also need one for vimeo
can anyone help?


Check here: http://www.phpbb.com/community/viewtopi ... o#p4098035


Sun Aug 17, 2008 2:24 pm
Profile WWW
User avatar

Joined: Thu Apr 12, 2007 11:58 am
Posts: 3,599
Karma: 0
Post 
Vaughn Whynot wrote:
i need alittle help
i have the youtube bbcode set up
but also need one for vimeo
can anyone help?


The Vimeo code is already set up for you here:
http://phpbb3administration.freeforums. ... ?f=13&t=85

You will find ALL video hosts BBCodes listed in that thread.

The one your looking for is at the bottom of the list in the first post.

FN


Sun Aug 17, 2008 5:29 pm
Profile
Valued Contributor
User avatar

Joined: Thu May 08, 2008 4:14 pm
Posts: 14,405
Karma: 5

Location: Pacific NW, USA
Post Custom BBCode for embeddig gamercards in posts/signatures
Okay here is how to make the gamercard custom BBCode for your site:

:arrow: In Posting Tab click on 'add new BBcode'

:arrow: In the BBCode usage box copy and paste this code:

Code:
[gamercard={URL}]{TEXT}[/gamercard]


:arrow: In the HTML Replacement box copy and place this HTML code:

Code:
<embed src="{URL}" classid="{TEXT}" type="application/x-shockwave-flash" width="198" height="135">
</embed>



:arrow: Copy and place the text below into the Help Line Box:

Quote:
[gamercard={URL}]{TEXT}[/gamercard] URL= link to .swf - include the http:// and TEXT = classid


:arrow: Check the Display Box so that other users may see this to use in posts or as signatures.

:arrow: Submit.

So when you place the custom BBCode on your site for your gamercard it looks like this:

Code:
[gamercard=http://card.mygamercard.net/name1+name2.swf]clsid:X27XXX6X-XX6X-11xx-96X8-111223456000[/gamercard]


Explain to users they would have to put in their own URL to their card and the classid in the text area.

_________________
Thank you for using FreeForums.org
Stormy
Support Team

I would prefer that your support issue be posted on the support forum for quicker response.
*** FreeForums.org phpBB3 Tutorials ***
[1] Basic Permissions -- [7] Custom BBCodes ------ [13] Change Language
[2] Uploading a Logo --- [8] Online/Offline Status - [14] Counter
[3] Avatars ------------- [9] Who is Online ---------- [15] iPortal
[4] Making a Catogory - [10] Deleting an Account -- [16] Parking Domain Name
[5] Making a Forum ---- [11] Forum Images -------- [17] Quick Reply
[6] Ajax Chat----------- [12] Colored Name -------- [18] Utility Box


Tue Aug 19, 2008 5:04 pm
Profile
User avatar

Joined: Thu Apr 12, 2007 11:58 am
Posts: 3,599
Karma: 0
Post 
Actually Stormy,..it should probably be done more like this:

BBCode:
Code:
[GamerCard]{TEXT1} {TEXT2}[/GamerCard]

HTML Replacement:
Code:
<embed src="http://card.mygamercard.net/{TEXT1}.swf" classid="clsid:{TEXT2}" type="application/x-shockwave-flash" width="198" height="135"></embed>

Usage:
Code:
[GamerCard]Name ID#[/GamerCard]


Code breakdown:

<embed src="http://card.mygamercard.net/Zpop.swf" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" type="application/x-shockwave-flash" width="198" height="135"></embed>
In Blue is the name and in red is their ID#

Taking the entire URL is not necessary when they can simply use their name. This eliminates a lot of mistakes when clients use the tag. (Most already know their name) and making the tag with an "=" is not very popular as it leaves the BBCode button a little messy in most peoples opinion, So unless it can't be done any other way you should leave the "=" out.
You can shorten the Classid by only using the part of the code that is significant to the individual user. So you can leave out the "clsid:" in the code. Although it will work with the entire Classid if you feel that its easier for your clients to understand.

This leaves the code as light as possible for the user.

Now all they have to do is place their name, a space, and their ID# between the tags and their done.
Example:

Code:
[GamerCard]Zpop D27CDB6E-AE6D-11cf-96B8-444553540000[/GamerCard]


The name of the BBCode tag could also be shortened to save space if your going to include it in your BBCode buttons to [GCard], It makes the buttons smaller. But you will have to add a help line if you abbreviate buttons. ;)

FN


Tue Aug 19, 2008 6:59 pm
Profile

Joined: Sat Mar 17, 2007 1:11 pm
Posts: 145
Karma: 0
Post 
Hi! I'd like a bbc code to embed slideshows in posts. My users like to post pics of their kids and such and we used sites like rockyou.com and slide.com , as well as picasa and photo bucket, to post these.
Anyway, I've tried the HTML to BBCode conversion sites and I can't seem to get them to do anything but link to the page where the pictures are kept. We want it to actually show the pictures. Any help would be appreciated. Thanks in advance!


Wed Aug 20, 2008 10:24 am
Profile

Joined: Sat May 03, 2008 10:54 am
Posts: 135
fDollar: 43 | Donate
Karma: 0
Post 
Thanks for posting this. With this, I was able to figure out how to make a smiley bb code so my members will be able to use the names of our existing smilies. Everyone has their favorite smilies and some won't be able to be included when we upgrade.

I uploaded everything to a photobucket account and now they will just have to type in the name of the gif file (which is the smiley) name and the smiley shows up.

It's not perfect, but it will hep give access to a bunch more smilies. We have several birthday smilies, for example, and everyone has their favorites.


Sat Aug 23, 2008 11:56 pm
Profile

Joined: Tue Mar 06, 2007 10:54 am
Posts: 105
Karma: 0
Post 
Blinking Text

BBCode

Code:
[blink]{TEXT}[/blink]



HTML replacement box

Code:
<blink>{TEXT}</blink>


Help line box

Code:
Blinking Text



Strikeout Text

BBCode

Code:
[s]{TEXT}[/s]



HTML replacement box

Code:
<span style="text-decoration:line-through">{TEXT}</span>


Help line box

Code:
Stikeout Text

_________________
Andy
Image


Mon Aug 25, 2008 4:48 pm
Profile

Joined: Tue Aug 26, 2008 10:16 am
Posts: 1
Karma: 0

Location: West Mids, England
Post 
Jeroen wrote:
Can we also make a thing, like only moderators can use that button to write a warning in a special box in a post.
Do you understand me?

For example when a topic is locked by a moderator: (in Dutch):

Image

Translation:
This topic is locked by a moderator
Reason: here you can put the reason
This is an automatic lockpost

Don't know exactly how to translate :P


We use this code on our forum:

BB Code: [lockreason]{TEXT}[/lockreason]

HTML Replacement:
Code:
<TABLE width="100%" FRAME="Box" bgcolor="FF6666">
<TR>
<TD width="20%"><center><img src="http://citizenship.freeforums.org/styles/proglass/imageset/topic_read_locked.gif" alt="Locked"></center></TD>
<TD width="80%"><B>This topic has been locked.</B></BR></BR>

<B>Reason:</B> {TEXT}</BR>
This is an automatic lockpost.</TD></TR></TABLE>


Make sure that 'Display on posting page' is unchecked.


Tue Aug 26, 2008 10:24 am
Profile
User avatar

Joined: Thu Apr 12, 2007 11:58 am
Posts: 3,599
Karma: 0
Post 
Image

You can find this fully customizable moderator set here:
http://phpbb3administration.freeforums. ... h-t88.html

Have fun with them :D

~FN~


Wed Aug 27, 2008 1:54 am
Profile

Joined: Fri Aug 29, 2008 2:54 pm
Posts: 7
Karma: 0
Post 
How can i add a radio station to my forum


Fri Aug 29, 2008 4:09 pm
Profile

Joined: Wed Dec 12, 2007 11:36 pm
Posts: 81
fDollar: 4 | Donate
Karma: 0
Post 
Great topic! Much thanks to everyone and all their BBcode and HTML skills - as I have none!

_________________
why_spyder
The Xtreme Racers
http://thextremeracers.freeforums.org/


Sun Aug 31, 2008 7:40 pm
Profile WWW

Joined: Thu Apr 24, 2008 8:15 pm
Posts: 334
fDollar: 260 | Donate
Karma: 0
Post Youtube Code
Van1lla wrote:
Try this one:

BBcode:
Code:
[YouTube]{TEXT}[/YouTube]


HTML:
Code:
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/{TEXT}" width="425" height="350">
    <param name="movie" value="http://www.youtube.com/v/{TEXT}" />
    <param name="wmode" value="transparent" />
    </object>


Help Line:
Code:
Enter the video ID string - The video ID string is the part after v= in the URL


I have done this and I still can't get it to work. I am new to learning this so what else do I need to do?

I want to make it as easy as possible for all to embed videos in the post.

Thanks for your help!

Frank


Mon Sep 01, 2008 6:14 am
Profile WWW

Joined: Wed Dec 12, 2007 11:36 pm
Posts: 81
fDollar: 4 | Donate
Karma: 0
Post 
Is there a BBCode for making links in a first post to scroll down the page to a following post instead of opening them in a new window.

Example:

I have links to car tunes in my initial post that link to posts down the page. When I click on the links it takes me to a new window (or tab in IE 7 if I want) - I'd like it to just scroll down the page instead.

_________________
why_spyder
The Xtreme Racers
http://thextremeracers.freeforums.org/


Mon Sep 01, 2008 10:45 am
Profile WWW

Joined: Sun Jul 27, 2008 6:32 am
Posts: 203
Karma: 0

Location: Ohio
Post 
How can I add anchors to my posts, so I can click a link and it will go down to the anchor. With anchors on this other forum, you can link to the middle of posts.


Mon Sep 01, 2008 11:52 am
Profile WWW
Display posts from previous:  Sort by  
Post new topic Reply to topic   [ 203 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 9  Next



Who is online

Users browsing this forum: No registered users and 43 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Hosted by FreeForums.org | Create a free forum | Powered by phpBB
About FreeForums | Advertisers | Investors | Legal | Contact


Copyright © 2012 FreeForums.org All rights reserved.
Style by FreeForums.org.