alexolder
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Category page and Sticky problemI want them at the top of each category not at the top of everything.
The code above pulls in the sub-categories of 3 and then loops through the posts in the sub-category, except the stickies get pulled to the top of everything not just the top of the category the code is looping through.
Forum: Plugins
In reply to: Passing parameters around in PluginYeah just a little,
Thank you very much!
Forum: Plugins
In reply to: Passing parameters around in PluginI have changed the URLs at the bottom to be more human friendly and less .php etc but this should cause any problems.
Forum: Plugins
In reply to: Passing parameters around in Plugin[t31os edit]
*snip*Replaced with pastebin version – http://wordpress.pastebin.ca/1816182
Keeps thread trim .. 🙂
Forum: Plugins
In reply to: Passing parameters around in PluginYes.
Forum: Plugins
In reply to: Passing parameters around in PluginList:
admin.php?page=bluefly-faq/bluefly-faq.php/list.php
Then linked are created that look like:
admin.php?page=bluefly-faq/bluefly-faq.php/edit.php?faq=8
The problem is passing ?faq=8 results in a permission denied message.
Forum: Plugins
In reply to: Passing parameters around in Pluginok, and how do I make it so the parameter on the end can be any number?
Forum: Plugins
In reply to: Passing parameters around in Pluginadd_submenu_page(__FILE__, 'Edit Question', 'Edit Question', 1, __FILE__.'/edit.php', 'bluefly_faq_admin_edit');That registers the page, my guess is I’m missing something off the end?
Forum: Plugins
In reply to: Passing parameters around in PluginI’m an admin currently.
The parameter I’m passing is ‘faqid’ nothing generic. When I don’t pass the parameter it works fine but I obviously need the ID for this part to work.
Forum: Plugins
In reply to: Passing parameters around in PluginYeah working in the Backend. I’ve created a link where I’m creating the link:
admin.php?page=something&id=1234but when clicking on the link I get permission denied.