Jump to content

Download: (Pav33) Topic Description


Pavulon87

Recommended Posts

  • Replies 65
  • Created
  • Last Reply
Posted

I tested it before approval (on 3.2.3) , there was an issue if mysql was running in strict mode which I've already informed the author about but I did not note any other issues.

Posted

There is no more 'description' field in 'topics' table and I forget to change manual.
Option to change max. lenght of description is located in Forums tab on Topics, Posts and Polls section.

File updated!

Posted

Hey! Does this add the topic description to the New Content display as well? We've already got a mod that puts the topic description back in, but doesn't put it there... hoping this one does!

Posted

In the New Content is a little space, so I do not know where to put the description.
You could try to find a good location.
Goto ACP -> Look & Feel -> Manage Skin Sets & Templates > Manage Templates > Your Skin and open Search -> asForumTopics bit.
Find topic title:

		<h4><a href='{parse url="showtopic={$data['tid']}<if test="isNewPostTR:|:$this->request['do']=='new_posts' OR $this->request['do']=='active'">&amp;view=getnewpost<else /><if test="resultIsPostTR:|:$data['pid'] AND $data['pid'] != $data['topic_firstpost']">&amp;view=findpost&amp;p={$data['pid']}</if></if>&amp;hl={$data['cleanSearchTerm']}&amp;fromsearch=1" seotitle="{$data['title_seo']}" template="showtopic" base="public"}' title='{$this->lang->words['view_result']}'>{$data['_shortTitle']}</a></h4>[/CODE]

and add somewhere topic description:

{$data['description']}

Posted

Thanx!
Now it works fine on test board :smile:

But I am going to upgrade my main board from 3.1.4 to 3.2.3.. So, will the old topic descriptions be handled by this hook ?

Posted

That's why it was created, to handle existing descriptions ;)
IPB update does not remove descriptions, but if you install this hook and remove it, all descriptions could be removed(because of added field not existing in 3.2).

Posted

The only issue I have is that when I go into the full editor mode, the description field is blank. If you save without editing, the description is unchanged, however it would be convenient to have a default input of the current description when in full editor mode just as the topic title is done.

I am using IPB v. 3.2.3 with your latest hook (1.0.2)

  • 2 weeks later...
  • 1 month later...
Posted

I just installed this on my test board after upgrading it from 3.1.4 to 3.2.3 and it does not show any "Topic Descriptions" that were there before the upgrade? It does however show any new ones added.

Posted

Hi,
Yes it was only installed just once and the field "description" is showing on the editor page but is blank on all topics, weird I just checked again and now the descriptions are there!

  • 3 weeks later...
Posted

Was just looking at upgrading and found out they took away topic descriptions.... major problem for us. Hopefully this will work, but I'm really pissed this feature was taken away.

Posted

the database tables are still there after upgrading to 3.2x, so installing this then reads them.
I didn't have many (on test board) but mine were pulled correctly.
live board was a fresh 3.2 install so can't really say for sure there would be no issues.

  • 4 weeks later...
Posted

Hello,

I've installed Topic Description v.1.0.0 on my IPB 3.2.3. and it works good.

1- I've only imported the hook file (Step1 of the installation)... just now I see Step2 (ACP Setup) and Step3 (Skin edits) in the installation guide. I have to do these steps? Now it seems work properly...

2- With this hook enabled I have problems with IP.Board.Mobile Skin... exactly if I try to click on "modify" or "Quote" button in each post that function doesn't work. How can I fix it?


Thank you very much.

Posted

1. Hook should not works in the standard IPB skin without editing, but if work, you don't have to do anything.
2. I don't see "modify" or "quote" buttons in Mobile skin. There is only "reply" button.
Could you show me screenshots of that problems?

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...