The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
CMS Widget Tag Cloud Ver 1.2 Details »» | |||||||||||||||||||||||||||||||
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:
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:
PHP Code:
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
Screenshots
Supporters / CoAuthors Show Your Support
|
Comments |
#52
|
|||
|
|||
Excellent work! Thanks for the hard work!
Regards, Dan. |
#53
|
|||
|
|||
Installed and works very well thanks for doing this!
|
#54
|
|||
|
|||
Quote:
Trady. |
#55
|
|||
|
|||
Hey Dev.Sun, good widget.
I've tweaked line 21 and 22 in "cms_tagcloud ver 1.2.xml" because of a 404 error from "Total tags" and "More tags" - It only affects users who have the home URL direct to their CMS page. Instead of the code looking for the homepage URL it now looks for the forum URL: Before: Code:
<a href="{vb:raw vboptions.homeurl}/tags.php">Total Tags: {vb:raw cloud.count}</a><br /> <a href="{vb:raw vboptions.homeurl}/tags.php">More Tags</a></p> Code:
<a href="{vb:raw vboptions.bburl}/tags.php">Total Tags: {vb:raw cloud.count}</a><br /> <a href="{vb:raw vboptions.bburl}/tags.php">More Tags</a></p> Regards. |
#56
|
|||
|
|||
Nice thought but not pnp as we have all come to expect...
1. it was all blank as I created the widget as "Tag Cloud" instead of "CMS Tag Cloud". 2. after I got it to work the font sizes are all the same... can't find the line it says to replace in the intructions. 3. the links are wrong as mentioned in the post above. I don't see how this has a 5 star rating with all these problems. |
#57
|
|||
|
|||
Not to mention the demo work doesn't work.
|
#58
|
|||
|
|||
vBulletin version 4.1.3 has Tag cloud in CMS Home page.
I think we don't need this mod. Thanks for used. |
#59
|
|||
|
|||
vb's 4.1.3 is still limited.
I am looking for a custom tag cloud. is it possible to exclude or include certain forum's tag cloud show up only? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|