Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
[Solved] need to move something...
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: 1, 2  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
[Solved] need to move something...
PostPosted: 06/08/2007 5:28 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 8:53 PM
Location: Birmingham, UK.
greatbrE.gif
When viewing a topic the links clash with the other pictures at the top of the page

See here http://www.djpassions.com/back-once-again-t31.html

Might be best to move the below section to show under the topic name

Forum Index -> News and announcements -> New Members - Introductions! 8)
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: [Solved] need to move something...
PostPosted: 06/08/2007 5:36 PM Reply with quote
Citation
~^Karen^~
Citation
Posts 556
Word Cnt. 20,326
BDay Jan 26
Sign Aquarius
Sex Sex:Female
Joined: Nov 26, 2006
Local time: 8:53 PM
Location: west midlands:uk
greatbrE.gif
like your site by the way chris lol
Back to Top
View user's profile Find all posts by ~^Karen^~ Send private message   Visit poster's website Yahoo Messenger MSN Messenger
Re: [Solved] need to move something...
PostPosted: 06/08/2007 5:41 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 8:53 PM
Location: Birmingham, UK.
greatbrE.gif
cheers, tis coming a long nicely now yea Laughing
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: need to move something...
PostPosted: 06/08/2007 5:47 PM Reply with quote
Site Admin
rb2d2
Site Admin
Posts 49593
Word Cnt. 2,756,445
BDay Apr 22
Sign Taurus
Sex Sex:Female
Joined: Sep 25, 2004
Local time: 1:53 PM
Location: Texas
texasC.gif
I like it too, Chris.  When are you going public with it?


sunny
Back to Top
View all pictures posted by this userView user's profile Find all posts by rb2d2 Send private message   Visit poster's website Phoogle Map
Re: [Solved] need to move something...
PostPosted: 06/08/2007 5:49 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 8:53 PM
Location: Birmingham, UK.
greatbrE.gif
Cheers rb, went public with it the other day. I sent a mass email out via djpassion.co.uk site to let all of my members of that site know about it Laughing hopefully more will join up once they’ve all checked their emails
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: need to move something...
PostPosted: 06/08/2007 11:20 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 3:53 PM
Location: St Pete, FL
peace.gif
Chris Powell wrote:
Forum Index -> News and announcements -> New Members - Introductions! 8)

I recommend doing it the same as I did it here by moving the whole line to it's own separate line below the buttons so that it can handle just about any length subject...

This is how you could do it:

OPEN
subSilver/viewtopic_body.tpl

FIND
Code:
<td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>

AFTER, ADD
Code:
</tr>
<tr>

Then at the bottom, you could do this:
FIND
Code:
<td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>

BEFORE, ADD
Code:
   <td colspan="2" align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a>
     -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
  </tr>
  <tr>

FIND & DELETE
Code:
   <td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a>
     -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>

FIND
Code:
<td align="left" colspan="3"><span class="nav">{PAGE_NUMBER}</span></td>

REPLACE WITH
Code:
<td align="left" colspan="2"><span class="nav">{PAGE_NUMBER}</span></td>

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] need to move something...
PostPosted: 06/09/2007 7:09 AM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 8:53 PM
Location: Birmingham, UK.
greatbrE.gif
Done the above Nightrider but some more adjustments need to be made me thinks?

See now http://www.djpassions.com/back-once-again-t31.html

Btw I'm not sure what's happened but the name of the post is meant to show as link in with the rest of links path but it doesn't. I remember seeing it working a while ago

I installed the View Topic Name While Posting MOD using EM. Check the EM history if you like NR!

I'm not to fussed if that doesn't work though, bit much for the narrow skin anyway I think. Just wondering what' happened to it
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: need to move something...
PostPosted: 06/10/2007 1:25 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 3:53 PM
Location: St Pete, FL
peace.gif
The Quick Reply button should be moved to the bottom next to the Post Reply button.  It was placed in the wrong place in the viewtopic_body.tpl file.  You should be able to figure out which code belongs to the Thank button and move it next to the Post Reply button...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] need to move something...
PostPosted: 06/10/2007 5:08 AM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 8:53 PM
Location: Birmingham, UK.
greatbrE.gif
I couldn't figure it out  Embarassed
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: need to move something...
PostPosted: 06/11/2007 12:58 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 3:53 PM
Location: St Pete, FL
peace.gif
Ok, I corrected it.  Check it out now...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours
Goto page: 1, 2  Next
Page 1 of 2


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.0947s (PHP: 55% - SQL: 45%) - SQL queries: 58 - GZIP disabled - Debug on