![]() |
Quote:
Quote:
Quote:
|
Love your mod! I found that if you are using a template other than out-of-the-box, you have to put the buttons into that template's "buttons" directory, not the the default images/buttons/ directory. Thanks so much! Love it - INSTALLED.
|
I installed this tonight, and it seems to be working, but now I am getting an uncached template:
Uncached templates: vBsociable_bits (15) I'm running 3.6.5. Did I forget to do something or is this the same for everyone? Thanks! |
Quote:
|
/me marks installed
thanks a lot |
Thanks Installed was in search of this
|
Thanks, nice little program but I'm still not sure exactly how useful this is or even how it works entirely yet. Does this bring in more visitors to the forum? More SEO help and exposure? What happens to the thread after it gets submitted exactly?
Installed |
has anyone installed this on 3.5x? just checking before I attempt it.
|
Great little mod few questions before I click install, as this thread seems to have gone a little quiet.
a) Can you configure which sites are listed in the drop down. b) Is it now possible to choose a select few like Digg, delicious etc and add them to postbit. |
Quote:
At least that's what I presume is supposed to happen. |
I am having difficulty installing this product in our 3.58 test forum. When I import the product it generates this error in the vBulletin product manager:
Database error in vBulletin 3.5.8: Invalid SQL: ### INSERT QUERY GENERATED BY fetch_query_sql() ### INSERT INTO plugin (`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`) VALUES ('1', '5', 'vBSociable', 'showthread_complete', '// ################################################## ###############################\r\n// vBsociable\r\n$vBsociable = array(\r\n \'del.icio.us\' => array(\r\n \'img\' => \'delicious.png\',\r\n \'url\' => \'http://del.icio.us/post?url=LINK&title=TITLE\'\r\n ),\r\n \'Digg\' => array(\r\n \'img\' => \'digg.png\',\r\n \'url\' => \'http://digg.com/submit?phase=2&url=LINK&title=TITLE\'\r\n ),\r\n \'Facebook\' => array(\r\n \'img\' => \'facebook.png\',\r\n \'url\' => \'http://www.facebook.com/share.php?u=LINK\'\r\n ),\r\n \'feedmelinks\' => array(\r\n \'img\' => \'feedmelinks.png\',\r\n \'url\' => \'http://feedmelinks.com/categorize?from=toolbar&op=submit&url=LINK &name=TITLE\'\r\n ),\r\n \'Furl\' => array(\r\n \'img\' => \'furl.png\',\r\n \'url\' => \'http://www.furl.net/storeIt.jsp?u=LINK&t=TITLE\'\r\n ),\r\n \'Ma.gnolia\' => array(\r\n \'img\' => \'magnolia.png\',\r\n \'url\' => \'http://ma.gnolia.com/bookmarklet/add?url=LINK&title=TITLE\'\r\n ),\r\n \'NewsVine\' => array(\r\n \'img\' => \'newsvine.png\',\r\n \'url\' => \'http://www.newsvine.com/_tools/seed&save?u=LINK&h=TITLE\'\r\n ),\r\n \'Netscape\' => array(\r\n \'img\' => \'netscape.gif\',\r\n \'url\' => \'http://www.netscape.com/submit/?U=LINK&T=TITLE\'\r\n ),\r\n \'Reddit\' => array(\r\n \'img\' => \'reddit.png\',\r\n \'url\' => \'http://reddit.com/submit?url=LINK&title=TITLE\'\r\n ),\r\n \'Slashdot\' => array(\r\n \'img\' => \'slashdot.png\',\r\n \'url\' => \'http://slashdot.org/bookmark.pl?title=TITLE&url=LINK\'\r\n ),\r\n \'SphereIt\' => array(\r\n \'img\' => \'sphere.png\',\r\n \'url\' => \'http://www.sphere.com/search?q=sphereit:LINK&title=TITLE\'\r\n ),\r\n \'Spurl\' => array(\r\n \'img\' => \'spurl.png\',\r\n \'url\' => \'http://www.spurl.net/spurl.php?url=LINK&title=TITLE\'\r\n ),\r\n \'StumbleUpon\' => array(\r\n \'img\' => \'stumbleupon.png\',\r\n \'url\' => \'http://www.stumbleupon.com/submit?url=LINK&title=TITLE\'\r\n ),\r\n \'Technorati\' => array(\r\n \'img\' => \'technorati.png\',\r\n \'url\' => \'http://technorati.com/faves?add=LINK\'\r\n ),\r\n \'YahooMyWeb\' => array(\r\n \'img\' => \'yahoomyweb.png\',\r\n \'url\' => \'http://myweb2.search.yahoo.com/myresults/bookmarklet?u=LINK&=TITLE\'\r\n )\r\n);\r\n\r\nif ($vbulletin->options[\'vBsociable_enabled\'])\r\n{\r\n // Are we wanting to exclude certain forums?\r\n if (!empty($vbulletin->options[\'vBsociable_excluded\']))\r\n {\r\n if (strpos($vbulletin->options[\'vBsociable_excluded\'], \',\') === false)\r\n {\r\n $excluded_forums = array($vbulletin->options[\'vBsociable_excluded\']);\r\n }\r\n else\r\n {\r\n $excluded_forums = explode(\',\', $vbulletin->options[\'vBsociable_excluded\']);\r\n }\r\n }\r\n else\r\n {\r\n $excluded_forums = array();\r\n }\r\n\r\n $excluded = false;\r\n\r\n foreach ($excluded_forums AS $excluded_forum)\r\n {\r\n if ($thread[\'forumid\'] == $excluded_forum)\r\n {\r\n $excluded = true;\r\n break;\r\n }\r\n }\r\n unset($excluded_forums);\r\n\r\n // Let\'s go..\r\n if ($excluded)\r\n {\r\n $show[\'vBsociable\'] = false;\r\n }\r\n else\r\n {\r\n $show[\'vBsociable\'] = true;\r\n $threadurl = urlencode($vbulletin->options[\'bburl\'] . \"/showthread.php?t=$thread[threadid]\");\r\n $threadtitle = urlencode($thread[\'title\']);\r\n\r\n foreach ($vBsociable AS $name => $values)\r\n {\r\n $vBsociable_img = $values[\'img\'];\r\n $vBsociable_phrase = $vbphrase[\'vBsociable_\' . strtolower(str_replace(\'.\', \'\', $name))];\r\n $vBsociable_url = str_replace(array(\r\n \'LINK\',\r\n \'TITLE\'\r\n ), \r\n array(\r\n $threadurl,\r\n $threadtitle\r\n ), $values[\'url\']);\r\n eval(\'$vBsociablebits .= \"\' . fetch_template(\'vBsociable_bits\') . \'\";\');\r\n }\r\n }\r\n}\r\nelse\r\n{\r\n $show[\'vBsociable\'] = false;\r\n}\r\nunset($vBsociable);\r\n// ################################################## ###############################', 'vBsociable'); MySQL Error : Unknown column 'executionorder' in 'field list' Error Number : 1054 Date : Monday, August 27th 2007 @ 03:54:18 PM Script : http://www.velocity.to/forums/admincp/plugin.php ....... Then the product seems to partially install (it doesn't work but shows up in the installed products). what can I do to solve it? Thanks for your help. |
worked on 3.8 at booze britain
I also added a couple of others to the list. Is there any way of greating a keywords tag, on top of the LINK, and TITLE ? |
I've been very busy the last couple months. I'll see what I can do about getting another version out.
Quote:
Quote:
|
Quote:
When you submit the content of the post to digg etc, does it inclue the link back to your forum to increase traffic ? Is that the purpose? I've never "dugg" anything so not entirely sure how the process works. |
Quote:
In the meantime - can sites be removed via the xml file? |
Is it possible to be able to post into another forum ? Like having a custom site...
i.e : post in my own forum and would post it here (vb.org) (provided they are both members) and if selected in the submit tools. Thanks :confused: |
.
Outstanding. Thanks SecondV. InStalled. . |
Since I will be starting a new job soon, I will not have any time to work on my modifications.
Therefore, anyone who wants to take my modification(s) and build/improve them further, are free to do so. All I ask is you give proper credit. |
Very good thanks:D
|
If you're still working on this at all, it would be nice to be able to apply this to the vBulletin Blog posts as well.
Cheers! |
Very nice, thanks!
|
Quote:
Dexter... |
will the new version be available soon ? i'm waiting
|
I can't get the image to show up. Any idea?
|
where do i copy all these code ?Make the following template edits: which template??
sorry im pretty nesw to VB |
Quote:
|
|
Quote:
|
I installed vblog in vbulletin. Vbsociable submit thread displays in the vbulletin threads but not in the blogs. Is it possible to display the submit thread or submit entry in the blogs?
|
Any responce here?
|
Can anyone answer the above post please. Is Vbsociable compatible with vblog? If so what do I need to do to get it to work correctly?
|
very nice mod INSTALLED! thanks.
I like the others would love to see a coupe of things, if possible. Mind you, I love and appreciate the mod either way, not complaining at all! If there was a way to enable/disable in admin which ones you wanted available. And if there was a more visible way for users to see this. I am not sure how often users will click on the submit thread tab. Thanks |
the pictures don't appear in my drop down,only the name twice
any ideas? |
Wow, not been on much. Amazing how much interest there was in this Mod. Two things, one:
Quote:
This is now a feature of vB 3.7, so really no need to continue this mod. |
Is there a way to place the icons in another forum, like horizontaly instead of a drop-down menu?
|
Request Feature for the Future:
Auto Digg (or whatever chosen via ACP) on Thread Creation using a defined user account via the ACP. That'd be pretty cool, but great work on this anyway, installing now. |
/me uninstalls vb3.7.0 covers these bases
|
Hi Guys,
Instead of them being in the drop down "Submit Tools" I would like to put them across the bottom of the post. Does anyone know the code I would include to show just the images without the dropdown, been playing around with it for hours :( Andy |
i'm looking for an "auto social bookmarking posting plugin" for vB. where is it located?
|
nobody has an answer for this?
|
All times are GMT. The time now is 01:37 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:
|