![]() |
Only one of dbtech's mods worked correctly on my forums. and when I updated the one thing that was yestwrday it ++++ed up my forums. So no more of their stuff for my site. Now sstab won't work to hide the what's new tab on the cmps home page. Had to remove my blog tab for now untill i can figure out what's causing it. Just that tab.. it will still hide the forum tab in the cmps if i toggle it and the what's new on the forum, just not in the cmps.. go figure..
anyone know what code to remove in navtab to get rid of the whats new altogether? |
1 Attachment(s)
DragonByte Tech
Thanks for your effort, this is your work and you can promote it as you want even by 1 million .. this is your mod and you are free :) I have few questions for you please I am using Abe mod and I am going to buy your pro release to convert it just to get two awesome features (Notifications and searching "Who thanked your post and where?") But before that, can I make the "pro" release exactly same Abe mod which I am using now (I mean just in appearance) https://vborg.vbsupport.ru/attachmen...1&d=1305396113 Also,I don't want (like/dislike) or any additional features, I want it simple in function and appearance just like Abe mod 2- Quote:
3- Quote:
Thanks and appreciate your effort again :) |
Quote:
Quote:
To change it manually, I think this should do it: 1. Admin CP >> Styles & Templates >> Style Manager >> {your style} >> Edit Templates 2. Find and edit Navigation / Breadcrumb Templates >> navbar 3. Find and comment out or delete: PHP Code:
|
Quote:
The only problem, for a newbie, might be importing stuff from 2 different tables (yeah DBTech's table doesn't match Cyb's table). Cyb's "_post_thanks" table has columns: id userid username date postid DBTech's "_dbtech_thanks_entry" table has columns: entryid <-- you copy Cyb's id here varname <-- you write "thanks" here userid <-- you copy Cyb's userid here contenttype <-- you write "post" here contentid <-- you copy Cyb's postid here dateline <-- you copy Cyb's date here receiveduserid <-- the only problematic column - you need to copy userid from the '_post' table, from the postids matching the contentid that you've just copied. And no, I'm not gonna write the query here - if you don't wanna buy the DBTech's Pro version, then you should write the query yourself. With my explanation it should be easy enough, anyways. |
Quote:
Quote:
|
Quote:
|
1. It DOES work. I'm using it quite happily with 4.13.
2. Whether or not it works for you, this isn't the place to promote other mods. If you like the DBTech mod, go over to that thread and promote it there. Those of us who are using Abe1's mod are here to try to help support and troubleshoot issues for others who are using it. |
Oh, right. Someone uploaded the updated version recently, but it didn't work ~2months ago so I switched to DBTech's. And no, I'm not a fan of this mod at all - I just decided to reply to Vaira's post.
But ok, let's stop here, cuz like it or not we're both making an OT. |
Quote:
|
In some days, I received a email of my forum with database error.
The error is that, a google agent (for example) search old tables of old version of this mod, for example, I received this notification by mail of my forum: Code:
Database error in vBulletin 4.1.3: Thanks and regards! |
1 Attachment(s)
A great mod, and I am already liking its use very much, and am thankful for developers like yourselves taking out time and effort, to provide us with such free modifications and add-ons.
With due respect, there is a small bug fix that would be nice (which should be a stroll in the park for coders like you). The issue is in the postbit, when this mod is used with ITW - Time Spent Online. So what happens is that the time online is displayed along with the X Thanks in X Posts line which makes reading confusing. If this is not clear, I have posted an image. You could have a look. Thanks again for your time. For the time being, I have disabled showing the Thank You, but I would really love to have this working. |
Took me 3 hours to make my first ever modification in my life. And guess what! It's a success. Not sure how many eyebrows raise if this is a stupid way to make a modification, but hey, I got it all working for me at least.
Well, just in case somebody faces this problem, you can replace the code in the post_thanks_postbit_info style with the one below PHP Code:
|
1 Attachment(s)
Here's the fix for the searching. Replace post_thanks.php with this file.
What was wrong: It was looking in an old table 'search' for the results. This no longer works. What was fixed: I have the initial SQL statement grab the thread IDs and post IDs: PHP Code:
PHP Code:
Then, we need to create our query to match the way vB 4.x wants it. PHP Code:
array of threadIDs/postIDs number of 'confirmed' posts (No idea what this is, left it as 0). array of groups seen (No idea on this, just make an empty array). array of groups denied (Again, no clue. Just made an empty array). We then insert the data into the searchlog table and use that to generate the search results. I also included some various files at the beginning and setup a variable for the whole search thing: PHP Code:
|
Thanks a lot for your efforts. :)
Do I have to use the fixed version first (post_thanks_7_82.fixed.zip ) and then replace the original one with your post_thanks.php? Or do I have to use abe1's original version and then replace the post_thanks.php? https://vborg.vbsupport.ru/showpost....postcount=1433 I am confused since the fixed version has an updated version of post_thanks.js (besides of the product-post_thanks.xml). Is that updated post_thanks.js needed in order to run properly or should I use abe1's original one? ATM I am running the fixed version from the link above. Do the recounters options work? Thanks again. |
Quote:
Edit: It appears his fix was only in the .xml file. Mine was only in the .php. They should work just fine. You can use 7.82-fixed and overwrite the post_thanks.php with my file. |
Quote:
|
Awesome stuff channelfuse!! I'm glad I hung on to this hack. It works perfectly now. Thank-you very much indeed :)
|
Quote:
all you have to do is edit this. Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.0 alpha 1" /> Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.9.99" /> |
Quote:
Great job "channelfuse" You make me very happy when I read your great post Work like a charm Appreciate your help and you time consumed on that Keep it up :up::up::up: |
I think by solve searching bug, this hack become live again
I have suggestion If any one can think about it (Notification when receive new thank) Will be a great feature |
Quote:
Thanks :up::up:. Please give for me temp post_thanks_member_info Thankssssssssss |
how can i add post thx manually in postbit legacy ?
|
Quote:
Find all posts thanked by User Postbit_legacy Add new Temp post_thanks_member_info Code:
<fieldset class="fieldset"> Code:
<h5 class="subsubsectionhead">{vb:rawphrase post_thanks_total_thanks}</h5> Demo: http://www.yhanoi.com/forum/member.php?u=1 |
It finally works! (I am using legacy display mode).
(I have reverted the hack to abe1's original one before, replaced the post_thanks.php, edited the alignment to {vb:stylevar left}, and fixed the inline mod issue at post_thanks_box template) A big thanks to channelfuse. :up::up::up: Also for raicars reminding me to add / modify the 2 templates to get it finally to work. :up: I am really grateful that I (we) still can use the original hack and don't have to go for a paid copy with more features I don't need at all. Thanks to all who have contributed with useful solutions, I'm happy. :) |
1 Attachment(s)
Product update
Find all thanked posts by User Find all posts thanked by User Fix temp: post_thanks_postbit_info post_thanks_javascript template Fix version |
Wow, nice updates, thanks Abe of course....and channelfuse for the updates..!
Can someone direct me towards moving these lines in the Postbit info (want to nudge them a bit to the right and down by 2-3 points - don't even know if that's possible...): Thanks: 0 Thanked 1 Time in 1 Post Once again, thanks for the help! :) Raj. |
Quote:
|
Quote:
|
Quote:
Demo new version: http://www.yhanoi.com/forum/member.php?u=1 Code:
Total Thanks |
Quote:
|
Arrgh, sorry everyone I'm having problems.
I have uploaded the files into correct spots but I don't understand this step below 3) Edit settings in the Admin CP. (Integration settings are in the Groan Hack). I have searched here for the groan hack for VB4 but there is no download for that hack and I'm not even sure what I'm supposed to do in this step? |
I'm trying to figure out how to put the
Thanks: # Thanked x times in x posts in a BG box thingy. I have this in my additional CSS PHP Code:
PHP Code:
|
Quote:
Code:
<div class="pbit"> |
Thanks that worked!
|
very welcome.
|
1 Attachment(s)
Only problem I have is that I can't get the "Thanked x Times in X Posts" to stay inside the box and not push on outwards. Take a look at the attached pic.
Any suggestions here? |
How can I fix this without having to keep widening the postbit width?
|
Thanks DS MrSinister and Chase, excellent! :)
Chase: perhaps have the second line wrapped? |
thanks for the response! How would I wrap the secound line? :)
|
Chase, here's what I found:
Look for "nowrap" and change to "wrap". So in this case, for example: PHP Code:
PHP Code:
So the new code snippet for the "post_thanks_postbit_info" template (you'd have to play with where to use nowrap and wrap): PHP Code:
Hope this works for ya. Cheers. :) |
All times are GMT. The time now is 11:41 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|