vBulletin Mods

The Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=249277

Bounce 02 Mar 2012 20:20

Quote:

Originally Posted by dartho (Post 2305200)
There shouldn't be any ads and the what's going on should be working in the latest version. Ads were left in by mistake and an updated version with them removed was uploaded within an hour or so (as soon as I found out). The whats going on box should also work in the latest version?

thanks mate, any thoughts on post 826
http://www.vbulletin.org/forum/showp...&postcount=826

dartho 02 Mar 2012 23:56

Where did you want the PM button - next to the edit, reply buttons on postbit?

Hippy 03 Mar 2012 00:47

I would like to add a post thank..
what code would you need to see from that mod ?
thanks

dartho 03 Mar 2012 02:41

See this post for Abe1's Post Thanks Hack integration: http://www.vbulletin.org/forum/showt...43#post2305643


This probably needs a bit of tweaking, but here goes:

edit post_thanks_box template in the lightweight style and replace contents with:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

edit post_thanks_button template in lightweight style and replace contents with:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

edit post_thanks_postbit template in the lightweight style and replace contents with:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

edit postbit and postbit_legacy templates in lightweight style , search for

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

and replace with

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

I think that should just about do it - assuming it is this hack: http://www.vbulletin.org/forum/showthread.php?t=165673 that you have installed

caveat: this may introduce other hacks into the lightweight style which use the postbit_end and postbit_control hooks

Hippy 03 Mar 2012 02:53

yep will test it out in the am .. thanks for your time dartho

Filgga 03 Mar 2012 02:54

^^^^
Thanks dartho for the above info; can the vBSEO Like system be added in the same manner?

Filgga 03 Mar 2012 03:01

Quote:

Originally Posted by dartho (Post 2301514)
Nowadays I generaly tell people to use vBulletin's built in one - then I don't have to support it :)

Your version for detection of devices was superb, used to detect iPad either. The vBulletin's buit-in one does not.

dartho 03 Mar 2012 04:03

Quote:

Originally Posted by Filgga (Post 2305567)
^^^^
Thanks dartho for the above info; can the vBSEO Like system be added in the same manner?

Link me to a copy and I can look when I get a chance

Hippy 03 Mar 2012 04:10

Quote:

Originally Posted by dartho (Post 2305563)
This probably needs a bit of tweaking, but here goes:

edit post_thanks_box template in the lightweight style and replace contents with:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

edit post_thanks_button template in lightweight style and replace contents with:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

edit post_thanks_postbit template in the lightweight style and replace contents with:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

edit postbit and postbit_legacy templates in lightweight style , search for

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

and replace with

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

I think that should just about do it - assuming it is this hack: http://www.vbulletin.org/forum/showthread.php?t=165673 that you have installed

caveat: this may introduce other hacks into the lightweight style which use the postbit_end and postbit_control hooks

the code posted is old
anyway updated to vb4
would be I guess (below)
but still don't work

post_thanks_box

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

post_thanks_button


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


post_thanks_postbit

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

postbit and postbit_legacy templates in lightweight style I don't have

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

and the hooks would be

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

but the hooks are not working from what I can tell.. or something else..

:confused:

dartho 03 Mar 2012 04:40

ah - sorry, I did that under 3.8.7 as that's what I use :)

I will have look a tthe vb4 vesion

dartho 03 Mar 2012 07:22

Should be able to get something up tonight for this...

thenamesgould 03 Mar 2012 09:36

Dartho, if you have the time and inclination, it would be amazing if you could have a look at adding this thanks hack for vb4 ... http://www.vbulletin.org/forum/showthread.php?t=243510

dartho 03 Mar 2012 11:12

Integrating Abe1's post thanks add-on into the lightweight style.

replace the following templates with the code provided (in the lightweight style only!!)
post_thanks_box

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

post_thanks_button

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

post_thanks_postbit

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


Edit both the postbit & postbit_legacy templates as follows

Search for:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Add the following immediately above:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Then go to end of template and paste in:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

and your done!

dartho 03 Mar 2012 11:24

Just noticed something else with the style in general - my last update only included updates to the postbit_legacy template which should have been made to both postbit and postbit_legacy (they are meant to be identical). I suggest overwriting the postbit template copying with the contents of the postbit_legacy template.

Hippy 03 Mar 2012 11:59

Quote:

Originally Posted by dartho (Post 2305643)
Integrating Abe1's post thanks add-on into the mobile style.

replace the following templates with the code provided (in the lightweight style only!!)
post_thanks_box

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

post_thanks_button

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

post_thanks_postbit

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


Edit both the postbit & postbit_legacy templates as follows

Search for:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Add the following immediately above:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Then go to end of template and paste in:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

and your done!

your the best .. worked like a charm

I have dbtech_bookmark and thread system and like you said this will bring on other mods
now showing a image but not working from what I can tell
this is the code ..in template dbtech_bookmark_post
whats do I change ..and will there be other changes to other templates
thanks again


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

<span class="seperator">&nbsp;</span>


All times are GMT. The time now is 20:41.

Powered by vBulletin® Version 3.8.14
Copyright © 2023, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC
Copyright ©2001 - , vbulletin.org. All rights reserved.