benna84
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] Overview of upcoming matches from all Leagues?Ummmhh… widget could work fine, but the problem is that you must select only 1 league, and then I must use 3 different widget preset.
Forum: Plugins
In reply to: [LeagueManager] Overview of upcoming matches from all Leagues?Your code works, but it’s not what I’m try to do! ??
I don’t wanna list every matches of my teams, I just wanna the “next match” (like widget do), of different hometown team in every single leagues.
I try to be more easy with this example:
there’re 3 leagues (A,B,C) with 11 teams each.
In every league there’s a “home team” (1,2,3).I want see the the “closest” match (in calendar obviously) for one of the home teams.
But just a single match, not a list.I think it is necessary to use the widget code…
Forum: Plugins
In reply to: [LeagueManager] Last X featureHi Defkon1,
I use this shortcode
[standings league_id=2 template="last5"]
Forum: Plugins
In reply to: [LeagueManager] Overview of upcoming matches from all Leagues?Hi, I’ve (probably) the same question – but I want to use the widget display.
Now I’ve 3 different widget setup (’cause I’ve 3 leagues), and I have to update manually the widget block in homepage to show the next match.
I don’t want to show all the leagues at the same time, but only my team “next match” (the first in timeline on every league).
Some ideas?
Thanks a lot
Forum: Plugins
In reply to: [TagPages] [Plugin: TagPages] How to sort tagsHi Berny,
I’m sorry, probably my reply wasn’t very clear.You know, you can order pages with Order in Paga Attributes. So the number that you place in Order was my ‘score’ in the previous post.
This was the best way to solve my problem, but I can be happy also with an alphabetical order for my tags, like this01 Basketball
02 Cycling
03 MTB
04 RunningThanks a lot,
BHi Marcus,
the errors are the same on the top of this page.Now I’ve found a way to hide errors, including
error_reporting(0);
into my template events page.Hi Marcus,
no way to solve this problem!I’ve got the same PHP warning also after the updates, and I don’t know how to turn off ‘error_reporting‘ on my hosting Aruba.
I’m using WP 3.0.1 – PHP 5.2.14 on a Linux Hosting.The other issue is the WYSWYG in my ‘Add New Event’ page, on the Details field. No way to add some informations.
Can you help me?
Thanks a lot,
BForum: Plugins
In reply to: [TagPages] [Plugin: TagPages] How to sort tagsHi Berny,
thank you for the fast answer, but, I admit, I’m not an expert WP coder, so I can’t solve this problem.I’ve used this plugin in this way:
<?php //inserisco gli sport adatti per il prodotto in questione $tags = get_page_tags($post->ID); if (count($tags)) { ?> <h5><span>Sport</span></h5> <ul class="sport-list"> <? foreach($tags as $tag) { echo '<li class="tag-'.$tag->slug.'"><a href="'.get_bloginfo('wpurl').'/sport/'.$tag->slug.'"><img src="'.get_bloginfo('stylesheet_directory').'/timthumb.php?src=wp-content/uploads/sport/'.$tag->slug.'.png&h=100&w=85&zc=1" alt="'.$tag->name.'" /></a></li>'; } ?> </ul> <? } ?>
but I don’t know how tags are ordered by.
It will be amazing if I can add a score to order this list, like pages, but also in alphabetical mode…Thanks a lot,
BennaAmazing! I’ll wait for some news about it.
Forum: Fixing WordPress
In reply to: [Plugin: Events Manager] TinyMCE is not shown under Edit EventSame issue for me!
There’s no way to solve it?