infazz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Search for Comments - LITE] Not sure how it worksit outputs comments search result separetly on search page…
it works now! 🙂
Forum: Plugins
In reply to: [Plugin: Participants Database] Looks like 'database.php' file is missingReplaced THIS (original code):
lines 271 to 323
http://pastebin.com/cK3AEvagwith THIS:
http://pastebin.com/VGauLZG6Forum: Plugins
In reply to: [Plugin: Participants Database] Looks like 'database.php' file is missingSeems to be solved now.
Looks like some errors in menu
It were duplicating the same first link tice in menu and linking to not existing page.
After digging, I found out that first link is should be linked to “List Participants” page.
Here’s how I fixed it:
In “participants-database.php” in
public function plugin_menu(){ on line 261
Ireplaced THIS:
[53 lines of code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]WITH THIS:
[55 lines of code moderated.]and defined a “add_menu_page” like a $listpage with adding to it a listpage function and menuslug. AND replaced all submenu pages slugs with new one.
And that’s it 🙂