News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Anecdota

Started by Crip, July 07, 2008, 12:53:38 PM

Previous topic - Next topic

peterwaalker

Please is there a way i can also include time in the profile info of User/Member.
I found out that when i logon the forum as a guest, Time and date is shown.
How can i make it work/viewable when logged in?

Just like curve theme

Even if there is no solution, i want to tell you that your theme is the best.
Always thankful

Crip

#441
.. i will need to look at it 1st> .. i dunno?
---------------------------------------------------???
I tried => The entire header-area would need a re-design to show Time/Date correctly..it's not going to happen.!
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

rommel132

Hi, How do i change the logo? In Stead Of my community? Thanks

Crip

upload your image , in place of the one there.
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Neo_TE

#444
Quote from: peterwaalker on June 13, 2013, 07:55:28 AM
Please is there a way i can also include time in the profile info of User/Member.
I found out that when i logon the forum as a guest, Time and date is shown.
How can i make it work/viewable when logged in?

Just like curve theme

Even if there is no solution, i want to tell you that your theme is the best.
Always thankful

Its possible. Just add a simple line.


Code (Find) Select

// Only tell them about their messages if they can read their messages!
if ($context['allow_pm'])
echo $txt['msg_alert_you_have'], ' <a href="', $scripturl, '?action=pm">', $context['user']['messages'], ' ', $context['user']['messages'] != 1 ? $txt['msg_alert_messages'] : $txt['message_lowercase'], '</a>', $txt['newmessages4'], ' ', $context['user']['unread_messages'], ' ', $context['user']['unread_messages'] == 1 ? $txt['newmessages0'] : $txt['newmessages1'] , '.</li>';

echo '
  <li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
  <li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>
</ul>';




Code (Replace) Select

// Only tell them about their messages if they can read their messages!
if ($context['allow_pm'])
echo $txt['msg_alert_you_have'], ' <a href="', $scripturl, '?action=pm">', $context['user']['messages'], ' ', $context['user']['messages'] != 1 ? $txt['msg_alert_messages'] : $txt['message_lowercase'], '</a>', $txt['newmessages4'], ' ', $context['user']['unread_messages'], ' ', $context['user']['unread_messages'] == 1 ? $txt['newmessages0'] : $txt['newmessages1'] , '.</li>';

echo '
  <li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
  <li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>
  <li>', $context['current_time'], '</li>
</ul>';



PS: I checked the edits in my test site and it works fine.

Crip

yes ,  but it would take time to  re-design the header/user/areas..
    knock yourself out xPandax! .. your on you way looks like. ;)
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Burke ♞ Knight

Crip!

Great work on this theme!
Remember I used the old version on a site few years back.
Just made a new site with the new version and it's great.
Keep up the great work!

Neo_TE

Quote from: Crip on July 13, 2013, 03:54:07 PM
yes ,  but it would take time to  re-design the header/user/areas..
    knock yourself out xPandax! .. your on you way looks like. ;)
lol, its not like I actually wrote that code.

I actually wanted to display time in my website (which uses "analysis theme" made by you), so I tried copy/paste the code from guest section (in reference theme) to guest & user section (in analysis theme) and it worked. :P

Crip

Thanks = BK
--
..glad you sorted it out xPandx
--------
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Neo_TE

Thank you very much. :)

Lord Anubis

Love this theme, customized it easily and looks great. 

Burke ♞ Knight

Crip,

I just installed this on 2 more sites.
Quick question, do you have any custom rank images that go good with this theme?

Neo_TE

There are plenty of custom rank images available in the internet for free. A google search will do the work.

Burke ♞ Knight

True, but was checking to see if Crip had any that matched the theme. :)

peterwaalker

Quote from: xPandax on July 12, 2013, 07:48:06 AM
Quote from: peterwaalker on June 13, 2013, 07:55:28 AM
Please is there a way i can also include time in the profile info of User/Member.
I found out that when i logon the forum as a guest, Time and date is shown.
How can i make it work/viewable when logged in?

Just like curve theme

Even if there is no solution, i want to tell you that your theme is the best.
Always thankful

Its possible. Just add a simple line.


Code (Find) Select

// Only tell them about their messages if they can read their messages!
if ($context['allow_pm'])
echo $txt['msg_alert_you_have'], ' <a href="', $scripturl, '?action=pm">', $context['user']['messages'], ' ', $context['user']['messages'] != 1 ? $txt['msg_alert_messages'] : $txt['message_lowercase'], '</a>', $txt['newmessages4'], ' ', $context['user']['unread_messages'], ' ', $context['user']['unread_messages'] == 1 ? $txt['newmessages0'] : $txt['newmessages1'] , '.</li>';

echo '
  <li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
  <li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>
</ul>';




Code (Replace) Select

// Only tell them about their messages if they can read their messages!
if ($context['allow_pm'])
echo $txt['msg_alert_you_have'], ' <a href="', $scripturl, '?action=pm">', $context['user']['messages'], ' ', $context['user']['messages'] != 1 ? $txt['msg_alert_messages'] : $txt['message_lowercase'], '</a>', $txt['newmessages4'], ' ', $context['user']['unread_messages'], ' ', $context['user']['unread_messages'] == 1 ? $txt['newmessages0'] : $txt['newmessages1'] , '.</li>';

echo '
  <li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
  <li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>
  <li>', $context['current_time'], '</li>
</ul>';



PS: I checked the edits in my test site and it works fine.

Want to know whether this tutorial will Solve Date and time problem in my forum.
Also which directory am i supposed to make changes
Always thankful

Crip

It might ? could try?
..it worked for the other member
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

peterwaalker

Quote from: peterwaalker on July 19, 2013, 10:24:02 AM
Quote from: xPandax on July 12, 2013, 07:48:06 AM
Quote from: peterwaalker on June 13, 2013, 07:55:28 AM
Please is there a way i can also include time in the profile info of User/Member.
I found out that when i logon the forum as a guest, Time and date is shown.
How can i make it work/viewable when logged in?

Just like curve theme

Even if there is no solution, i want to tell you that your theme is the best.
Always thankful

Its possible. Just add a simple line.


Code (Find) Select

// Only tell them about their messages if they can read their messages!
if ($context['allow_pm'])
echo $txt['msg_alert_you_have'], ' <a href="', $scripturl, '?action=pm">', $context['user']['messages'], ' ', $context['user']['messages'] != 1 ? $txt['msg_alert_messages'] : $txt['message_lowercase'], '</a>', $txt['newmessages4'], ' ', $context['user']['unread_messages'], ' ', $context['user']['unread_messages'] == 1 ? $txt['newmessages0'] : $txt['newmessages1'] , '.</li>';

echo '
  <li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
  <li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>
</ul>';




Code (Replace) Select

// Only tell them about their messages if they can read their messages!
if ($context['allow_pm'])
echo $txt['msg_alert_you_have'], ' <a href="', $scripturl, '?action=pm">', $context['user']['messages'], ' ', $context['user']['messages'] != 1 ? $txt['msg_alert_messages'] : $txt['message_lowercase'], '</a>', $txt['newmessages4'], ' ', $context['user']['unread_messages'], ' ', $context['user']['unread_messages'] == 1 ? $txt['newmessages0'] : $txt['newmessages1'] , '.</li>';

echo '
  <li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
  <li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>
  <li>', $context['current_time'], '</li>
</ul>';



PS: I checked the edits in my test site and it works fine.

Want to know whether this tutorial will Solve Date and time problem in my forum.
Also which directory am i supposed to make changes
Always thankful

This so tell everyone that this tutorial worked 100%.
I am a testimony to this fact and i thank everyone here for your ceaseless efforts and help to mankind.
Thanks to xPandax for this wonderful share.
Also thankfull to Crip the owner of this Theme you are wonderful.

Neo_TE

I'm glad I could help, thanks. :)

Crip

Time / Date is just::

<li>', $context['current_time'],'</li>
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Burke ♞ Knight

#459
Crip,

When doing child-boards, I see that there is no divider between them.
Could you refresh my memory on where and how to edit it so looks like main board index's list of boards, please?

Also, this file is called for, yet not present: Adkaus.css
Was that something you removed from the file list?

Thank you
Burke

Advertisement: