reggiegeografo
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Deleted pageHi Greg,
I know this is my nth time to ask. But Im just trying to add more features on this plugin by myself. Just like this, I wanted to add a feature wherein a user can manage their posted ads (Delete Ads when expired, Edit ads and add more ads). Im still on the process of developing the ads. Please help me if you have any suggestions.
Thanks
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Email NotificationWe can probably edit this template and add some details about their ads. Let me know what php template to edit or what functions to add so I can do it in the mean time. Thanks Greg.
Hi,
Similar to this, can the user also receive a notification about the summary of their ads posted with a note saying that their ads will be live on this ___ span of days.
Thanks
I managed to put a lightbox on the gallery images. If anyone of you wants to do the same just ask me if you’re having issues with it.
Thanks Greg. I will do that now. Hopefully I can make it right.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Custom Related Post (ads)may i know how you resolve it, im also trying to do it. please let me know.
Forum: Plugins
In reply to: [LeagueManager] Matches not displayingYou have to create Season first followed by teams then matches. It will surely resolve your issue. Otherwise, uninstall then reinstall then follow my instruction again. Let me know.
Forum: Plugins
In reply to: [LeagueManager] Changing the logos sizeGo to match.php and put a style to resize the image.
<p class="score"> <span class="home_logo"><img src="<?php echo $match->homeLogo ?>" alt="" /></span> <?php echo $match->score ?> <span class="away_logo"><img src="<?php echo $match->awayLogo ?>" alt="" /></span> </p>That’s it.
I resolved it myself.
I edited the basketball.php which has the same ranking rules as Netball (Pts first followed by the Points Difference) then I added 2 more tables to put the Goals For and Goals Againts in which I called the value of home_points and away_points then locked the input value so it will no longer be required.
If you want to know how I did it, just let me know.
Reggie
Forum: Plugins
In reply to: [LeagueManager] Multi_Sort IssueI resolved it myself.
I edited the basketball.php which has the same ranking rules as Netball (Pts first followed by the Points Difference) then I added 2 more tables to put the Goals For and Goals Againts in which I called the value of home_points and away_points then locked the input value so it will no longer be required.
If you want to know how I did it, just let me know.
Reggie
Forum: Plugins
In reply to: [LeagueManager] Changing the logos sizeYou can resize it using the CSS mate. Try it.
img.home_logo { width: 20px; height: auto; } img.away_logo { width: 20px; height: auto; }Try this mate
Forum: Plugins
In reply to: [LeagueManager] Changing the logos sizeYou can resize it using the CSS mate. Try it.