![]() |
[Convert] Thread Description V2
1 Attachment(s)
This Addon I was converted from EWT - Thread Description (I cannot find any that addon in previous vbulletin version in forum)
Compatible with all VBB 4x versions Product features: - Added description field to Post New Thread - Added description field to Edit Post Advanced for First Post - Show description in Forumdisplay Template Edit: Template: editpost Find: Quote:
Quote:
Find: Quote:
Quote:
Find: Quote:
Quote:
|
1 Attachment(s)
5 Stars
installed Question: Do you know these words on Google?? or Is useful in archiving? Can you provide us the arrow image from right to left? thank you bro |
Thanks, Good Work
|
font-size:10px; font-style:normal"
|
thank you, i tagged it.
|
Quote:
Quote:
|
Holy smoke, this is great
|
good friend..
|
Quote:
|
Quote:
But i not sure about this :) |
Can this be limited to specific sections and or usergroups?
|
1 star given for blatantly copying Invision.
|
[QUOTE=tieuquynhi;2128613]Sr i don't understand your question?
if it is useful in archiving in google an other serchers or and in VBSEO ?? Can you provide us the arrow image from right to left? there are one arrow from left to right ,and what i need it is from from right to left sorry for my English.... i hope you now understand mi sir thank you :up: |
tagged!!!
|
Quote:
|
Installed and working on 4.1 p2. Would be nice if this would come up on a search result to. Also would be nice if we can search for things we provide in the description. Where can we change the collor of the text?
|
In 3 temp to edit. You can edit text in there. Example:
Template: threadbit Find: Quote:
Quote:
|
I have the following alligment problem only to threads i use thread description with the phrase "Started by shooterg24, Today 13:44" As you can see in the image i have attached it isn't centered and excactly down from the description. At threads that doesn't use description it's ok. Please provide a fix. Thanks
|
Is there any way to make the description show up on SHOWTHREAD?
edit: And when editing a thread? |
Quote:
|
Quote:
|
Quote:
@ slipkot: search in template "ewt_forumdisplay_threaddesc" Code:
<span class="lable" style="color:gray; font-size:12px; font-style:italic"><img class="inlineimg" src="images/strela_w.gif" border="0" alt="">{vb:raw thread.threaddesc}</span><br> After Code:
border="0" Code:
valign="center" Code:
valign="bottom" Quote:
Code:
{vb:raw thread.thread_description} |
Code:
<span class="lable" style="color:gray; font-size:12px; font-style:italic"><img class="inlineimg" src="images/strela_w.gif" border="0" alt="">{vb:raw thread.threaddesc}</span><br> Have I done sth wrong? |
Quote:
Go to the settings of the thread thumbnails modification in the control panel of your forum and you will find this option there. If you do this everything would be fine as all text will start next to the image from the same vertical position. This was just an idea.... In the case that sb wants to keep the images before thread icons I guess sb must provide a new html script to change in the appropriate templates so as the position of the text to appear correctly. |
Quote:
The template is: ewt_forumdisplay_threaddesc |
Quote:
About how to display the description editing when you edit a thread, it's a bit complicated, so until now, I have the answer for it. @ tieuquynhi: Update th?m phần chỉnh Description khi Edit Thread cho tiện nh? :D =================================== In "threadadmin_editthread", find: Code:
<img id="display_posticon" class="inlineimg" src="{vb:raw selectedicon.src}" alt="{vb:raw selectedicon.alt}" /> Add Below: Code:
{vb:raw editthreaddesc} And now creat some new plugins (AdminCP -> Add New Plugin). Choose "Product" of All Plugins: EWT - Thread Description 1. Thread Description - Edit Thread [Template Alteration] Hook Location: threadmanage_start Code:
$templater = vB_Template::create('ewt_editpost_threaddesc'); 2. Thread Description: Edit Thread Description Update Hook Location: threadmanage_update Code:
$threadman->set('threaddesc', $edit['threaddesc']); 3. Thread Description: Edit Thread Variable Prep Hook Location: threadmanage_update Execution Order: 4 (Only needed if you cannot update your description) Code:
$vbulletin->input->clean_gpc('p', 'threaddesc', TYPE_STR); 4. Thread Description: Variable For Edit Thread Hook Location: threadmanage_start Execution Order: 4 (Recommended. To make sure your existing description will be displayed in Text Box) Code:
$threaddesc = $threadinfo['threaddesc']; Done. Finally, please do carefully before asking questions :D |
Tagged,looks useful this
|
Quote:
You have to increase the ''Dimensions of the Threadbit Status Icon'' This option is in your templates stylevars - - -> Threadbit - - -> Threadbit iconsize. Remember, to put the thumbnail before the thread icon! I tested this to my forum and it worked. Try it and it may work for you, too! |
1 Attachment(s)
Could KaiStone please re-describe the html script alterations using more detailed and more understandable description?
Can anybody else please do that if possible? ______________________________________ I also attached a simple txt file made by me for personal use with all the instructions (html script alterations) to make this mod work. I hope this does not go against the vBulletin.org forum rules. hope you like it. If I have mistakes in the english language, or any other mistakes in the instructions given please update the file and I will remove mine. Regards, <Mikevet1984> |
Quote:
And in step Add New Plugin, go to AdminCP, choose "Add New Plugin". If you can't find it, choose "Explain All" at the Top of the Left Frame, and search "Add New Plugin" -> Click. A new page will be displayed in the Right Frame, choose settings like the guide, paste the Code, and Remember choose "Plugin is Active" is "Yes" to make the new plugin works. If you forgot choose Active the Plugin, go to "Plugin Manager", search for Plugin Name (like Plugin Name in the Guide), click it to Edit, and choose "Yes" in "Plugin is Active" option. |
Mark install.
Cảm ơn bác tieuquynhi (he) |
Kaistone, can you please give me instructions where exactly to add the html script for the thread description to be shown inside the 1st post where the two arrows are pointing, below the thread title.
http://www.imagerous.com/images/8992...5100131010.jpg |
Give me the Template Code inside your SHOWTHREAD template, I'll add it for you.
|
1 Attachment(s)
Thank you Kaistone!
I uploaded a txt attachment of the showthread template of my forum. I will be waiting for your reply! If possible please write also the procedure in public in order all members to get informed from your valuable tutorial. Thank you again in advance..... Regards! |
1 Attachment(s)
Creat New Plugin (Don't ask me how to do it again)
Product: EWT - Thread Description Hook Location: showthread_complete Code (Don't forget choose Plugin is Active: YES) Code:
$templater->register('thread', $thread); About how to edit your SHOWTHREAD template, just add "{vb:raw thread.threaddesc}" in anywhere you want it to display. I don't answer the question "how do I know where to put it inside the template?". Just learn HTML (simple) This is your new SHOWTHREAD template content. And this is the final support. For any further question, ask tieuquynhi. |
Thank you, KaiStone!
You are the best! No need for further question as I now think all support and tutorials for this mod has now been given. By the way, in your last plug-in in the previous post you did not give a title to name it. Quote:
Thanks again for everything! Regards! |
Just installed the KaiStone's modifications and work great!
KaiStone you are a great contributor! Thank you! If anybody knows how to add the animated arrow gif (strela_w.gif)just before the thread description in the SHOWTHREAD just like it is displyed in the threadbits please share your knowledge here. Regards! |
Hey all,
Ive managed to get the desription to show on the SHOWTHREAD - thanks for that. However I'm struggling to work out how to have the description show on search results. Primarily Newposts/Active Topics etc. Help/Thoughts/suggestions? Cheers, Lurch |
nevermind - got it
|
lurch_cr if you managed to do it yourself why don't you share the knowledge with us....to help other members do that to their forums too?
|
All times are GMT. The time now is 09:16 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|