pdstein
Forum Replies Created
-
Thank you for pointing that out. Can you have the sign up form on multiple pages?
Forum: Networking WordPress
In reply to: WordPress Network server requirements?All of those tables exist except wp_sitecategories
Forum: Networking WordPress
In reply to: WordPress Network server requirements?Could you respond to the other questions in my previous message?
Thanks,
PaulForum: Networking WordPress
In reply to: WordPress Network server requirements?>>You could check on permissions & ownership of the /wp-admin/network/ folder.
The permissions of the /wp-admin/network/ folder are 755 and the owner is the the hosting account user. What should they be?
>>Did it create all the extra db tables for you?
Which tables are extra?
>>If it’s something in the server config, then as I stated earlier, on a shared host you won’t have access to things like the Apache configuration.
I have pull with the network administrator. So if there are any configuration changes needed, I can make them happen as long as they won’t have a significant impact on the other accounts on the server.
Can you contact you privately, give you the account info and have you take a look?
Forum: Networking WordPress
In reply to: WordPress Network server requirements?Well, can you tell me what those things are that they may have “locked down” so I can look into them? And if there are any other possible things other than server configuration that could be causing my problem could you list them all in one message so hopefully I won’t have to take up any more of your time?
Thanks!
Forum: Networking WordPress
In reply to: WordPress Network server requirements?Thanks. OurChurch.Com is the host. Pretty standard shared hosting environment I believe. I’m not using wildcard subdomains. Any other ideas?
Forum: Networking WordPress
In reply to: WordPress Network server requirements?I would also appreciate it if you could point me towards the server requirements. All I’ve been able to find so far is this – http://codex.ww.wp.xz.cn/Create_A_Network#Server_Requirements, which just says to contact the server admin.
Forum: Networking WordPress
In reply to: WordPress Network server requirements?Yes, it does.
Forum: Networking WordPress
In reply to: WordPress Network server requirements?Hi Andrea, the admin username is “admin.” What do you suggest I do next?
Forum: Networking WordPress
In reply to: WordPress Network server requirements?Yes, I’m the only administrator.
Forum: Networking WordPress
In reply to: WordPress Network server requirements?On wp-admin/users.php it has me listed as “Administrator” In the “Change roll to…” drop down, there is no option for super admin.
Forum: Networking WordPress
In reply to: WordPress Network server requirements?I followed all the instructions. It seems as though either there is a server configuration problem or I didn’t follow the instructions 100% correctly (though I’m pretty sure I did).
Forum: Fixing WordPress
In reply to: podcast mp3 or m3u?Otto42, thanks for your reply.
Basically what you’re saying is, yes, if I link directly to the mp3 file because of the way browsers work it will download the entire mp3 file before it starts playing. But if I create an m3u playlist file while will cause the browser to begin playing the mp3 file immediately (before the whole thing downloads), WordPress may or may not enclose the m3u file, but it won’t enclose the mp3 file, so it won’t get podcast.
The best solution is the podpress plugin?
What if I were to include links to both the mp3 and m3u files?
Forum: Fixing WordPress
In reply to: getting category?Nevermind. I figured it out. single_cat_title()
The example at
http://codex.ww.wp.xz.cn/Template_Tags/single_cat_title
implied that it returned the category title along with HTML linking to the category. I didn’t want the HTML, and now I found it doesn’t include it. Problem solved.Forum: Fixing WordPress
In reply to: getting category?Michael thanks for your help. To clarify, I’m aware of the is_category() function, but I don’t know how to get or display the category if a category archive page is being displayed. How do I do that?
Thanks!