Vivvo CMS Support Forum Home | Free Trial | Online Demo | Docs and Manuals | Order Now   

Go Back   Vivvo CMS Support Forums > Vivvo 4 > Product Suggestions

Product Suggestions Do you have any suggestion for this version? Please, share it here.

View Poll Results: Did you find this useful?
Did you find this useful? 1 100.00%
Did you find this unuseful? 0 0%
Voters: 1. You may not vote on this poll

Reply
 
Thread Tools Display Modes
Old 06-13-2012, 02:54 AM   #1
worldobservers
Senior Vivvo User
 
Join Date: May 2012
Location: Australia
Posts: 116
Rep Power: 2
worldobservers is on a distinguished road
Default multiple categories

hi
multiple categories very handy and very powerful tools wish vivvo looking in to it in the next major upgrades.

regards
worldobservers is offline   Reply With Quote
Old 06-13-2012, 07:49 PM   #2
sip
Vivvo Veteran
 
Join Date: Sep 2010
Posts: 599
Rep Power: 3
sip is on a distinguished road
Default

Use TOPIC/TAGS and then modify your Category Template. This will allow same article being listed in multiple categories although article URL to article page will be same. We did a site like this for a client who wanted ability to show article in multiple categories.
sip is offline   Reply With Quote
Old 06-13-2012, 11:14 PM   #3
worldobservers
Senior Vivvo User
 
Join Date: May 2012
Location: Australia
Posts: 116
Rep Power: 2
worldobservers is on a distinguished road
Default TOPIC/TAGS and then modify your Category

Hi Sip

we working on it now but we have problem.

any custom category has the topic or tags params only display articles tagged that related to the topic or tags params.

any other non-tagged articles will not display on that custom category.


another thing why we need multi-categories.

on busy and large websites it is not practical at all using tags in order to cross categories.
so how could we remember all the tags names? also each time we posting an article we need to type the tag? what is this? the whole process doesn't make sense.

it is waist of time and so much make around.

it may be OK for tiny website who post may be 20 articles a day.

i thing vivvo did not take this step as yet because of the work involved " reconstruct the whole database", but in my opinion doing this now better than later.


regards

Last edited by worldobservers; 06-13-2012 at 11:37 PM.
worldobservers is offline   Reply With Quote
Old 06-14-2012, 05:51 AM   #4
sip
Vivvo Veteran
 
Join Date: Sep 2010
Posts: 599
Rep Power: 3
sip is on a distinguished road
Default

Hint:
Keep Topic name same as Category Name
In that TOPIC Add a TAG with same Name as Category Name.

Easy to remember that at least. Then comes the case of modifying category template to filter data by the Tag Name ... Works fine no matter whether it is a small site or a site as busy as CNN/NY times and resolves your difficulty about remembering TAG Names.

Adding another overhead for anything which can be achieved right now isn't the right path as then busy websites will then complain that VIVVO is bringing the server to it's knees
sip is offline   Reply With Quote
Old 06-14-2012, 06:47 AM   #5
worldobservers
Senior Vivvo User
 
Join Date: May 2012
Location: Australia
Posts: 116
Rep Power: 2
worldobservers is on a distinguished road
Default TOPIC/TAGS and then modify your Category

Hi Sip

well. in my case i have one topic which i am using for all categories and than tags related to that topics.

different tag for each custom category template.

example of one custom category template:
<vte:param name="search_topic_id" value="103" />
<vte:param name="search_all_tag_ids" value="129" />

i already have the tags names same as the categories names , should i use the tag name in the params instead of the id number?

regards

Last edited by worldobservers; 06-14-2012 at 07:01 AM.
worldobservers is offline   Reply With Quote
Old 06-14-2012, 02:55 PM   #6
sip
Vivvo Veteran
 
Join Date: Sep 2010
Posts: 599
Rep Power: 3
sip is on a distinguished road
Default

In the scheme of things that we did for client, we used only one category template. But then we had a TOPIC for each category with same name as category and then a TAG within the topic with same name.

Doing category template per category is a nightmare managing changes.
sip is offline   Reply With Quote
Old 06-14-2012, 10:25 PM   #7
worldobservers
Senior Vivvo User
 
Join Date: May 2012
Location: Australia
Posts: 116
Rep Power: 2
worldobservers is on a distinguished road
Default

Hi Sip


it did not make sense to me from the beginning making template for each category.


this is one of the reason i am suggesting "multiple categories" as a solution.

what u saying is logic.

can u pls provide me with the param that contains both the topic and tag at the same time if this is what u mean.

OR

did u mean something like "<vte:param name="search_topic" value="{topic name in here same as category name lets say"sport"}" />"

than in the database a tag related to the topic "sport" named "sport" as well ???



pls correct me if i am wrong as this cross categories being for almost 2 weeks no success.





in regards of:
Adding another overhead for anything which can be achieved right now isn't the right path as then busy websites will then complain that VIVVO is bringing the server to it's knees

well, it should be than an option to turn multicategories off or on.

cross categories as it is now very un-professional, so much make around, so much waist of time, it is so complicated.
in my case 2 weeks of making around and still no solutions.

we do not need to edit this and edit that. it is just straight forward multiple categories.

regards

Last edited by worldobservers; 06-15-2012 at 12:20 AM.
worldobservers is offline   Reply With Quote
Old 06-15-2012, 05:30 AM   #8
zontech
Senior Vivvo User
 
Join Date: Dec 2008
Posts: 336
Rep Power: 5
zontech is on a distinguished road
Default

Hi worldobservers,

WordPress does a nice job of multi-categories - a few mouse clicks and you're motoring . . .
zontech is offline   Reply With Quote
Old 06-15-2012, 12:03 PM   #9
sip
Vivvo Veteran
 
Join Date: Sep 2010
Posts: 599
Rep Power: 3
sip is on a distinguished road
Default

@worldobservers:

This is what we did for the client (YMMV == Your Mileage May vary):

Code:
<vte:params>
<vte:param name="search_cid" value="{VIVVO_MODULES_TICKER_CATEGORIES}" />
<vte:param name="search_tag" value="{PAGE_TITLE}" />
<vte:param name="search_order" value="descending" />
<vte:param name="search_sort_by" value="{VIVVO_HOMEPAGE_ARTICLE_LIST_ORDER}" />
</vte:params>
Above is added just below:

Code:
<vte:box module="box_article_list" params = "{content_params}">
I am not a big fan of Wordpress when their thumbnail (based on timthumb which most theme developers use) plugin itself starts hitting mod_sec rules and then want the host to disable mod_secu for them and more so because:

http://secunia.com/community/advisor...arch=wordpress
sip is offline   Reply With Quote
Old 06-16-2012, 08:52 AM   #10
sip
Vivvo Veteran
 
Join Date: Sep 2010
Posts: 599
Rep Power: 3
sip is on a distinguished road
Default

Quote:
Originally Posted by worldobservers View Post
Hi Sip

but the rest of the un-tagged articles still not there. therefore, we need to pull them out as well.

what did i miss in there?
regards
In our case, all articles are TAGGED.
That's why we did Topic Name = Category Name
and within the Topic we had one TAG = Catgeory Name.

That's why i did mention YMMV
sip is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Order now:

Order your copy of Vivvo now and get:
bullet Six months free upgrades
bullet Free support
bullet Full source code
bullet Immediate download
bullet Starting at only $295.00
Order now

Support HelpDesk:

You can submit a trouble ticket in the support area at any time, using your client area email and password.

Vivvo CMS Resource Center:

The Vivvo CMS Resource Center is your window to a variety of resources that showcase Vivvo's features and technologies. So whether you're brand new to Vivvo or a seasoned user, you can find the information you need right here!

Latest Additions:

Contact us:

Business hours
Mon-Fri 9:00AM - 6:00PM GMT+1
(Europe)
Telephone Sales
381 11 311-50-20
Email inquiries
sales@vivvo.net
(Sales inquiries)
support@vivvo.net
(Support inquiries)

All times are GMT +1. The time now is 07:21 PM.
Contact Us - Vivvo Home - Archive - Privacy Statement - Top

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.