Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter mhulse

    (@mhulse)

    Thanks for the reply catacaustic!

    Based on your answer, I’ll leave them there then. Thanks for the clarification, I really appreciate it.

    The only reason I asked is that there are, from what I can tell, a lot of other constants that I don’t define, yet they have assumed default values.

    I was kinda hoping that DB_CHARSET and DB_COLLATE might behave the same way and there would be code elsewhere that pseudo-says “if not set, then use utf8 and collate like I’d collate if null string was defined”. πŸ˜€

    The goal would be to simplify config file and set only the things that are required.

    I’m definitely reporting all errors/warnings to the log file, so I would be annoyed if this warned me all the time for not defining one/both of the above constants.

    Anyway, thanks again! Sorry to chat your ear off. πŸ™‚

    Thank you for the reply MadtownLems! I’ll try to find some time to help clean things up… No pressure on your part to accept anything I give ya though! πŸ™‚

    I love this plugin… It’s very useful (I’ve used it on previous installs).

    Running fresh install of WP 3.4.1, with debug messages turned on in wp-config.php: define('WP_DEBUG', TRUE);.

    After “Network Activating” I saw this message at the top of the plugins page:

    The plugin generated 133 characters of unexpected output during activation. If you notice β€œheaders already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

    Also, in settings >> New Blog Defaults panel, I’m seeing:

    1. Custom Structure: Notice: Undefined variable: current_site in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1122 Notice: Trying to get property of non-object in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1122 Notice: Undefined variable: current_site in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1122 Notice: Trying to get property of non-object in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1122 Notice: Undefined variable: current_blog in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1122 Notice: Trying to get property of non-object in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1122 Notice: Undefined variable: current_blog in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1122 Notice: Trying to get property of non-object in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1122
    2. Category Base: Notice: Undefined variable: current_site in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1138 Notice: Trying to get property of non-object in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1138 Notice: Undefined variable: current_site in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1138 Notice: Trying to get property of non-object in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1138 Notice: Undefined variable: current_blog in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1138 Notice: Trying to get property of non-object in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1138 Notice: Undefined variable: current_blog in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1138 Notice: Trying to get property of non-object in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1138
    3. Tag Base: Notice: Undefined variable: current_site in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1142 Notice: Trying to get property of non-object in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1142 Notice: Undefined variable: current_site in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1142 Notice: Trying to get property of non-object in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1142 Notice: Undefined variable: current_blog in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1142 Notice: Trying to get property of non-object in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1142 Notice: Undefined variable: current_blog in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1142 Notice: Trying to get property of non-object in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1142
    4. Default Theme: Notice: get_themes is deprecated since version 3.4! Use wp_get_themes() instead. in /.../wp-includes/functions.php on line 2628 Notice: current_theme_info is deprecated since version 3.4! Use wp_get_theme() instead. in /.../wp-includes/functions.php on line 2628 Notice: get_site_allowed_themes is deprecated since version 3.4! Use WP_Theme::get_allowed_on_network() instead. in /.../wp-includes/functions.php on line 2628 Notice: wpmu_get_blog_allowedthemes is deprecated since version 3.4! Use WP_Theme::get_allowed_on_site() instead. in /.../wp-includes/functions.php on line 2628 Notice: Undefined variable: blog_id in /.../wpmu-new-blog-defaults/cets_blog_defaults.php on line 1226

    Note: This is the only plugin I have installed.

    Anyone else seeing this? Does this affect anything? I have not tested a new site using this plugin with this install, but I’m hoping all’s will be well. πŸ˜€

    I might be able to help you guys patch the code… Seems like some simple fixes could surpress error messages… Then again, I have never looked at your code, so who knows.

    Thanks!
    M

    Thread Starter mhulse

    (@mhulse)

    Awesome! A billion thanks James and Mika! I really appreciate it. πŸ™‚

    Thread Starter mhulse

    (@mhulse)

    Awesome!!!! thank you Bodlygoing, I really appreciate the help!!!

    So, just to confirm, I don’t need to change anything? In other words, my default blog _is_ using the right upload folder?

    Thanks again! πŸ™‚

    Cheers,
    Micky

    Thread Starter mhulse

    (@mhulse)

    Ahh! I see! That makes sense. Thanks for the clarification.

    For some reason, I thought sample.css was related to lasers.php… Now I feel silly. πŸ˜€

    If you don’t mind me asking one last question… How would I go about using toolbox_super_laser_defense() function? Do I need to copy/paste the method into my functions.php file and/or include bonus/lasers.php in the calling PHP file?

    I tried calling toolbox_super_laser_defense() from the functions.php file, but got an error… I was thinking maybe WP included that method in the global scope automatically, but it looks like I might have to do what I mentioned in my last paragraph above, no?

    Thanks again for your help!!! I really appreciate it. πŸ™‚

    Cheers,
    Micky

    Thread Starter mhulse

    (@mhulse)

    Hi Esmi!

    Thanks for the quick reply and help, I really appreciate it. πŸ™‚

    Ahh, I see now! I totally missed the link to the image!

    My “noobiness” to theme development (and WordPress in general) is shining through.

    Speaking of the “bonus” folder, how does that CSS file that’s in there (sample.css) relate to laseers.php?

    Thanks again!!!! Much appreciated. πŸ™‚

    Cheers,
    Micky

    Thread Starter mhulse

    (@mhulse)

    Thanks Ipstenu! I really appreciate the help. πŸ™‚

    I am finding that there’s a ton of articles on the net about how to secure a WP site, but not as many that are specific to a WP multisite install.

    Anyway, thanks a billion for all of your pro help! You rock!!!! πŸ˜€

    Cheers,
    Micky

    Thread Starter mhulse

    (@mhulse)

    Jinx, I owe you a coke Psheld! πŸ˜€

    Thanks for the reply and the fix. That’s great! πŸ™‚

    Thread Starter mhulse

    (@mhulse)

    Doi! I found a solution.

    Screen options! That’s one area I hadn’t explored yet.

    Cheers,
    Micky

    Thread Starter mhulse

    (@mhulse)

    Ah, I did not even think about rewriting the URLs to point to the main login page!!! Thanks for showing me the light, I will test your solution and let you know how it goes.

    Great point about security on the server too… I will talk with the IS Dept. to make sure they are on top of things.

    Thanks again!!!! You have been extremely helpful. I can’t thank you enough. πŸ˜€

    Cheers,
    Micky

    Thread Starter mhulse

    (@mhulse)

    Thanks a billion Ipstenu!

    That would only work for SOME sites. If you do domain mapping, you don’t always want people to log in from maindomain.com :/

    Great point! I did not think of that. In our case we are using the “folder” setup, so having the one, primary, login location would work well. If I knew more about WP, and had the time, I would consider writing a plugin to handle redirection from “sub” login pages to the main one.

    A proper MultiSite security plugin would be something to enable network wide, but would only have settings etc on the /wp-admin/network pages. Actually that would be REALLY COOL for a lot of plugins, but since most are written for single site, it doesn’t happen as much as I wish πŸ™‚

    Oh man, that would be awesome! Do you happen know of any off the top of you head? Every security plugin I have found has been single site setups. πŸ™

    What’s the best way to search for MultiSite compatible/specific plugins on the WP plugin site (or other site)? From what I can tell, it looks like the best way to do this on the WP site is by tag:

    http://wordpress.org/extend/plugins/tags/multisite

    Thanks again Ipstenu!

    @xzoom: That’s a great question.

    I personally think my users would get annoyed at having to type a captcha each time they logged in; but then again, all of our users are “trusted”.

    If we had registrations open to the public, I would definitely consider implementing both login lockdown and the captcha.

    What do others think?

    Thread Starter mhulse

    (@mhulse)

    You folks ROCK!!!!

    Thanks so much for the professional help and assistance Ipstenu and Ming, I really appreciate it. πŸ™‚

    I will look into MU Sitewide Tags plugin.

    I have been playing around with the multiple blogs setup and it has not bee so bad thus far.

    WordPress is pretty cool! πŸ™‚

    So far, the only minor setback to us using Multisite is Disqus comments. Based on how Discus works, we’ll need one “forum” per blog; unfortunately, due to the # of blogs, we’re hitting the VIP level for pricing.

    Oh well, I guess you got to pay to play. πŸ˜€

    Thanks again! You folks have been very helpful.

    Much appreciated.

    Cheers.
    Micky

    Thread Starter mhulse

    (@mhulse)

    Hello Ming! Thanks so much for your reply and pro help! I really appreciate it! πŸ™‚

    Have you done an analysis of your current blog presentation and how you want the new presentation to be?

    I am in the process of doing that now… Unfortunately, deadlines dictate that I do several things at once here.

    Taxonomy? What is your ideal taxonomy going forward? Categories, sub-categories, tags, etc.

    Great questions!

    Each blogger should have their own set of categories. We don’t want one big pile of categories/subcategories shared by everyone.

    Tags, maybe, but that’s not something we’re banking on (some of our bloggers have a hard enough time categorizing posts).

    Media strategy? Do you want readers to be isolated into “columns/bogs” or do you want more of a free flow of information and cross navigation?

    Hmm, well, currently each blogger has their own section. I’m pretty sure we want to maintain this type of structure.

    We would want a homepage that has everyone’s posts (or, depending on how we set things up and the limitations of the WP system) we’ll just have a static landing homepage that has links to each blogger’s blog (like you see now with our ExpressionEngine setup).

    In terms of navigation, I want to keep it simple. We’ll probably want one main horizontal nav across the top that links to each blog, and/or a sidebar tease that links to each blogger’s blog (with avatars).

    Our goal is to keep it simple without trying to push the boundries (in terms of custom code and mods) of the theme we have chosen.

    Itemized features? About Author, widgets, feeds, etc. What do you need, what is shared, what is custom per column/blog.

    For each blog, we’ll want widgets that relate to that blog (in terms of most popular/commented/emails/other). As it stands currently, there’s not much connection between our bloggers except for the “Most Popular” box in the sidebar. We’re good with this type of separation.

    Really, the only time we would want everyone in one pile is on the homepage (and this is not even a requirement).

    Publishing workflow? What is your publishing workflow? Authors and Editors? Comment moderation, etc?

    Authors, admins and Guest bloggers.

    We don’t want our guest bloggers to have access to much other than an entry form, and their stuff will be moderated.

    Admins should have access to and will be able to post to any blog (we’re talking WPMS here) and authors will be limited to their own blog (i.e. we don’t want bloggers posting to other blogs unless they are specifically allowed to do so).

    We’re planning on using Disqus for comments and we would like to use a Disqus plugin to import comments into the page for SEO reasons. I am hoping that this is not going to be a tedious setup if we use MS (in other words, a global Disqus setup would be nice).

    Comments will be allowed without initial moderation.

    These are just some high level questions off the top of my head that should be considered before determining the blog platform/configuration. Based on what information you have presented so far, I’m not sure I would be able to make determination as to use Multisite or not.

    This has been very helpful! Thanks so much for the help.

    Based on my answers, I am leaning towards a MS setup.

    On top of what I said above, I am realizing that I will want each blogger to have the ability to create Links, Pages, Features, Boxes and Banners without having to see other blogger’s Links, Pages, Features, Boxes and Banners.

    Additionally, I also like the thought of each blogger having their own Media section.

    The more I play with MS, the more I think it’s going to be the right choice for us.

    The only major drawback I can see is having to export/import theme settings from blog to blog. Also, it looks like author management might get a bit tricky; but with ExpressionEngine we have to jump through similar hoops, so there’s not a lot of surprise here.

    Hehe, it sounds like I talked myself into WPMS! I hope I don’t have a bad case of tunnel vision. πŸ™

    Thoughts?

    Thanks again Ming and Ipstenu! I really appreciate it!

    Cheers,
    Micky

    Thread Starter mhulse

    (@mhulse)

    @ipstenu Thanks again for your pro help, I really appreciate you taking the time to help me out! πŸ™‚

    Depends entirely on the theme. Some don’t let you do that at all.

    Fortunately, FWIK, the theme I am using has this ability.

    CPTs vs Multisite depends on how you want your site to be maintained. Do you NEED a whole blog or do you just want one?

    Great question.

    These are our current blogs (in dire need of an upgrade, hence the move to WP).

    As you can see, each blogger has his/her own blog section. We did this in EE by setting up new blogs fore each person.

    CPTs seem like less maintenance… But one major concern I have is that the theme I am using (PageLines) kinda feels more like a one-blogger theme. One thing I dread is trying to force a theme to be something it was not designed to be (i.e. CPTs and multiple authors via one blog).

    I know this sounds silly, but we want to avoid as much custom coding as possible. If I used the current theme (PageLines) with CPTs and one blog, it seems like there could be a huge build-up of custom code and plugins to get the job done… Due to dwindling/limited resources (i.e. layoffs), we want things to be as easy to maintain as possible.

    On the other hand, if I use WPMS, each blogger would get their own blog, and theme, which would be more in line with the original intent of the theme we picked (PageLines)… In other words, the theme will not have to be modified much in order for it to function well for each blog/blogger (at least, that’s what I keep telling myself).

    With that said, I did just install Easy Content Types plugin and I have not given up on creating CPTs and/or custom Taxonomies just yet… I will experiment and get back to you with my questions/conclusions/results.

    I am still interested in hearing more opinions/suggestions though.

    Thanks again Ipstenu!

    Cheers,
    Micky

Viewing 15 replies - 1 through 15 (of 19 total)