Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications

Reply
 
Thread Tools
CMS Widget Tag Cloud Ver 1.2 Details »»
CMS Widget Tag Cloud Ver 1.2
Version: 1.2, by Dev.Sun Dev.Sun is offline
Developer Last Online: Nov 2012 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.0.2 Rating:
Released: 02-09-2010 Last Update: 02-27-2010 Installs: 57
Uses Plugins Template Edits
Additional Files Translations  
No support by the author.

Someone like me. Want to display Tag Cloud at the forum slidebar out Widget Page Content . I did and rewriting. What you want you can use. If it's useful, then press installed

Features
+ Show TagCloud at CMS Content Page such as Forum Home
+ Total Tags.
+ Link More Tags.

Live demo: http://vnwds.com/content/1-home

ScreenShot:


Step 1
Go to yoursite/admincp and select vBulletin CMS ~~> Widgets
Press Create New Widget

At Widget Type select PHP Direct Execution
At Title type: CMS Tag Cloud (or something if you want)
Save


Step 2 - Configure Widgets
Select CMS Tag Cloud and click Configure.
Clear all text at Textarea
Copy and paste PHP code below and then save config

PHP Code:
require_once(DIR '/includes/functions_cms_tagcloud.php');
$output fetch_cms_tagcloud('usage') ; 
Step 3
Go to yoursite/admincp and select vBulletin CMS ~~> Layout Manager
Select your layout (eg: Default Layout)
Edit ~~> Go

At Widgets Select CMS Tag Cloud and Add to the right (>) (where column you want show this tag cloud)

Step 4
Upload file includes/functions_cms_tagcloud.php
to yoursite/includes/

Step 5
yoursite/admincp/Plugins & Products
Manage Products ~~> [Add/Import Product]
Import product at attachment.

** IF ALL TAG IS THE SAME FONT
Go to Admincp/Style Manager
Search vbcms_page
Find:
PHP Code:
<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}vbcms.css,postbit-lite.css,postlist.css,lightbox.css" /> 
Replace
PHP Code:
<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}vbcms.css,postbit-lite.css,postlist.css,lightbox.css,tagcloud.css" /> 

Change log
Icon Legend
+ : Add
- : Remove
* : Update
=================================
Change log version 1.1.2 to 1.2
* file product xml
* Total Tags at widget template

Fix bug all tag is the same font at vBulletin version 4.0.2 PL1
=================================

Change log version 1.1 to 1.1.2
+ php code at widget template
* file product xml
+ file functions_cms_tagcloud.php

In this version, I change php code (function fetch_cms_tagcloud) in product to php file.
To fix bug create article at content or promote to article at forum
=================================
Change log version 1.0 to 1.1
- php code at widget template
+ php code to product
* Link "more tag"
=================================


Manual
To manager number of tag show on cloud.
The same with tag cloud on forumhome slidebar

Setting Option:
Go to admincp/Setting/Options
Select Tagging option

Manager
Admincp/Tag

Tag Cloud: Number of Tags - The maximum number of tags to display in the tag cloud.
Tag Cloud: Number of Levels - The number of levels to be shown in the tag cloud.
Use it if you have Merger tag as synonyms (Admincp/Tag)
......
That All.

Download Now

File Type: zip vBulletin CMS Tag Cloud.zip (3.5 KB, 102 views)
File Type: zip vBulletin CMS Tag Cloud 1.2.zip (3.5 KB, 313 views)

Screenshots

File Type: jpg tag_cloud.jpg (92.9 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 02-23-2010, 12:56 AM
Dev.Sun Dev.Sun is offline
 
Join Date: Dec 2007
Location: Ho Chi Minh
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fer_75 View Post
Why urls are not seo friendly if I have vbseo installed ? Is it possisble to make this compatible with vbseo?
Sorry, I don't use vbseo. At version 4.0 vBulletin has option friendly URLs.
I don't have idea to development product for vbseo. You can development it if you want.

Quote:
Originally Posted by Brew View Post
The tag cloud is just showing tags, without formatting

Any ideas?
I don't have idea for your problem. All formatting like Slidebar at forum home. Because all css (at content page and forum home) is the same. Can you check your css again?
Reply With Quote
  #33  
Old 02-23-2010, 01:40 AM
WNYorker WNYorker is offline
 
Join Date: Nov 2009
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I also have trouble with the formatting of the tag cloud. All the same size font.
Reply With Quote
  #34  
Old 02-24-2010, 01:11 AM
Brew's Avatar
Brew Brew is offline
 
Join Date: Sep 2002
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dev.Sun View Post
I don't have idea for your problem. All formatting like Slidebar at forum home. Because all css (at content page and forum home) is the same. Can you check your css again?
I haven't done anything with the CSS. This is a pretty new vb4 install.

The tag cloud works on forumhome, though it's not a part of your mod.
Reply With Quote
  #35  
Old 02-24-2010, 08:09 AM
kingMOB kingMOB is offline
 
Join Date: Nov 2007
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brew View Post
The tag cloud is just showing tags, without formatting

Any ideas?
Same thing here, all tags are level 3 font size (that I think it's the default font size for my widgets). In the admin cp it's configured to the default 5 level font sizes.
Reply With Quote
  #36  
Old 02-25-2010, 04:13 PM
BLykMik BLykMik is offline
 
Join Date: Jun 2005
Location: Los Angeles, CA
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello. Thanks for sharing this mod!

I have three questions, if you'd be so kind...

1.) I'm having the same issue as the above posters where the tags are not showing as different sizes. They're all the same font size. (I've made sure that some tags are used more often, to confirm that they're not just all equally used.)

What controls the font sizing and how do I get that working?

2.) The "More" tag takes me to a non existent php page. (tags.php) I'm not sure what is supposed to be there, why it isn't, or what I can do to fix this.

3.) How can I just force this widget to use the default widget css styles? (A stepthrough would be good, as I'm a total beginner here)

Thanks again for making this mod!
Reply With Quote
  #37  
Old 02-26-2010, 05:52 AM
Dev.Sun Dev.Sun is offline
 
Join Date: Dec 2007
Location: Ho Chi Minh
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BLykMik View Post
1.) I'm having the same issue as the above posters where the tags are not showing as different sizes. They're all the same font size. (I've made sure that some tags are used more often, to confirm that they're not just all equally used.)

What controls the font sizing and how do I get that working?
I just upgraded to version 4.0.2 PL1. I have seen this error. I will fix a soon as possible.

Quote:
Originally Posted by BLykMik View Post
2.) The "More" tag takes me to a non existent php page. (tags.php) I'm not sure what is supposed to be there, why it isn't, or what I can do to fix this.
I don't know you can upload files or not enough because if you use vBulletin Publishing Suite will have this file. See to fix it at 3.)

Demo at vBulletin.com
http://www.vbulletin.com/forum/tags.php

Quote:
Originally Posted by BLykMik View Post
3.) How can I just force this widget to use the default widget css styles? (A stepthrough would be good, as I'm a total beginner here)
Go to admincp and search template "cms_tag_cloud"
As you see at this template
PHP Code:
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}tagcloud.css" /> 
I'm include default css of vBulletin to show different font size in tagcloud.
At here, you can edit or translate link "More Tag"

if you want to edit default widget css style, I think you need edit at StyleVars and vbcms.css template.

P/S: I will fix tags are not showing as different sizes at vbulletin version 4.0.2 a soon as possible.

Thanks All!
Reply With Quote
  #38  
Old 02-26-2010, 08:53 AM
Dev.Sun Dev.Sun is offline
 
Join Date: Dec 2007
Location: Ho Chi Minh
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mod version 1.2 for vbulletin 4.0.2 Pl1 is release.
Reply With Quote
  #39  
Old 02-27-2010, 02:34 PM
Doctor Death Doctor Death is offline
 
Join Date: Dec 2005
Posts: 449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod was working great until upgrade to latest version.

Now tag cloud is empty on CMS page.

Any ideas?
Reply With Quote
  #40  
Old 02-27-2010, 03:27 PM
BLykMik BLykMik is offline
 
Join Date: Jun 2005
Location: Los Angeles, CA
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Doctor Death View Post
This mod was working great until upgrade to latest version.

Now tag cloud is empty on CMS page.

Any ideas?
Yeah.... same thing. My cloud is empty too.
Reply With Quote
  #41  
Old 02-27-2010, 05:05 PM
Doctor Death Doctor Death is offline
 
Join Date: Dec 2005
Posts: 449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dev.sun, are you here? Seems like your latest patch broke the system.

Please let us know you understand this else we have to uninstall (which I wouldnt want).

Thanks

Doc
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:34 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
  • Page Generation 0.07598 seconds
  • Memory Usage 2,344KB
  • Queries Executed 29 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete