vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Similar Threads After The First Post - VB4 - By AioNets.com (https://vborg.vbsupport.ru/showthread.php?t=313726)

A.Chakery 08-15-2014 10:00 PM

Similar Threads After The First Post - VB4 - By AioNets.com
 
1 Attachment(s)
Similar Threads After The First Post , Brought You By : AioNets.com

Description :
This plugin automatically moves the similar threads under the first post of every topic.

Features :
- Automatically moves similar threads to the bottom of the first post.
- Ability to disable it globally
- Ability to disable it in specific forums
- Ability to customize it using CSS
- Works great with vBSEO and DB-SEO

Installation

1- Install the attached XML file :

First download the attached file , then go to "AdminCP > Plugin System > Manage Products > [Add/Import Product]" and import the download file.

2- Styling
1- First Please Go to "AdminCP > Style Manager" ,
2- Open your style templates,
3- Then Add below CSS code to "postbit.css" template
PHP Code:

.aionets_similar_threads{color:#465584;float:right;background-color:#FFF;border-left:4px solid #19364D;border-right:1px dotted #19364D;border-top:1px dotted #19364D;border-bottom:1px dotted #19364D;padding:7px;margin:0 auto 8px} 

And You Are Done!

Note : Please visit post no. two for more CSS options.


Enjoy.


Please Click on "Mark As Installed" If You Are Using This Plugin.

A.Chakery 08-16-2014 05:15 AM

One of the users (CoZmicShReddeR) mentioned that there are many forum owners who are using dark skins so the defult CSS which I posted in this modification may not fit their style so I decided to add two more CSS codes which would be great for dark skins.

1. Black Background :
PHP Code:

.aionets_similar_threads{color:#FFF;float:right;background-color:#000;border-left:4px solid #676767;border-right:1px dotted #676767;border-top:1px dotted #676767;border-bottom:1px dotted #676767;padding:7px;margin:0 auto 8px} 

2. Gray Background :
PHP Code:

.aionets_similar_threads{color:#FFF;float:right;background-color:#5c5c5c;border-left:4px solid #000;border-right:1px dotted #000;border-top:1px dotted #000;border-bottom:1px dotted #000;padding:7px;margin:0 auto 8px} 


If you are using your own custom code please feel free to share it with other users.

And please fee free to ask any questions regarding this modification.

YOODA230 08-17-2014 04:54 PM

clean & simple

A.Chakery 09-09-2014 04:00 AM

Quote:

Originally Posted by YOODA230 (Post 2511718)
clean & simple

Thank you :)

Black Snow 09-09-2014 07:51 AM

missing a ";" at the end of the CSS are you not?

john7911 09-09-2014 08:30 AM

Hi, I have installed it but I don't see anything :(
https://vborg.vbsupport.ru/external/2014/09/21.jpg
http://www.faouweb.net/forum/forum.php

Marcin1 09-09-2014 09:16 AM

It's not working.

A.Chakery 09-09-2014 09:26 AM

Quote:

Originally Posted by Black Snow (Post 2514328)
missing a ";" at the end of the CSS are you not?

actually no, most of the times I compress and minify my CSS and JS files before using them and maybe the app which I am using to compress this CSS code removed the ending ";".

A.Chakery 09-09-2014 09:28 AM

Quote:

Originally Posted by john7911 (Post 2514331)

Quote:

Originally Posted by Marcin1 (Post 2514338)
It's not working.

Have you enabled the Similar threads in vBulletin Settings ?

Marcin1 09-09-2014 09:41 AM

Yes I have enabled and also added a code to template.

john7911 09-09-2014 09:42 AM

I did it after reading your Reply, but stull nothing.
https://vborg.vbsupport.ru/external/2014/09/19.jpg
https://vborg.vbsupport.ru/external/2014/09/20.jpg

A.Chakery 09-09-2014 09:48 AM

Quote:

Originally Posted by Marcin1 (Post 2514350)
Yes I have enabled and also added a code to template.

Have you been using Similar threads before installing my plugin ?

Marcin1 09-09-2014 09:54 AM

No but I've been using https://vborg.vbsupport.ru/showthread.php?t=233309

A.Chakery 09-09-2014 09:59 AM

Quote:

Originally Posted by john7911 (Post 2514351)

To make similar threads to be shown you should first update counters .. to do this please go to this location :

AdminCP > Maintenance > Update Counters

and then press "Rebuild Similar Threads" ... it would take some time based on the number of your threads.

then please update me with the result.

A.Chakery 09-09-2014 10:04 AM

If you have not been using built-in vBulletin Similar thread option please enabled it first then use the update counter options as below :
Goto : AdminCP > Maintenance > Update Counters
and then press "Rebuild Similar Threads" ... it would take some time based on the number of your threads.

then please update me with the result.


Marcin1 09-09-2014 10:08 AM

Yes that solution was helpful and works perfectly. Marked as installed.

A.Chakery 09-09-2014 10:10 AM

Quote:

Originally Posted by Marcin1 (Post 2514362)
Yes that solution was helpful and works perfectly. Marked as installed.

Glad to hear that your problem is solved.

Good luck :) .

john7911 09-09-2014 10:36 AM

GOOOOOOOOD NEWS :up: it works :D
Thank you very much A.Chakery ;)

CoZmicShReddeR 09-09-2014 01:12 PM

Wow what an amazing mod! I thought to share how it would look on a modded forums.

I changed the css font to white and the background to black

Code:

.aionets_similar_threads{color:#FFF;float:right;background-color:#000;border-left:4px solid #19364D;border-right:1px dotted #19364D;border-top:1px dotted #19364D;border-bottom:1px dotted #19364D;padding:7px;margin:0 auto 8px}
http://www.cozworld.com/files/shared/nicemod.png

http://www.cozworld.com/f280/f134/f3...408/#post54543

A.Chakery 09-09-2014 05:22 PM

Its my Pleasure ... Glad to see it's working fine. :)

Quote:

Originally Posted by john7911 (Post 2514367)
GOOOOOOOOD NEWS :up: it works :D
Thank you very much A.Chakery ;)


A.Chakery 09-09-2014 05:24 PM

Quote:

Originally Posted by CoZmicShReddeR (Post 2514387)
Wow what an amazing mod! I thought to share how it would look on a modded forums.

I changed the css font to white and the background to black

Code:

.aionets_similar_threads{color:#FFF;float:right;background-color:#000;border-left:4px solid #19364D;border-right:1px dotted #19364D;border-top:1px dotted #19364D;border-bottom:1px dotted #19364D;padding:7px;margin:0 auto 8px}
http://www.cozworld.com/f280/f134/f3...408/#post54543

Thank you for sharing your code.

I will try to design a separate CSS code for dark styles .

A.Chakery 09-16-2014 05:21 PM

Added two more CSS codes made for dark skins. Please visit the 2nd post of this mod.

minhmeo.info 09-20-2014 03:47 AM

It only shows 5 similiar threads, i want to shows 10, how to do?
Many thanks, mark as installed!

A.Chakery 09-20-2014 06:47 AM

Its possible that we add this feature in future versions ...

I found this manual way to do this...
http://www.vbulletin.com/forum/forum...than-5-results

But I am considering to take care of this feature for sure.

RedTurtle 10-18-2014 08:42 PM

Thanks for creating this plugin -- quick question, is there a way to make it so that the similar threads show up BELOW any inline attachments that are displayed?

Thanks.

A.Chakery 10-19-2014 10:37 PM

You are welcome ...

Would you please give me more details about your request ?
Quote:

any inline attachments that are displayed?

Black Snow 10-30-2014 09:21 AM

When there are no similar threads, the box still shows but with no similar thread links. How can we remove the box if there are no similar threads?

A.Chakery 11-27-2014 02:55 AM

Quote:

Originally Posted by Black Snow (Post 2520605)
When there are no similar threads, the box still shows but with no similar thread links. How can we remove the box if there are no similar threads?

Well, I have already set a condition for that issue , so first please try to update similar threads :
Goto : AdminCP > Maintenance > Update Counters
and then press "Rebuild Similar Threads" ... it would take some time based on the number of your threads.


And then if you still have this issue ... please remove this product and use the Plugin version of this mod instead. Plugin Version has a different approach to do this task.

Here it is : https://vborg.vbsupport.ru/showthread.php?t=315657

I hope it helps.

Goodluck.

markoroots 01-29-2015 10:33 AM

Hi Guys, from when I have installed this mod that now is working, I have seen that the Similar Threads down the thread that before was there is disappeared.
What I must do to see it again?

A.Chakery 01-29-2015 11:13 AM

Hello markoroots,

That is correct, I mean we have added a function to this add-on to "MOVE" similar threads from the bottom of showthread to the first post.

If you want to have it in both places you would have to use the customized version of my mod. It will be my pleasure to help you with it but would you please tell me if there is any specific reason to have similar threads in both locations ?

Regards,
Ali.

markoroots 01-29-2015 08:22 PM

Yes sure. ;)
I think is good in both place because by reading the first post they can see a thread that can be interesting and go there immediately or after,
but by reading the thread sure one time you arrive down you have just forget that you have an other thread to read, and also because the similar threads must always stay down the threads, but you can make also another more better thing. ;)
Enable both the similar trade spaces in the mod or let decide the admins if them want use both or not. Or more better if the similar threads are different from the one after the first post and those down the thread. This will be great. ;)

Then another great thing I think is to let appear the mod after the first post, not immediately attached down the text.... is too close.... but down in the postbit, or also
between the first and the second post.

A.Chakery 01-30-2015 02:38 AM

1 Attachment(s)
Great ideas but please note that adding these features needs major changes to this plugin and at the moment I really do not have enough time to take care of this.

I am planning to demonstrate similar threads as the second post or something like that.

Anyways please import the attached file if you want to have similar threads in both places.(Don't forget to Allow Overwrite at the plugin upload page)

Best Regards,
Ali.

M.C. 02-05-2015 12:17 PM

Is it plugin or product? Your product removes similar threads from bottom and DO NOT paste anything in FIRST post :(

Great idea but don't work yet...

markoroots 02-05-2015 04:44 PM

Quote:

Originally Posted by A.Chakery (Post 2535252)
Great ideas but please note that adding these features needs major changes to this plugin and at the moment I really do not have enough time to take care of this.

I am planning to demonstrate similar threads as the second post or something like that.

Anyways please import the attached file if you want to have similar threads in both places.(Don't forget to Allow Overwrite at the plugin upload page)

Best Regards,
Ali.

Many thanks bro.
I will try it ASAP when all will be checked. ;)

A.Chakery 02-05-2015 06:57 PM

Quote:

Originally Posted by M.C. (Post 2536312)
Is it plugin or product? Your product removes similar threads from bottom and DO NOT paste anything in FIRST post :(

Great idea but don't work yet...

Hello M.C.

This is a product and it is working on latest version of vBulletin 4.

Maybe you have a customized vBulletin and thats the reason our plugin is not working for you.

You can use the plugin version of our product which you can find here :
https://vborg.vbsupport.ru/showthread.php?t=315657

Good luck

markoroots 02-19-2015 04:51 PM

Work like a charm. :)

The best will be if the similar topics inside the first post are different from those down the thread.
If it possible the system can take the similar threads in random way from those similar.

So in this way will be shown more different similar topics.

Thanks very useful mod. ;)

A.Chakery 02-19-2015 07:04 PM

We are glad that our mod is working for you.

Regarding the different results in both places I should say that it is impossible since this mod is using the vBulletin's similar threads.

A good idea would be replacing one of them with the latest topics in forum-X which seems to be a reasonable matter.

Unfortunately we do not have so much free time to take care of it but we will look into it whenever is possible.

Good luck.
Ali.

Marcin1 02-22-2015 10:03 AM

It's working for the threads created already on board. It's not showing for the new threads just posted. Any solutions?

A.Chakery 02-22-2015 10:15 AM

Well this has nothing to do with this plugin since it only moves the built-in vBulletin similar threads section to the bottom of the first post.

Please try to rebuild the similar threads from the maintenance>update counters section and see if it helps.

But I believe vBulletin shows the most relevant/Hot results first.

Marcin1 02-22-2015 10:27 AM

I did it twice. Rebuilt counters and similar threads. It's showing but I'd prefer to be active also in threads created as new. There is nothing.

/edit

Thank you A.Chakery for help by a private message! :)


All times are GMT. The time now is 07:54 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01357 seconds
  • Memory Usage 1,839KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete