Jump to content

Customizing Subsilver


qman

Recommended Posts

In the subsilver file I know that the overall_header file controls the very top of the page.

The overall_footer file controls the very bottom.

 

Which file applies to the middle beginning with

the table that has

 

You last visited on 28 Aug 2005 07:36 pm

The time now is 28 Aug 2005 11:00 pm

 

to the left and

 

View posts since last visit

View your posts

View unanswered posts

 

the right?

 

Does anyone know which file contains those lines? they don't seem to be in the overall_header.

 

Thanks

 

James

Link to comment
Share on other sites

Don,

 

Let me rephrase my question.

What I am trying to do is find the table that those items are in.

 

Do you know where that is?

 

Thanks

 

James

 

 

 

 

 

 

 

 

Look in lang/en/lang_global.php

for invision forum

 

its easier if you download your forum folder

and searh and edit on your computer.

Link to comment
Share on other sites

look in

includes/page_header.php

around line 346

$template->assign_vars(array(

'SITENAME' => $board_config['sitename'],

'SITE_DESCRIPTION' => $board_config['site_desc'],

'PAGE_TITLE' => $page_title,

'LAST_VISIT_DATE' => sprintf($lang['You_last_visit'], $s_last_visit),

'CURRENT_TIME' => sprintf($lang['Current_time'],

 

but I would be very careful modifying template files.

Link to comment
Share on other sites

Don

I found it and got it to work.

Check it out.

 

http://quillian.net/bboard/

 

I took part of what was in the overall_header and put it into the inxdexbody.

I think it is a more effecient use of space this way.

 

Thanks

 

James

 

 

 

look in

includes/page_header.php

around line 346

$template->assign_vars(array(

'SITENAME' => $board_config['sitename'],

'SITE_DESCRIPTION' => $board_config['site_desc'],

'PAGE_TITLE' => $page_title,

'LAST_VISIT_DATE' => sprintf($lang['You_last_visit'], $s_last_visit),

'CURRENT_TIME' => sprintf($lang['Current_time'],

 

but I would be very careful modifying template files.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...