![]() |
Hmmm, not sure then, as that file has been edited by possibly hundreds of users without issues.
|
Quote:
OK, well I'll keep messing with it, but thank you so much with the FAST reply! |
<dependency maxversion="" minversion="4.0.0 beta 4" dependencytype="vbulletin"/>
do it like this it will work as well |
If you are using vb4.2.2 then max version vb4.2 will not allow the hack to work use vb4.2.x then it will work for all versions of vb4.2
|
ForceHSS thank you as always, and thank you as well Simon, I really appreciate it! I 'think' my problem has something to do with the configuration settings of Notepad++ as I just downloaded it yesterday due to the fact that I couldn't find the standard Notepad on my computer any longer. Just a little while ago I just went to Start->Run->Notepad and there it was, but now same [B]EXACT[B] problem appears:
XML Error: Reserved XML Name at Line 1 so it has to be in the settings and I don't see much for Settings in Standard Notepad but in Notepad++ there's Encoding Options and Style Configurator Options and I feel it has to be some setting in there because when I paste it, it all just pastes up against the wall. It's it rows, BUT it's NOT in the same format which I believe to called Rich Text. I'm no longer a complete idiot to this as I was when I first spoke with ForceHSS, but this right here has definitely got me stumped! Any help from anyone would be so much appreciated. |
When you tried with Notepad, did you try it on a fresh copy of the XML, you would need to redownload the zip, and try it like that.
TBH, you can completely remove the line: Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.0 alpha 1" /> Code:
<dependencies> |
Quote:
Lines 1-10 read like and are formatted like the following in Notepad++: <?xml version="1.0" encoding="ISO-8859-1" ?> - <product productid="post_thanks" active="1"> <title>Post Thank You Hack</title> <description>Post Thank You Hack</description> <version>7.82</version> - <url> - <![CDATA[ https://vborg.vbsupport.ru/misc.php?...id=post_thanks ]]> </url> - <versioncheckurl> Whereas when I open it in Internet Explorer, which [B]IS NOT[B] what I use as a browser by the way, it reads and is formatted like this for 1-10: <?xml version="1.0" encoding="ISO-8859-1" ?> - <product productid="post_thanks" active="1"> <title>Post Thank You Hack</title> <description>Post Thank You Hack</description> <version>7.82</version> - <url> - <![CDATA[ https://vborg.vbsupport.ru/misc.php?...id=post_thanks ]]> </url> - <versioncheckurl> It appears to me thank Line 1 is blank and pushed down but if I do that then it [B]follows[B] with the same error stating that it's on Line 2. I know the look as if they're the same, but it, I believe is not getting pushed over the same exact way as in Internet Explorer cause it Notepad++ it's all aligned up against the wall.......:confused: Instead of replying to this post I just edited to say that the Formatting appears to look the same here, but it didn't post the same way I copied it, meaning they weren't all aligned like they are here...if that even matters And when I go to open the edited file from my computer it states: The XML page cannot be displayed Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. -------------------------------------------------------------------------------- Invalid at the top level of the document. Error processing resource 'file:///C:/Documents and Settings/Administrator/My Doc... <?xml version="1.0" encoding="ISO-8859-1" ?> |
ALL the aforementioned is SOLVED!! Apparently when you Copy it from IE and Paste it in Notepad++ it takes away the Auto Indent, so I saved it and then opened the from inside of Notepad++. 11 hours later this semi-idiot got it!! Thanks ozzy47, ForceHSS, and Simon Lloyd as I really appreciated your help/input!!! :D
And Abe1 and ForceHSS thank you very much for this Mod!!!! :D |
Yeah you should always just open the file from the editor, not c/p it into the editor from the browser. Glad you got it sorted. :)
|
Is possible import thanks from dbtech advanced post like/thanks ?
|
I would stick with the dbtech mod if I were you. I was running this one first and moved to the dbtech as it worked better. At least it did on 4.2.2.
|
dbtech likes dont work with tapatalk
|
Quote:
Quote:
|
can anybody make screenshot of main settings chapter of this hack?
i have ??????? in there, but it works well on forum. so i need to set up it... please. |
Quote:
Are you using the ops plugin or the updated one from here |
i use it from here v. 4.2.2
but now i find another BIG problem - after this hack installed, no any changes can be saved on the forum. when i change any setting i get message that all saved, but in fact nothing changed... and i cant delete this hack now too. |
Quote:
|
I think you have dbtechs vboptimise installed as this can sometimes produce this problem on forums.
|
Quote:
|
what is "dbtech"?
|
hoever, my question is still actual - can anybody make screenshot of main settings chapter of this hack?
|
Quote:
|
Does the "dbtech" file go in the root directory or admincp? it's not really clear...but then, I'm not a techie...
|
The dbtech folder goes in the forum root. The best way to load files for mods is, drag and drop the contents of the upload folder (use Ctrl+A to select all files) to your public_html folder. :)
But I am not clear why you are asking about a dbtech mod in this thread. :confused: |
Quote:
|
I just upgraded to 4.2.2 (from 3.8), and I believe in the version of this hack that worked with 3.8, there was a way to search for all thanks / links using the global search functionality. The description for this hack mentions this functionality is included with this version ("Search for all thanked posts"), but I do not see anywhere on my search page to search for all thanked posts. I was able to restore the functionality to search an individual user's thanks within the "About Me" part of their profile using the updated files Hippie posted, but I can't find a way to do so on the search page. Is there any way to do this in this version?
Thanks in advance. |
Has anyone written any code to allow a certain usergroup (admins for example) to give unlimited thanks, while limiting other usergroups to X thanks per day?
If not I'll write it - just curious if it's been done. |
Does anyone know how I can disable the usernames from linking to their respective profiles in the list of users who thanked the poster?
|
The thumbs up image does not show, what do I do?
|
Quote:
|
Does anyone know how to move the thumbs image to the top right corner or bottom right corner of posts? I've attached a screenshot of how it's shown on my forum currently. Obviously I've messed something up and I cannot for the life of me figure out what I did.
Here is the screenshot: http://postimg.org/image/ys7o58zfp/ Here is my current postbit_legacy file: Code:
{vb:raw template_hook.postbit_start} Code:
require_once(DIR . '/includes/functions_post_thanks.php'); |
Quote:
you see here, it says the following: Code:
$template_hook['postbit_messagearea_end'] .= $templater->render(); so basically postbit_messagearea_end means the end of the post box area, but you need it somewhere close to the right side either up or down... here is the list of the post hooks I know of: PHP Code:
I guess you can do that easily :) Good luck!! |
Here is an updated view: http://postimg.org/image/3mwag6de5/
I fixed one of the problems of "thanks" not showing on bottom of posts. Now the next problem is moving the actual thumbs up icon to the top right or bottom right of posts. As you said it is probably a css issue now. Unfortunately I'm horrible at playing around with formatting. Assuming this is where I need to make edits, here is my post_thanks_button: Code:
<a href="post_thanks.php?$session[sessionurl]do=post_thanks_add&p=$post[postid]&securitytoken=$bbuserinfo[securitytoken]" id="post_thanks_button_$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="return post_thanks_give($post[postid], <if condition="$vboptions[post_groan_integrate]">true<else />false</if>);"</if> <if condition="$display_thanks_image == 'none'">style="display:none"</if> rel="nofollow"><img src="$stylevar[imgdir_button]/like.png" alt="Like This Post" border="0" /></a> I really do appreciate you replying so quick. It's truly frustrating the hell out of me. LOL:erm: |
I think you didn't try all hooks, did you?? :)
did you try these ones?? PHP Code:
you can post a link to your site to see how to edit the css in a proper way if you like... :) Quote:
|
I hope I understand you correctly!
I've got the thanks box at the very bottom of posts which is great! I've got the thumbs up button at the top next to the thread title. I'd like to move it to the far right of the post just like in the picture below. http://postimg.org/image/7fc97ucdv/ Here is my current postbit_legacy: Code:
{vb:raw template_hook.postbit_start} Code:
{vb:raw template_hook.postbit_thanks} Code:
{vb:raw template_hook.postbit_messagearea_start} |
Quote:
Now all you need is to add some css to your button so it moves to the place where you like, you need to know what class or id is placed with each button to add css to it. Add your css to your additional.css file. it should be something very simple: Code:
.yourbuttonclass{ I hope that helps. if not, then you will have to provide a link to your forum, and if you want it to be private then send me a PM Good luck! |
I think I hit pretty close to what you described. I'm going to shoot you a PM real quick. If we get it working, you or I can post the fix in this thread. It'll help other people if they have the same problem, right? :)
|
Quote:
Good luck!!:) |
That did the trick.
Thank you fxdigi-cash for responding so fast and for your help! You da' man! :) |
does this work with 4.2.2,thanks
|
All times are GMT. The time now is 11:50 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:
|