vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 5.x Products & Extensions (https://vborg.vbsupport.ru/forumdisplay.php?f=258)
-   -   Show Thread Enhancements - [rellect] Horizontal Postbit (https://vborg.vbsupport.ru/showthread.php?t=287905)

rellect 09-15-2012 10:00 PM

[rellect] Horizontal Postbit
 
1 Attachment(s)
========================================
Description
:
========================================

Horizontal style it's a style that puts all user's info above his post content,
unlike the default vertical style that puts user's info to the side of his post
's content.
The horizontal style was the default style in vBulletin3, the style continued to exist in vBulletin4 as an option but not as the default style.
In vBulletin5 there is no build-in option to enable horizontal style for posts (though it is still used for the responsive version).

This mod will change your posts design to
horizontal style.

-----
If you installed this mod and/or you want get support, please "Mark as Installed".

-----

========================================
How to install:
========================================

1. Upload the content of 'files_to_upload' into the directory where you have installed vBulletin.
2. Make sure that Plugin/Hook System is enabled (it is disabled by default).
3. Reload your site (twice) - this mod uses the Auto-Install feature.
4. In some cases it is necessary to do CTRL+F5 to clear browser's cache.

Auto-Install it's a feature that allows vB5 to install addons automatically after all files uploaded.
There is no need to install xml manually anymore.

/*
IF YOU FOLLOWED THE STEPS BUT YOU DON'T SEE ANY CHANGES,
DO THE STEPS OF THE UPGRADE PROCESS TO INSTALL THE MOD MANUALLY.
IF THAT DOESN'T HELP, PLEASE LEAVE A MESSAGE IN THE MOD'S DISCUSSION IN VB.ORG
*/

========================================
How to upgrade:
========================================

If you installed previous version of this mod, you need to do the following steps:

1. Upload the content of 'files_to_upload' into the directory where you have installed vBulletin.
2. Find the file "product_rellecthorizontalpostbit.xml" in /files_to_upload/core/packages/rellecthorizontalpostbit/xml
3. Go to 'Import Product' in the admincp
4. Upload the xml
4. In some cases it is necessary to do CTRL+F5 to clear browser's cache.

========================================
Log:
========================================

[18/08/12] 1.0 BETA 1
* First release

[29/08/12] 1.0 BETA 2
* Compatibility with 5.0.0 alpha 37
* Hard-coded right/left replaced with stylevars
* Option to enable/disable the mod in vb options page

[16/09/12] 1.0
* Compatibility with 5.0.0 beta 10

[24/09/12] 1.0.1
* Package renamed to lowercase name - the previous name caused to problem with the auto-install for some users.

[01/03/13] 1.0.2
* Update to support 5.0.0
* CSS now loads only when required and not in all pages

[02/03/13] 1.0.3
* Fixed: minor issue with different content types.
* Fixed: few css issues.

[16/11/13] 1.1.0
* Added support for vB5.0.5, it is now the minimum supported version.
* Rewritten from scratch


[10/12/13] 1.1.1

* Fixed issue which caused the horizontal postbit to not work when css stored in files


zyiad 09-16-2012 07:08 PM

very thanks

rellect 09-16-2012 07:10 PM

Quote:

Originally Posted by zyiad (Post 2365966)
very thanks

Welcome :)

Hornstar 09-17-2012 09:19 AM

Thanks. I'm still on vb3 with the horizontal post it so I may need this :)

furkaned 09-17-2012 03:39 PM

great lol :D

rellect 09-24-2012 08:54 AM

I released new update 1.0.1
The only change is package name been renamed to be lowercase - the previous name cause to problem with the auto-install for some users.

If you installed version 1.0 and it works - you can skip this update.
If you still want to update, first you should delete the previous package of the mod, and then upload the new one.

TheSupportForum 09-29-2012 07:51 PM

after removing this product my threads are still showing as horizonal :(

https://vborg.vbsupport.ru/

how to fix ?

rellect 09-29-2012 08:24 PM

Quote:

Originally Posted by simonhind (Post 2369598)
after removing this product my threads are still showing as horizonal :(

http://img405.imageshack.us/img405/2...20297b81b5.png

how to fix ?

Make sure you uninstalled the product and remove the package.
Then do hard refresh to your browser ctrl+f5

TheSupportForum 09-29-2012 08:44 PM

Quote:

Originally Posted by RellecT (Post 2369608)
Make sure you uninstalled the product and remove the package.
Then do hard refresh to your browser ctrl+f5

i have done

clear full browser cache & ctrl+f5

i still get the horizontal bit

http://img145.imageshack.us/img145/8...ce7b8d716e.png

http://img267.imageshack.us/img267/3...eceb050adc.png

and here is link for example of post

rellect 09-30-2012 05:21 AM

Quote:

Originally Posted by simonhind (Post 2369616)
i have done

clear full browser cache & ctrl+f5

i still get the horizontal bit

and here is link for example of post

I see.
As I said in the mod description, I used only in css to do the changes.
I've checked your site and the css of this mod not there, means you removed the mod successfully.
I believe your current problem related to something else, did you edit your postbit or installed other mod that make there changes?
I see in the source code this part
HTML Code:

<div class="etiket_postbit_alanI_durumu_cevrimdIsI ">
   
       
   
    <li class="online-status offline" title="snowderblazer is offline"><span></span></li>
   
   
</ul>

There is closer for </ul>, but not an open tag.
In addition, there is open for <div>, but not a closer.
It may be the reason for your problem.

TheSupportForum 09-30-2012 06:27 AM

Quote:

Originally Posted by RellecT (Post 2369696)
I see.
As I said in the mod description, I used only in css to do the changes.
I've checked your site and the css of this mod not there, means you removed the mod successfully.
I believe your current problem related to something else, did you edit your postbit or installed other mod that make there changes?
I see in the source code this part
HTML Code:

<div class="etiket_postbit_alanI_durumu_cevrimdIsI ">
   
       
   
    <li class="online-status offline" title="snowderblazer is offline"><span></span></li>
   
   
</ul>

There is closer for </ul>, but not an open tag.
In addition, there is open for <div>, but not a closer.
It may be the reason for your problem.

i now reverted conversation_userinfo
thx for the help

Vick98 10-15-2012 10:41 PM

Is it possible to use a horizontal postbit for 4.2?

TheSupportForum 10-15-2012 10:45 PM

Quote:

Originally Posted by Vick98 (Post 2373266)
Is it possible to use a horizontal postbit for 4.2?

? why are you asking in a VB5 Connect Product ?

these products are not compatible with VB4

Vick98 10-15-2012 10:50 PM

Quote:

Originally Posted by simonhind (Post 2373269)
? why are you asking in a VB5 Connect Product ?

these products are not compatible with VB4

Because I did a search and this is the only thread that discussed this mod.

TheSupportForum 10-15-2012 10:55 PM

Quote:

Originally Posted by Vick98 (Post 2373273)
Because I did a search and this is the only thread that discussed this mod.

easy done it's part of vb4

You need to go to "vb options" >> "style and language settings" and then change "use legacy" to no

and you didnt search hard enough

https://vborg.vbsupport.ru/showthread.php?t=234492

Vick98 10-15-2012 11:10 PM

Thank you for your help, I appreciate it.

rellect 10-16-2012 02:44 AM

Quote:

Originally Posted by Vick98 (Post 2373266)
Is it possible to use a horizontal postbit for 4.2?

Yep this is possible, and it's build-in so you just need to switch it on.
As been mentioned by the above comment, you can find it under Style & Language Settings in your admincp.
:)

sergiomc 02-05-2013 01:03 AM

I love this mod, but I can not successfully install, i need help.

rellect 02-08-2013 07:41 AM

Quote:

Originally Posted by sergiomc (Post 2401966)
I love this mod, but I can not successfully install, i need help.

It's probably not something wrong that you did, I need update this mod to support the latest vb5 version.

sergiomc 02-09-2013 07:08 PM

I'll thank you, greetings.

rellect 03-01-2013 02:03 PM

New version released (1.0.2) to support the latest 5.0.0 version.
Enjoy.

rellect 11-16-2013 11:06 AM

New version released v1.1.0
Rewritten from scratch to support vBulletin 5.0.5, it is now the minimum supported version. (also tested on newer alpha non-public versions)

heredia21 12-08-2013 01:31 PM

I installed but nothing happened.

rellect 12-08-2013 01:50 PM

Quote:

Originally Posted by heredia21 (Post 2466799)
I installed but nothing happened.

Have you read the steps?
Try the manual install.

heredia21 12-08-2013 02:00 PM

Yes. I tried the manual install as well.

heredia21 12-08-2013 02:04 PM

Quote:

Originally Posted by rellect (Post 2466802)
Have you read the steps?
Try the manual install.

I did this modification yesterday. Not sure if it would be an issue: https://vborg.vbsupport.ru/showthread.php?t=297041

But your mod doesnt seem to work on my vb. No changes were made as I tried both the auto and manual install. It shows as installed but nothing changes on postbit.

rellect 12-08-2013 02:14 PM

Quote:

Originally Posted by heredia21 (Post 2466805)
I did this modification yesterday. Not sure if it would be an issue: https://vborg.vbsupport.ru/showthread.php?t=297041

But your mod doesnt seem to work on my vb. No changes were made as I tried both the auto and manual install. It shows as installed but nothing changes on postbit.

What vB5 version do you run?
Please send me a PM so we can continue our conversation there.

heredia21 12-08-2013 02:15 PM

Quote:

Originally Posted by rellect (Post 2466807)
What vB5 version do you run?
Please send me a PM so we can continue our conversation there.

PM sent. Running 5.0.5.

rellect 12-10-2013 11:16 AM

Released version 1.1.1 which fixes the issue which caused the horizontal postbit to not work when css stored in files

heredia21 12-10-2013 03:08 PM

Quote:

Originally Posted by rellect (Post 2467300)
Released version 1.1.1 which fixes the issue which caused the horizontal postbit to not work when css stored in files

Thanks for the update. Works great now.

JakeSully 01-11-2014 03:31 PM

huh thats weird vb5 also has got use legacy feature setting in same area style and language settings but when i set it to no the layout remains same and did not change lol

rellect 01-11-2014 03:45 PM

Quote:

Originally Posted by JakeSully (Post 2473656)
huh thats weird vb5 also has got use legacy feature setting in same area style and language settings but when i set it to no the layout remains same and did not change lol

This is a left-over from vB4, this setting never worked on vB5. That's why I've built this mod.

Timotimoti 01-12-2014 11:52 PM

Thank you
Is there a way to show user ranks ''badges'' in a horisontal line instead of vertical?

rellect 01-13-2014 08:00 AM

Quote:

Originally Posted by Timotimoti (Post 2473920)
Thank you
Is there a way to show user ranks ''badges'' in a horisontal line instead of vertical?

How would it look like?
I think it would take too much space

shooterdz 05-09-2014 06:55 PM

hello,

it work for 5.1.1 ?

regards

rellect 05-09-2014 07:24 PM

Quote:

Originally Posted by shooterdz (Post 2497033)
hello,

it work for 5.1.1 ?

regards

Yes

shooterdz 05-09-2014 08:13 PM

Quote:

Originally Posted by rellect (Post 2497035)
Yes

Thanks,

I installed but nothing change. any idea ?

rfaridm 03-29-2015 12:44 PM

Thanks work in v5.1.6 ....!

DemOnstar 11-19-2015 02:06 PM

Cheers.
Still working 5.1.9.

Efforts appreciated. . .

ywwz 01-06-2019 06:33 PM

how about 5.4.5? Does it still work?


All times are GMT. The time now is 06:02 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.01472 seconds
  • Memory Usage 1,837KB
  • 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_html_printable
  • (19)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