PDA

View Full Version : Tag cloud block for vbdrupal


redraider
27 Jun 2008, 15:15
This is my first mod to be released in vb org. Its a simple mod which helps you to show vbulletin tags in a vbdrupal (http://www.vbulletin.org/forum/showthread.php?t=153543) block. If you have suggestions to improve, please drop them in here. Please note the vbdrupal 5.7 is compatible with vb3.7.x hence I have released this mod here. here.

What does it do:
This hack is for tagging feature introduced in vb3.7x. It uses vbulletin's tag cloud templates to show a tag cloud on drupal block:

Steps to Install

Backup
- Make sure you have vbdrupal installed and working
- Make sure you have vbulletin 3.7.x installed and working. This mod will not work with vb 3.6.x since tagging was introduced only in vb 3.7
- Make sure you take a backup

Install
1: Drupal admin -> Add block

2: Select input format as phpcode

3: (you can change the CSS part to your liking)



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Try the default one first, but you may need to change the BOLD line above to suite you directory structure, t. Make sure php is selected as input format.

4: Save block

5: (Optional to make the box look better), Recommended to use template modification system plugin (http://www.vbulletin.org/forum/showthread.php?t=152931).
Edit template: tag_cloud_box_search

Find and delete:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

redraider
27 Jun 2008, 15:20
reserved first post.

sinucello
28 Jun 2008, 10:16
Hello redraider,

thanks for sharing this! Drupal seems to be a great companion for vBulletin. Will this create a bridge to Drupals taxonomy system or will it just display the vB tags somewhere on the Drupal pages and you have to add the same tags again with Drupal taxonomy?

all the best,
Sacha

redraider
29 Jun 2008, 11:52
This will just display the vb Tags in a drupal blocks/ nodes and is not a bridge

I am looking into combining the two (drupal tags + vbuleltin tags) , but that is more complex.

karlm
06 Jul 2008, 17:25
Nice work :)

leitel
31 Aug 2008, 14:18
I am again looking at Drupal/vB/vbSEO. A major attraction is the Drupal tag cloud. I wonder if it is possible to associate Drupal tags to a vB thread. I need a way to show ALL content, Drupal AND/OR vB content based on ONE tag system. Has anyone seen/done this?

redraider
05 Sep 2008, 03:19
I dont think this has been done.

leitel
05 Sep 2008, 03:59
In this post http://www.vbdrupal.org/forum/showpost.php?p=8984&postcount=5 I described this need and some ideas on how it could be accomplished. At this point it is a gleam in my eye!! :)

gtcompscientist
15 Sep 2008, 20:53
I can't seem to get the tag cloud to show up properly... it just shows the code (minus the actual <style> tags).

redraider
02 Oct 2008, 19:51
It seems to me that you havent put the input format as php code for the block ...that is why all the code is escaped'