Many, MANY questions regarding preference changes to phpBB3

Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Forum rules
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
quack
Registered User
Posts: 10
Joined: Mon Feb 09, 2009 8:18 pm

Re: Many, MANY questions regarding preference changes to phpBB3

Post by quack »

also for the preview button, do I just delete that code?

also, where is posting_editor.html?

User avatar
stickerboy
Registered User
Posts: 94
Joined: Fri Jun 04, 2004 3:05 pm
Location: Scotland
Contact:

Re: Many, MANY questions regarding preference changes to phpBB3

Post by stickerboy »

quack wrote:Cherokee Red: For #2, what about the other places? Do you know where else?
http://phpbb.org.in/doc/nav.html?_functions/index.html
Scroll down and slick on meta_refresh()
quack wrote:For #3, that is not what I meant, I meant the actual text "Registered users:", not the user group
OPEN: includes/functions.php
FIND:

Code: Select all

    if ($forum_id === 0)
    {
        $online_userlist = $user->lang['REGISTERED_USERS'] . ' ' . $online_userlist;
    } 
REPLACE WITH:

Code: Select all

    if ($forum_id === 0)
    {
//        $online_userlist = $user->lang['REGISTERED_USERS'] . ' ' . $online_userlist;
        $online_userlist = $online_userlist;
    } 
quack wrote:For #4: I can't seem to find it. Here is what is in the file:
As I said, i assumed you used prosilver ;) Look for {forumrow.LAST_POSTER_FULL}
quack wrote:For #7, where do I type the path where I uploaded the image?
cherokee red wrote:You can add an image to your rank in your ACP -> Users & Groups -> Manage Ranks. Just make sure you upload an image and the type the file path in when you edit/create a rank
quack wrote:Also, where do I go in the ACP to edit date formatting?
ACP -> General Tab -> Board Settings
quack wrote:also for the preview button, do I just delete that code?
Yes
quack wrote:also, where is posting_editor.html?
styles/YOUR_TEMPLATE_NAME/template/posting_editor.html

Kenny :)
I'm a web-designing code-decrypting tech-support musician
|| Twitter || Flickr || phpBB Snippets ||
Formerly known as cherokee red

quack
Registered User
Posts: 10
Joined: Mon Feb 09, 2009 8:18 pm

Re: Many, MANY questions regarding preference changes to phpBB3

Post by quack »

For #2, I changed the number to 1 and the redirect time is still the same.

For #3, what you suggested was a success :)

...getting to the rest later...

Locked