Stuart Wright
Well-known member
Thanks. This addon does a good job of putting maps into the node list.GotchaLemme see if I can come up with something that will work for you.
http://xenforo.com/community/resources/hotspots-by-waindigo.2040/
Thanks. This addon does a good job of putting maps into the node list.GotchaLemme see if I can come up with something that will work for you.
I have further suggestions please.
When viewing a tab on a showcase, if I click the edit link, I would like the editor to open editing that specific tab.
Similarly if I am editing a tab and I save it, I would want the showcase to be redisplayed with that tab open.
Ok, will do.Post suggestions and ask for help at the support site - http://addons.nfljunkies.com/forums/showcase-suggestions.37/
Makes it easier to track them.
How can I make the single rating block into a mutli-set ratings block for user reviews.
Example: Users will be able to give different ratings for different criteria and then an overall rating is calculated based on that however each individual rating is also shown
User ratings
-----------------------
Originality : 2
Production : 3
Special Effects : 4
Acting : 5
Storytelling :4
Complexity :5
We calculate the overall rating
---------------------------
Overall Rating: 3.8/5
I have further suggestions please.
When viewing a tab on a showcase, if I click the edit link, I would like the editor to open editing that specific tab.
Similarly if I am editing a tab and I save it, I would want the showcase to be redisplayed with that tab open.
You can do this, however, it takes quite a bit of programming, and DB changes. I've done this for my upcoming Reviews addon and its a lot more complex then the current single review system.
Since I purchased Showcase I want to force my Users to use this addon in specific forums if they want to post a new Thread.
If there is no option for it, it may is usefull to redirect them to a certain Showcase-Item-Creation-Area by clicking 'Post New Thread'
Anyway I think this can easiely be achieved by adding a few lines in EXTRA.CSS
Something like in node.x {createnewtopic.link url="..." !important} isn't?
But I'm not into this stuff...
[Edit] I found a VB Mod, that does the exactly thing: To redirect on a specific Post New Thread Link. (May it's usefull for someone in order to provide a code for XF: http://www.vbulletin.org/forum/showthread.php?t=214690 )
[Edit2] May Lee got a solution... Idea is to exchange the Post New Thread Button with a different button (that links anywhere) in a certain forum.
Would someone help?
Best regards!
Also: Is it possible with certain adjustments for specific categorys to not pop up at the ShowCase Overview like inside the Top Rated Tab, Most Recent Tab and Most Popular Tab?
Not sure I follow what you are wanting to do? Are you wanting the "Post New Thread" in a specific forum to redirect to the Create Item forum for a specific Showcase Category? If so, you could do that with a template edit and conditionals fairly easy (in theory). Post this over at the support site and I will look into it.
As for your second questions, all Blocks, Modules, Widgets have a category chooser which allow you to select with categories to pull content from.
Really, I'm kind of overwhelmed from all those options, where can I find those set ups?
Best regards!
@bobster65 still waiting for help on thisI hope we can get something like that for showcase where users rate it. I just had a look at the custom fields created by this custom field http://xenforo.com/community/resources/star-rating-for-custom-fields-1-1-x-custom-field-xml.1596/
created for the custom field addon I posted earlier and I think it can be imported into showcase without much programming. It needs extra php call back option added to Field Type,Value Match Requirements,Value Display HTML to start using custom fields addon to take care of the extra star ratings.
@bobster65 still waiting for help on this
{username} submitted a new Showcase Item:
[url={itemLink}]{title}[/url]
[quote]{snippet}[/quote]
[url={itemLink}]Read more about this showcase item here...[/url]
[quote]{snippet}[/quote]
you can do that with a phrase edit (just remove the quote part of it).
Phrase: nflj_showcase_message_create_item
HTML:{username} submitted a new Showcase Item: [url={itemLink}]{title}[/url] [quote]{snippet}[/quote] [url={itemLink}]Read more about this showcase item here...[/url]
Remove
Code:[quote]{snippet}[/quote]
$snippet = trim(XenForo_Helper_String::wholeWordTrim($item['message'], 2500));
We use essential cookies to make this site work, and optional cookies to enhance your experience.