The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Move view posts, delete current date time

3 posters

Go down

In progress Move view posts, delete current date time

Post by Suuki November 24th 2011, 12:01 am

Sorry if this was already posted before, I looked everywhere, I just can't seem to find the answer.

Here is a screenshot.
Move view posts, delete current date time Zdertj10

I would like to move view posts ect. below the forum categories. right now its on top. And I would like to delete current date/time. Can someone help me with this?'

I'm running on PHPBB2, thanks. Smile
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

In progress Re: Move view posts, delete current date time

Post by Nera. November 24th 2011, 2:21 pm

Hello,

To delete this delete this from your index_box:

Your last visit was on Thu 24 Nov 2011 - 10:28
Current date/time is Thu 24 Nov 2011 - 14:06

Code:
<!-- BEGIN switch_user_logged_in -->
         <span class="gensmall">{LAST_VISIT_DATE}<br />
         {CURRENT_TIME}<br />
         </span>
         <!-- END switch_user_logged_in -->

Save and publish.

To move this below the categories:

View posts since last visit
View your posts
View unanswered posts

Find and CUT this part from your index_box template, save and publish.

Code:
         <!-- BEGIN switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
         <!-- END switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>

Paste it to your index_body just before this:

Code:
<a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />

Save and publish.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Move view posts, delete current date time

Post by Suuki November 24th 2011, 8:19 pm

about the:
View posts since last visit
View your posts
View unanswered posts

I cut the code from my Index box, but I don't have that code in my index body because I deleted it. Where should I put the code it I want it above mark forums read lined up like:
*View posts since last visit * View your posts * View unanswered posts*

link to forum in profile if you need it.

EDIT: actually like forumotions with the dots and on top, not bottom.
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

In progress Re: Move view posts, delete current date time

Post by Suuki November 25th 2011, 8:34 pm

bump
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

In progress Re: Move view posts, delete current date time

Post by Richard. November 25th 2011, 8:35 pm

give me your index_box , and index_body
Richard.
Richard.
Forumember

Male Posts : 249
Reputation : 12
Language : English,Romanian
Location : Durham, NC - USA.

http://forum.phpbbonline.com/

Back to top Go down

In progress Re: Move view posts, delete current date time

Post by Suuki November 25th 2011, 8:40 pm

Hi Richard E, thanks for the fast reply.

index_box

index_body

-EDIT- I can't get into my account ATM so I will give your my templates when I have access.
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

In progress Re: Move view posts, delete current date time

Post by Richard. November 25th 2011, 8:56 pm

well , then i`ll help then
Richard.
Richard.
Forumember

Male Posts : 249
Reputation : 12
Language : English,Romanian
Location : Durham, NC - USA.

http://forum.phpbbonline.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum