Jump to content


- - - - -

[Unsupported] SE23-Switch Topic View 1.0


  • Please log in to reply
71 replies to this topic

#1 Sean

Sean

    The One Man Show - IB.Bored

  • IM Supporters
  • PipPipPipPipPipPipPipPipPipPip
  • 3,857 posts
  • Location:England, UK
  • Real Name:Sean Ellis
  • IPB Version:v2.3.x
Contributor

Posted 28 June 2007 - 03:48 AM


File Name: [Unsupported] SE23-Switch Topic View 1.0
File Submitter: Sean
File Submitted: 27 Jun 2007
File Updated: --
File Category: IP.Board v2.3.x Mods

For a while I've wanted to make a mod that incorporated some sort of skinning into it. Well this is the end result laugh.gif I'll try to make more as time goes by - drop me some idea's if you want wink.gif

What this mod does: Allows each member to choose between the default IPB topic layout or a custom horizontal layout (Similar to VBulletins, but written by yours truely)

Requirements:
This mod was designed to be installed using the Universal Mod Installer, available from Invision Modding or IPS Resources.

Files Affected:
  • sources/action_public/topics.php
  • sources/lib/func_topic_linear.php
  • +1 Skin Edit

Version History
1.0
  • First initial release of modification...


Click here to download this file

Posted Image

My Free Modifications | For Sale Modifications | Photos of Moi | Services System

My computer is messed up. I can't develop anything until I get my grubby paws a new computer.

I do not offer support via PM or any other messenger service. Please use the forums.


#2 cam

cam

    Coder

  • Banned
  • PipPipPipPipPip
  • 176 posts
  • Location:12.34.123.111
  • Real Name:Cameron
  • IPB Version:v2.3.x

Posted 28 June 2007 - 04:11 AM

this is neat, can you trun it off whenever you want, like if I wanted to go back to veritical?
Posted Image

#3 Sean

Sean

    The One Man Show - IB.Bored

  • IM Supporters
  • PipPipPipPipPipPipPipPipPipPip
  • 3,857 posts
  • Location:England, UK
  • Real Name:Sean Ellis
  • IPB Version:v2.3.x
Contributor

Posted 28 June 2007 - 04:14 AM

Just keep pressing the button and it'll keep switching back and forth between the views wink.gif

Posted Image

My Free Modifications | For Sale Modifications | Photos of Moi | Services System

My computer is messed up. I can't develop anything until I get my grubby paws a new computer.

I do not offer support via PM or any other messenger service. Please use the forums.


#4 Jimmy S

Jimmy S

    Invision Modding Helper

  • IM Supporters
  • PipPipPipPipPipPipPip
  • 609 posts
  • Location:Loganville, Ga.
  • Real Name:Jimmy
  • IPB Version:v3.0.x
Contributor

Posted 28 June 2007 - 04:42 AM

That looks pretty nice Sean.  Is it just to 2 views the current then the one in the image you provided?

#5 cam

cam

    Coder

  • Banned
  • PipPipPipPipPip
  • 176 posts
  • Location:12.34.123.111
  • Real Name:Cameron
  • IPB Version:v2.3.x

Posted 28 June 2007 - 08:24 AM

QUOTE(Sean @ Jun 27 2007, 11:14 PM) <{POST_SNAPBACK}>
Just keep pressing the button and it'll keep switching back and forth between the views wink.gif

oh lol wow im stupid
Posted Image

#6 furdon

furdon

    Member

  • IM Supporters
  • PipPipPip
  • 31 posts
  • Real Name:furdon
  • IPB Version:v2.2.x

Posted 28 June 2007 - 08:39 AM

In ipb 2.2 you cann't find this in: Navigate: ACP --> Look & Feel --> [Select Skin] --> Edit Template HTML --> Topic View --> topic_page_top
CODE
<td width='1%' align='right' nowrap='nowrap'>
        <div class='popmenubutton' id='topicmenu-options'><a href='#topicoptions'>{$this->ipsclass->lang['topic_options']}</a> <img src='{$this->ipsclass->vars['img_url']}/menu_action_down.gif' alt='V' title='{$this->ipsclass->lang['global_open_menu']}' border='0' /></div>
     </td>


look for this:

CODE
<td width='1%' height='54' nowrap>&nbsp;</td>
    <td width='1%' height='54' nowrap><div class='popmenubuttonb' id='topicmenu-options'><a href='#topicoptions'>{$this->ipsclass->lang['topic_options']}</a> <img src='{$this->ipsclass->vars['img_url']}/menu_action_down.gif' alt='V' title='{$this->ipsclass->lang['global_open_menu']}' border='0' /></div></td>


and put this below:

CODE
<!--SE23.SWITCH-->


and it works

Nice job Sean smile2.gif

Edited by furdon, 28 June 2007 - 09:35 AM.


#7 terabyte

terabyte

    Coder

  • Modders
  • PipPipPipPipPip
  • 148 posts
  • Location:Italy
  • IPB Version:v3.1.x
Contributor

Posted 28 June 2007 - 10:48 AM

The MOD is in the 2.3 category not in the 2.2 tongue.gif

#8 Sean

Sean

    The One Man Show - IB.Bored

  • IM Supporters
  • PipPipPipPipPipPipPipPipPipPip
  • 3,857 posts
  • Location:England, UK
  • Real Name:Sean Ellis
  • IPB Version:v2.3.x
Contributor

Posted 28 June 2007 - 12:12 PM

QUOTE(furdon @ Jun 28 2007, 09:39 AM) <{POST_SNAPBACK}>
In ipb 2.2 you cann't find this in: Navigate: ACP --> Look & Feel --> [Select Skin] --> Edit Template HTML --> Topic View --> topic_page_top
CODE
<td width='1%' align='right' nowrap='nowrap'>
        <div class='popmenubutton' id='topicmenu-options'><a href='#topicoptions'>{$this->ipsclass->lang['topic_options']}</a> <img src='{$this->ipsclass->vars['img_url']}/menu_action_down.gif' alt='V' title='{$this->ipsclass->lang['global_open_menu']}' border='0' /></div>
     </td>


look for this:

CODE
<td width='1%' height='54' nowrap> </td>
    <td width='1%' height='54' nowrap><div class='popmenubuttonb' id='topicmenu-options'><a href='#topicoptions'>{$this->ipsclass->lang['topic_options']}</a> <img src='{$this->ipsclass->vars['img_url']}/menu_action_down.gif' alt='V' title='{$this->ipsclass->lang['global_open_menu']}' border='0' /></div></td>


and put this below:

CODE
<!--SE23.SWITCH-->


and it works

Nice job Sean smile2.gif

I think that's specific to the skin you're using wink.gif

QUOTE
That looks pretty nice Sean. Is it just to 2 views the current then the one in the image you provided?

At the moment yes, but I think in the future I'm going to add some more and add them to a dropdown rather than a button smile.gif

Edited by Sean, 28 June 2007 - 12:49 PM.

Posted Image

My Free Modifications | For Sale Modifications | Photos of Moi | Services System

My computer is messed up. I can't develop anything until I get my grubby paws a new computer.

I do not offer support via PM or any other messenger service. Please use the forums.


#9 Colibri

Colibri

    Coder

  • Members
  • PipPipPipPipPip
  • 245 posts
  • IPB Version:v2.3.x

Posted 28 June 2007 - 01:50 PM

Im useing Thanks Advanced 2.3 but it dont show like on the default view, thats supose to be under the member #
how to adjust it so it does?
Thanks works fine other then that.

edit:

also:
I have skins from Dragonfly.
the noavatar dont show either, when a person has an ava it does but not the noava..

Edited by Colibri, 28 June 2007 - 03:35 PM.

Posted Image

#10 GeoDJ

GeoDJ

    Advanced Member

  • Members
  • PipPipPipPip
  • 58 posts
  • Real Name:Geo
  • IPB Version:v2.3.x

Posted 29 June 2007 - 03:55 PM

Thanks Sean. Now Works.

Please modify your Fresh install to works fine to other peoples wink.gif

Thanks again. Good Job wink.gif


After uninstall, need to replace: func_topic_linear.php

Guests and all members can't see Standard Topic. Only Threaded and linear + sad.gif

Edited by GeoDJ, 29 June 2007 - 05:04 PM.


#11 Sean

Sean

    The One Man Show - IB.Bored

  • IM Supporters
  • PipPipPipPipPipPipPipPipPipPip
  • 3,857 posts
  • Location:England, UK
  • Real Name:Sean Ellis
  • IPB Version:v2.3.x
Contributor

Posted 29 June 2007 - 04:09 PM

QUOTE
Please modify your Fresh install to works fine to other peoples wink.gif

I don't get what you mean... What's wrong with the install file?

Posted Image

My Free Modifications | For Sale Modifications | Photos of Moi | Services System

My computer is messed up. I can't develop anything until I get my grubby paws a new computer.

I do not offer support via PM or any other messenger service. Please use the forums.


#12 GeoDJ

GeoDJ

    Advanced Member

  • Members
  • PipPipPipPip
  • 58 posts
  • Real Name:Geo
  • IPB Version:v2.3.x

Posted 29 June 2007 - 05:05 PM

In your Fresh Install.html i don't see this steps posted here:
CODE
http://www.invisionmodding.com/index.php?s=&showtopic=19438&view=findpost&p=76187

Edited by GeoDJ, 29 June 2007 - 05:06 PM.


#13 Sean

Sean

    The One Man Show - IB.Bored

  • IM Supporters
  • PipPipPipPipPipPipPipPipPipPip
  • 3,857 posts
  • Location:England, UK
  • Real Name:Sean Ellis
  • IPB Version:v2.3.x
Contributor

Posted 29 June 2007 - 07:13 PM

Again, I think that may be specific to the skin (the install was designed on the default IPB skins), I simply can't cater for every skin availlable, as they are all different...

Post your template bit here and I'll do the edit for you smile.gif

Edited by Sean, 29 June 2007 - 07:13 PM.

Posted Image

My Free Modifications | For Sale Modifications | Photos of Moi | Services System

My computer is messed up. I can't develop anything until I get my grubby paws a new computer.

I do not offer support via PM or any other messenger service. Please use the forums.


#14 drebook

drebook

    Member

  • Members
  • PipPipPip
  • 24 posts
  • IPB Version:v2.3.x

Posted 29 June 2007 - 07:57 PM

hello the switch view can be fixe for all topic or all categorie for exemple ?

#15 Sean

Sean

    The One Man Show - IB.Bored

  • IM Supporters
  • PipPipPipPipPipPipPipPipPipPip
  • 3,857 posts
  • Location:England, UK
  • Real Name:Sean Ellis
  • IPB Version:v2.3.x
Contributor

Posted 29 June 2007 - 08:20 PM

It's switched per member... Different members can select different views. Like the text-editor (STD or RTE) settings wink.gif

Posted Image

My Free Modifications | For Sale Modifications | Photos of Moi | Services System

My computer is messed up. I can't develop anything until I get my grubby paws a new computer.

I do not offer support via PM or any other messenger service. Please use the forums.


#16 drebook

drebook

    Member

  • Members
  • PipPipPip
  • 24 posts
  • IPB Version:v2.3.x

Posted 29 June 2007 - 08:39 PM

i'm asked this because

i have test this and in one topic when i click on switch everything i ok.

And when i go in another category i must do it again

#17 Sean

Sean

    The One Man Show - IB.Bored

  • IM Supporters
  • PipPipPipPipPipPipPipPipPipPip
  • 3,857 posts
  • Location:England, UK
  • Real Name:Sean Ellis
  • IPB Version:v2.3.x
Contributor

Posted 30 June 2007 - 01:05 AM

This happens everytime you do? Because I can't reproduce...

Edited by Sean, 30 June 2007 - 01:05 AM.

Posted Image

My Free Modifications | For Sale Modifications | Photos of Moi | Services System

My computer is messed up. I can't develop anything until I get my grubby paws a new computer.

I do not offer support via PM or any other messenger service. Please use the forums.


#18 Guest_Adelard_*

Guest_Adelard_*
  • Guests

Posted 02 July 2007 - 07:44 PM

Hi i've got one (big?) problem with this mod, i go clearly with manual and everything is alright, but guest don't see topic contents! I wonder you know what i'm talking about, because my english is terrifying.

Sean, this mod is great but because this issue for now is useless.

Problem is in sources/lib/func_topic_linear.php

Edited by Adelard, 02 July 2007 - 07:50 PM.


#19 Sean

Sean

    The One Man Show - IB.Bored

  • IM Supporters
  • PipPipPipPipPipPipPipPipPipPip
  • 3,857 posts
  • Location:England, UK
  • Real Name:Sean Ellis
  • IPB Version:v2.3.x
Contributor

Posted 02 July 2007 - 11:10 PM

I'll need a screenshot or an error message... Did you run the installer? Because that enters the templates that are required for this mod to work.

Posted Image

My Free Modifications | For Sale Modifications | Photos of Moi | Services System

My computer is messed up. I can't develop anything until I get my grubby paws a new computer.

I do not offer support via PM or any other messenger service. Please use the forums.


#20 Guest_Adelard_*

Guest_Adelard_*
  • Guests

Posted 02 July 2007 - 11:52 PM

QUOTE(Sean @ Jul 3 2007, 01:10 AM) <{POST_SNAPBACK}>
I'll need a screenshot or an error message... Did you run the installer? Because that enters the templates that are required for this mod to work.
Screenshot in attachments. Yes, I run the installer smile.gif

GeoDJ have similar problem.

Attached Files






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users