Title: Symphasia's Replies | WordPress.org

---

# Symphasia

  [  ](https://wordpress.org/support/users/symphasia/)

 *   [Profile](https://wordpress.org/support/users/symphasia/)
 *   [Topics Started](https://wordpress.org/support/users/symphasia/topics/)
 *   [Replies Created](https://wordpress.org/support/users/symphasia/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/symphasia/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/symphasia/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/symphasia/engagements/)
 *   [Favorites](https://wordpress.org/support/users/symphasia/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] No access to options](https://wordpress.org/support/topic/no-access-to-options/)
 *  Thread Starter [Symphasia](https://wordpress.org/support/users/symphasia/)
 * (@symphasia)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/no-access-to-options/#post-6915586)
 * Sorry… Not working. I got this error message:
 * Fatal error: Call to a member function remove_cap() on a non-object in C:\xampp\
   htdocs\svdworp\wp-content\plugins\nextgen-gallery\products\photocrati_nextgen\
   modules\ngglegacy\admin\install.php on line 115
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] No access to options](https://wordpress.org/support/topic/no-access-to-options/)
 *  Thread Starter [Symphasia](https://wordpress.org/support/users/symphasia/)
 * (@symphasia)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/no-access-to-options/#post-6915338)
 * Oh… and i have other site with AAM installed and nextgen and it works perfectly.
   It is only on 1 website.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SportsPress - Sports Club & League Manager] I need to customize the player & events template](https://wordpress.org/support/topic/i-need-to-customize-the-player-events-template/)
 *  [Symphasia](https://wordpress.org/support/users/symphasia/)
 * (@symphasia)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/i-need-to-customize-the-player-events-template/#post-5037036)
 * Hi,
 * I’m working on my own template of event-results.php. And I was wondering how 
   do I get to display the result of the match? I have this:
 *     ```
       $id = get_the_ID();
       $teams = get_post_meta( $id, 'sp_team' );
       $result = get_post_meta( $id, 'sp_results' );
   
       echo 	'<div id="box-event">
       		<table>
       		<tr>
       		<td class="team-1">' . get_the_title( $teams[0] ) . '</td>
       		<td class="result">' . $result . '</td>
       		<td class="team-2">' . get_the_title( $teams[1] ) . '</td>
       		</tr>
       		</table>
       	</div>
   
       <br>';
       ```
   
 * Where there is $result, there should be the score of the match.
 * Thx for your time and help.
    grtz
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SportsPress - Sports Club & League Manager] League table](https://wordpress.org/support/topic/league-table-2/)
 *  Thread Starter [Symphasia](https://wordpress.org/support/users/symphasia/)
 * (@symphasia)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/league-table-2/#post-5177998)
 * I just received a mail from themeboy. Both of my question will be a new function
   in the next update.
    So thank u Themboy! Keep up the good work. I like your plugin
   and I will recommend it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Responsive Menu] Fail to work](https://wordpress.org/support/topic/fail-to-work/)
 *  Thread Starter [Symphasia](https://wordpress.org/support/users/symphasia/)
 * (@symphasia)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fail-to-work/#post-5191373)
 * Hi Nirmal,
 * I don’t know if the last update made a difference, but everything seems good 
   now.
    Thank you for your time AND for your great plugin!!
 * Symph
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Organiser] [Plugin: Event Organiser] ckeditor not working](https://wordpress.org/support/topic/event-organiser-and-ckeditor/)
 *  Thread Starter [Symphasia](https://wordpress.org/support/users/symphasia/)
 * (@symphasia)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/event-organiser-and-ckeditor/#post-4344061)
 * resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Responsive Menu] Fail to work](https://wordpress.org/support/topic/fail-to-work/)
 *  Thread Starter [Symphasia](https://wordpress.org/support/users/symphasia/)
 * (@symphasia)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fail-to-work/#post-5191358)
 * Hey Nirmal,
 * I tried some things but still can’t make it to work.
    I made some screenshots
   like you asked.
 * [screenshot 1](http://floragreen.be/screenshots/prtsc01.png)
    [screenshot 2](http://floragreen.be/screenshots/prtsc02.png)
   [screenshot 3](http://floragreen.be/screenshots/prtsc03.png)
 * Thanks for your help!
    Symph
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SportsPress - Sports Club & League Manager] League table](https://wordpress.org/support/topic/league-table-2/)
 *  Thread Starter [Symphasia](https://wordpress.org/support/users/symphasia/)
 * (@symphasia)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/league-table-2/#post-5177970)
 * [@fitshase](https://wordpress.org/support/users/fitshase/): I found a solution
   for my second question.
 * **open sportspress/templates/league-table.php. The search for this line:**
 *     ```
       $output .= '<tr class="' . ( $i % 2 == 0 ? 'odd' : 'even' ) . '">';
       ```
   
 * **replace it with this:**
 *     ```
       if ($name == "YOUR_TEAM_NAME_A" or $name == "YOUR_TEAM_NAME_B") {
       		$output .= '<tr class="' . ( $i % 2 == 0 ? 'odd-highlight' : 'even-highlight' ) . '">';
       	}
       	else {
       		$output .= '<tr class="' . ( $i % 2 == 0 ? 'odd' : 'even' ) . '">';
       	}
       ```
   
 * Now op your css and give it a color.
 * This should work, it worked for me.
    grtz

Viewing 8 replies - 1 through 8 (of 8 total)