![]() |
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:
|
All times are GMT. The time now is 06:04 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:
|