![]() |
Still working on 4.1.5 for me. :up:
|
Hi,
I am trying to find a mod like this one for VB v4.1.5 Someone referred me to this mod but when I tried to import the product I got an error message that said the product was not compatible with v4.1.5 and it wouldn't allow the import. Any suggestions of a compatible mod? EDIT - Have now read all the posts above and see how to make it import. Did you ever get it to work on editing posts? Thanks, Dale. http://www.settledin.com.au . http://www.settledin.com.au/tasforum/ . |
Quote:
Code:
maxversion="x.x.x" Code:
maxversion="" |
I can confirm that this works in version 4.1.7; I just installed it today.
Make sure you edit the "maxversion" like everyone else said! |
Honestly, there's no reason that this SHOULDN'T work on any version of vBulletin....unless they change the bbcode for some reason :P
As stated in previous posts, you would just need to edit (or remove): HTML Code:
<dependencies> |
It works with 4.1.8
Thankyou Anybody know the plugin which makes you wait for few seconds before taking to external sites |
hi, install this product in Vbulletin 4.1.10 and earlier work, but suddenly stopped working and when I changed the title only shows the name of the page.
|
I noticed in 4.x that is you use the WYSIWYG editor it doesn't work but that is because that editor automatically puts the [url] bbcode around the link before you submit it- so the mod never really gets a chance to change the title since it thinks you have chosen your own title.
|
Quote:
want a user to access my forum and check it out? THX |
BirdOPrey5 Since I discovered what the problem is, if users do not get them registered in the permissions can not view the contents of the issues this product just substitute the name will link to the web, so that functions properly unregistered users should be able view the contents of the issues, and could change that, that part of the code should be modified?
by the way, you speak Spanish? |
I do not speak spanish and honestly I am having trouble following your English.
If you're saying the title isn't being displayed when they link to a page that you have to be registered to view, there is no fix for this- the request to view the page is coming from your sever not from the user making the post so your server will always be a guest since it cannot login to any site. I suppose, and I'm just thinking out loud here, if it's your own site (internal linking) you could create some sort of mod that automatically puts the IP address of your server into a different usergroup so your system doesn't have to login but that is a serious undertaking- not 100% sure it's possible. |
First, I apologize for my horrible English, I use a translator to communicate.
I understand what you say, but could not edit anything to make it work? If you can not just thank you, I've helped a lot and I appreciate the effort. |
Unfortunately there is no way to do this with a mod...
On VB 3.8.7 I made this manual change to showthread.php Find this code: PHP Code:
Replace with: PHP Code:
Note however that it is possible for a hacker to "fake" their IP address and gain access to your hidden threads via this method. I only use it for threads any registered user can see, they are only hidden from guests on my forum so it works for me. |
Quote:
I sent a PM to let you know a project that came to my head to see if it's easy to do and, if possible. |
I would like to auto-bold the title. Is there a way to do that?
|
Edit the plugin for this product-
Find the line: Code:
return "[url=\"" . $text[2] . $text[4] . "\"]" . preg_replace("/\&.+\;/", '', $title[1]) . "[/url]"; Code:
return "[B][url=\"" . $text[2] . $text[4] . "\"]" . preg_replace("/\&.+\;/", '', $title[1]) . "[/url][/B]"; |
Thanks. BTW your plugins are awesome, BOP5.
|
|
Quote:
Open the product .xml file in a text editor. Near the top somewhere you will see max_version or something like that... change it to 5.0.0. And then install. |
Any way to add urls for this mod to ignore? for example facebook comes back as
Quote:
|
Quote:
In the plugin for this mod find the line: Code:
return "[url=\"" . $text[2] . $text[4] . "\"]" . preg_replace("/\&.+\;/", '', $title[1]) . "[/url]"; PHP Code:
|
I get this error when posting, but thank you so much for working on this.
Code:
Parse error: syntax error, unexpected T_RETURN in /home/rjerick/public_html/mpbp/forum/includes/functions_newpost.php(199) : eval()'d code on line 69 Edit fixed it, Just a little oversite. Code:
if (stripos('x'.$fullurl, $thisbad) Code:
if (stripos('x'.$fullurl, $thisbad)) |
1 Attachment(s)
changed the maxversion="4.3.9
While importing product on 4.2 received this ... Code:
Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in [path]/includes/class_core.php on line 724 |
Can you import any other product? This looks like an error with your product system not this specific product.
|
Yes, I can import other products without any warnings.
Everything so far seems to be working even with the warning after importing this mod. I will post back if there is any change. |
During install, I got this message:
https://vborg.vbsupport.ru/external/2015/04/31.png After that, install is successfull, but the mod doesn't work. Can you help me? |
Certain urls give time outs when posting with using this mod on vb4
Most of the time it's ok anyone know of a fix? |
IS this working with vb 5?
|
Quote:
|
Quote:
Quote:
|
does this work with vb 3.8.8?
|
Yes it should.
|
I imported it into my vb 3.8.8 forum and it DID work
but the moment I imported it I got some mysql error which was too quick for me to even see to copy/paste here :( |
Quote:
|
I have opened up the xml file in a text editor. I can't say that I fully understood the codeĀi'm not very fluent in php.
However, I assume that this script could be modified to also get the open graph meta data and display that within a post? |
Quote:
|
true it is also possible to thread title display instead Title Tag?
|
If you upgrade to higher versions of PHP after upgrading to VB 3.8.9 and find this mod is causing deprecation warnings edit the Title_Replace plugin in plugin manager.
Find the code (at the very bottom): Code:
$messagetext = preg_replace( Code:
$messagetext = preg_replace_callback( That should resolve the issue. |
After I PM'd you and didn't get a response I had someone else look into this issue. This is the code they came up with...
Code:
$messagetext = preg_replace_callback( I haven't tested your code but I know for certain that the one above works as I'm currently using it in a production environment. Looks like the same code to me just a different variable name correct? |
Probably, I know my code works, if you're sure the other code works that is fine too.
"My code" by the way is virtually the same code from the VB 3.8.9 source code, which I believe the original bit of code it replaces was copied from earlier 3.x source code. Next time if you do PM me for help and find the answer please let me know so I don't waste time working on something you no longer need. |
All times are GMT. The time now is 11:38 PM. |
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:
|