Author Topic: [CODING HELP] Removing Column From Forum  (Read 1262 times)

0 Members and 1 Guest are viewing this topic.

Offline ~Alex

  • Hero Member
  • *
  • Posts: 399
  • Karma: 10
  • Gender: Male
    • The ThirdEye Concept
  • SMF Version: 1.1.4
[CODING HELP] Removing Column From Forum
« on: September 26, 2009, 05:17:12 PM »
Hey folks, it's been a while since I've stop by. Hope everyone's keeping themselves well.

Now, about this issue, I've been trying to figure this one out, but I've got no clue. I want to remove a column from the forum. I've attached an image, it's the highlighted area that I want gone, as I think it's kinda useless and takes up space.

Can anyone help?

Thanks in advance!  :)
« Last Edit: September 29, 2009, 01:50:20 AM by ~Alex »

Offline ccbtimewiz

  • Dreamer
  • Guru
  • *
  • Posts: 1304
  • Karma: 2100
  • Gender: Male
  • $info->close();
    • Dream Portal
  • SMF Version: SMF 2.0 RC4
Re: [CODING HELP] Removing Column From Forum
« Reply #1 on: September 27, 2009, 07:22:32 PM »
Attach MessageIndex.template.php

Offline ~Alex

  • Hero Member
  • *
  • Posts: 399
  • Karma: 10
  • Gender: Male
    • The ThirdEye Concept
  • SMF Version: 1.1.4
Re: [CODING HELP] Removing Column From Forum
« Reply #2 on: September 28, 2009, 10:44:31 PM »
attached. :vic

Offline ccbtimewiz

  • Dreamer
  • Guru
  • *
  • Posts: 1304
  • Karma: 2100
  • Gender: Male
  • $info->close();
    • Dream Portal
  • SMF Version: SMF 2.0 RC4
Re: [CODING HELP] Removing Column From Forum
« Reply #3 on: September 29, 2009, 12:54:19 AM »
This should work for you. ;)

Offline ~Alex

  • Hero Member
  • *
  • Posts: 399
  • Karma: 10
  • Gender: Male
    • The ThirdEye Concept
  • SMF Version: 1.1.4
Re: [CODING HELP] Removing Column From Forum
« Reply #4 on: September 29, 2009, 01:45:33 AM »
that was awesome!!! thank you!  :righton
« Last Edit: September 29, 2009, 01:49:52 AM by ~Alex »

Offline ~Alex

  • Hero Member
  • *
  • Posts: 399
  • Karma: 10
  • Gender: Male
    • The ThirdEye Concept
  • SMF Version: 1.1.4
Re: [CODING HELP] Removing Column From Forum
« Reply #5 on: March 06, 2010, 07:13:34 PM »
Hi guys. Any chance we can go over this again? I know I probably shouldn't bump the thread, but it's the same issue. I had to start back up from scratch and I don't know what the edits done here were. Can you advise?
 
Thanks.

Offline ccbtimewiz

  • Dreamer
  • Guru
  • *
  • Posts: 1304
  • Karma: 2100
  • Gender: Male
  • $info->close();
    • Dream Portal
  • SMF Version: SMF 2.0 RC4
Re: [CODING HELP] Removing Column From Forum
« Reply #6 on: March 07, 2010, 04:24:55 PM »
Attach MessageIndex.template.php

Offline ~Alex

  • Hero Member
  • *
  • Posts: 399
  • Karma: 10
  • Gender: Male
    • The ThirdEye Concept
  • SMF Version: 1.1.4
Re: [CODING HELP] Removing Column From Forum
« Reply #7 on: March 08, 2010, 09:28:33 PM »
Hi ccbtimewiz.  :) 
 
I've attached the file. Any chance you can post what's been done so that I can related to this thread later if it ever happens again?  :zip
 
 

Offline ~Alex

  • Hero Member
  • *
  • Posts: 399
  • Karma: 10
  • Gender: Male
    • The ThirdEye Concept
  • SMF Version: 1.1.4
Re: [CODING HELP] Removing Column From Forum
« Reply #8 on: March 15, 2010, 07:59:15 PM »
 :beta

Offline ~Alex

  • Hero Member
  • *
  • Posts: 399
  • Karma: 10
  • Gender: Male
    • The ThirdEye Concept
  • SMF Version: 1.1.4
Re: [CODING HELP] Removing Column From Forum
« Reply #9 on: March 20, 2010, 09:37:08 PM »
Sorry guys, don't mean to bump the thread. I'm not sure if cbtimewiz is still looking into this, or maybe just got too busy?

Can one of you help me out?

Online bigguy

  • Site Owner
  • Administrator
  • *
  • Posts: 13222
  • Karma: 269
  • Gender: Male
  • Get'r Done
    • P.C. Tweakr
  • SMF Version: 2.0 Gold
Re: [CODING HELP] Removing Column From Forum
« Reply #10 on: March 21, 2010, 11:35:26 AM »
You should be able to compare the two files with winmerge and see what changes have been made.

Offline ~Alex

  • Hero Member
  • *
  • Posts: 399
  • Karma: 10
  • Gender: Male
    • The ThirdEye Concept
  • SMF Version: 1.1.4
Re: [CODING HELP] Removing Column From Forum
« Reply #11 on: March 21, 2010, 04:45:57 PM »
bigguy, thanks. i missed it the first time around, but it looks like this is what you have to remove from the messageindex.php file in order to remove the column.

:
                        <td class="windowbg2" valign="middle" align="center" width="5%">
                            <img src="', $settings['images_url'], '/topic/', $topic['class'], '.gif" alt="" />
                        </td>

also, the line below that, should read:

:
                        <td colspan="2" class="windowbg2" valign="middle" align="center" width="4%">
correct me if i'm wrong, but that seems to have done it.  :dnc

thanks again!
« Last Edit: March 21, 2010, 04:50:45 PM by ~Alex »

Online bigguy

  • Site Owner
  • Administrator
  • *
  • Posts: 13222
  • Karma: 269
  • Gender: Male
  • Get'r Done
    • P.C. Tweakr
  • SMF Version: 2.0 Gold
Re: [CODING HELP] Removing Column From Forum
« Reply #12 on: March 21, 2010, 06:05:10 PM »
Looks like you got it. Good to see. :)