![]() |
Quote:
Ok thank you very much. Out of curiosity, why? What are the benefits? For the future I think it would be interesting to configuration option. Thanks. |
I thought it was just the way vb4 worked. Anything coming from internally won't trigger the "new post" hooks. Only a live person pressing the "post" button will do that.
But if not, I too would second the suggestion to include this option as a new feature! Ignore moderated posts? y/n |
Bug:
If you have Forum Component URL setting active (under Settings ->Site Name / URL / Contact Details) it will be added to the bit.ly url. For example: if you have there http://www.example.com/forum then every twitter link is broken because bit.ly link is wrong. It looks like this: http://www.example.com/forum/http://www.example.com/showthread.php... The reason for this is that if that Forum Component URL is set that 'fetch_seo_url('thread', $threadinfo);' function will return http://www.example.com/forum/showthread.php but if it's not set it will return showthread.php So when you have this in your code: $baseURL = $vbulletin->options['bburl'] . '/' . fetch_seo_url('thread', $threadinfo); it means that if Forum Component URL is set it goes like this: $baseURL = www.example.com/forum . '/' . http://www.example.com/forum/showthread.php.. -> $baseurl = http://www.example.com/forum/http://www.example.com/forum/showthread.php If it is not set it will be correct $baseURL = www.example.com/forum . '/' . showthread.php.. -> www.example.com/forum/showthread.php... |
Hello,
Once many thanks for the add. I only wish in my Forum CMS News integrate with Twitter just as I do that? Thank you for any tip. |
Quote:
Quote:
Quote:
Quote:
Hiya buddy, Any chance this can become an option yet? |
Hi, works fine for me under vb 4.1.9!
Thank's a lot! |
Using this hack for tweeter, would love to see a similar hack for facebook ;)
|
Awesome plugin thanks so much! :)
|
Any idea on how I could this Mod to only submit from Prefixes that I select/input. I've got my forum organized by Prefixes and some that are general questions and such i'd like to not have go out to Twitter. I'll apply any code changes
|
from what I remember you can only leave out forums for now I am sure someone can code it for you if asked
|
All times are GMT. The time now is 05:23 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:
|