Search found 280 matches

by bolverk
Wed Feb 04, 2009 2:17 am
Forum: phpBB 3.0.x Support
Topic: Why does PHPBB forums not allow centering in posts?
Replies: 22
Views: 20913

Re: Why does PHPBB forums not allow centering in posts?

In your ACP -> Posting -> BBCode page does the entry for the center bbcode look like this? see attached image
bbcode_center.png
(27.11 KiB) Downloaded 135 times
by bolverk
Wed Feb 04, 2009 2:06 am
Forum: phpBB 3.0.x Support
Topic: Why does PHPBB forums not allow centering in posts?
Replies: 22
Views: 20913

Re: Why does PHPBB forums not allow centering in posts?

Works on all my boards.... can you post the code exactly as you have entered it in the custom bbcode page and then in a codebox the text of a post where you tried to use the bbcode?
by bolverk
Wed Feb 04, 2009 1:59 am
Forum: phpBB 3.0.x Support
Topic: SOLVED: Delete "ignore member" from profiles
Replies: 7
Views: 8975

Re: Delete "ignore member" from profiles

I have no idea what style you are using but if it's prosilver based then open up memberlist_view.html and find and remove the following line of code:

Code: Select all

<dt>&nbsp;</dt> <dd><a href="{U_ADD_FOE}"><strong>{L_ADD_FOE}</strong></a></dd>
by bolverk
Wed Feb 04, 2009 1:51 am
Forum: phpBB 3.0.x Support
Topic: Fresh install no post icons
Replies: 2
Views: 4309

Re: Fresh install no post icons

Go to your UCP -> Board preferences -> My language and tell us what is listed please. If not British English, change to that and then see if Post icons appear.
by bolverk
Wed Feb 04, 2009 1:47 am
Forum: phpBB 3.0.x Support
Topic: A Couple Of Queries
Replies: 18
Views: 18582

Re: A Couple Of Queries

dr. sarf wrote:I do not appear to have the option when logging in to retrieve a password/resend activation email.
In ACP -> Email settings what do you have
Enable board-wide e-mails:
If this is set to disabled no e-mails will be sent by the board at all.
set to?
by bolverk
Wed Feb 04, 2009 1:43 am
Forum: phpBB 3.0.x Support
Topic: Why does PHPBB forums not allow centering in posts?
Replies: 22
Views: 20913

Re: Why does PHPBB forums not allow centering in posts?

You can, just add a custom BBCode, ACP -> Posting -> BBcodes -> Add

BBCode:

Code: Select all

    [center]{TEXT}[/center]
HTML replacement:

Code: Select all

    <div style="text-align:center;">{TEXT}</div>
by bolverk
Wed Feb 04, 2009 1:38 am
Forum: phpBB 3.0.x Support
Topic: Change default for posts to Descending order?
Replies: 9
Views: 11877

Re: Change default for posts to Descending order?

UCP -> Board preferences -> Edit Display Options -> Display topic order & Display post order are user configurable.
by bolverk
Wed Feb 04, 2009 1:25 am
Forum: phpBB 3.0.x Support
Topic: moving posts
Replies: 2
Views: 4169

Re: moving posts

Yes it is possible. Moving topics/splitting posts are part of the default Mod tools. Look in the Quick Mod tools drop down menu (usually found at the bottom of a topic view page) for your options.
by bolverk
Mon Feb 02, 2009 6:24 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: Random quote in header
Replies: 6
Views: 17814

Re: Random quote in header

Scroll down to the PHP section of this document.
by bolverk
Mon Feb 02, 2009 5:52 pm
Forum: phpBB 3.0.x Support
Topic: Emails when Account is Activated
Replies: 9
Views: 99430

Re: Emails when Account is Activated

robdocmagic wrote:When I use the ACP approach I never get the email.
Last I knew, activating a user from within the ACP does not generate an email. <-by design