also for the preview button, do I just delete that code?
also, where is posting_editor.html?
Many, MANY questions regarding preference changes to phpBB3
Forum rules
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
- 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
http://phpbb.org.in/doc/nav.html?_functions/index.htmlquack wrote:Cherokee Red: For #2, what about the other places? Do you know where else?
Scroll down and slick on meta_refresh()
OPEN: includes/functions.phpquack wrote:For #3, that is not what I meant, I meant the actual text "Registered users:", not the user group
FIND:
Code: Select all
if ($forum_id === 0)
{
$online_userlist = $user->lang['REGISTERED_USERS'] . ' ' . $online_userlist;
}
Code: Select all
if ($forum_id === 0)
{
// $online_userlist = $user->lang['REGISTERED_USERS'] . ' ' . $online_userlist;
$online_userlist = $online_userlist;
}
As I said, i assumed you used prosilverquack wrote:For #4: I can't seem to find it. Here is what is in the file:
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
ACP -> General Tab -> Board Settingsquack wrote:Also, where do I go in the ACP to edit date formatting?
Yesquack wrote:also for the preview button, do I just delete that code?
styles/YOUR_TEMPLATE_NAME/template/posting_editor.htmlquack wrote:also, where is posting_editor.html?
Kenny
I'm a web-designing code-decrypting tech-support musician
|| Twitter || Flickr || phpBB Snippets ||
Formerly known as cherokee red
|| Twitter || Flickr || phpBB Snippets ||
Formerly known as cherokee red
Re: Many, MANY questions regarding preference changes to phpBB3
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...
For #3, what you suggested was a success
...getting to the rest later...