News:

Wondering if this will always be free?  See why free is better.

Main Menu

little correction

Started by Nequil, November 15, 2008, 04:27:01 PM

Previous topic - Next topic

Nequil

hi,



how I can move "date of post" more to left after xx.gif

SMF Version: 1.1.7

Kermit

how about this,don't forget to backup your old file   ::)
My Mods
Please don't PM/mail me for support,unless i invite you
Formerly known as Duncan85
Quote
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."

A. Einstein

Nequil

hehe Duncan85,

I wouldn't you to add code with "name of post/topic" and "number of reply" on my display.template.php must be only "date/time of post" just I wanna move "date of post" more to left side. :)

edit this code:

// If this is the first post, (#0) just say when it was posted - otherwise give the reply #.
echo '
<div class="smalltext">« <b>', $txt[30], '</b> ', $message['time'], ' »</div></td>
<td align="', !$context['right_to_left'] ? 'right' : 'left', '" valign="bottom" height="20" style="font-size: smaller;">';

Nequil


Gary

Try this:

Find:

<td valign="middle"><a href="', $message['href'], '"><img src="', $message['icon_url'] . '" alt="" border="0" /></a></td>

Replace:

<td valign="middle" width="2%"><a href="', $message['href'], '"><img src="', $message['icon_url'] . '" alt="" border="0" /></a></td>
Gary M. Gadsdon
Do NOT PM me unless I say so
War of the Simpsons
Bongo Comics Fan Forum
Youtube Let's Plays

^ YT is changing monetisation policy, help reach 1000 sub threshold.

Nequil

#5
you da boss :)

thanks bro all works  ;)

and one more question:



I have this post actions buttons and I would like add a text to post actions buttons, when someone aims (computer mouse) on the (for example delete button) show text (for example: "Delete")

for example:



Quote, Edit, Delete, Warn, Split, Report to moderator, Modify inline.
SMF ver - 1.1.7

Nequil


Advertisement: