ajd777
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is my blog lost? (Crisis mode!)Are you sure you changed both the site-url and home value? It looks to me like one of them changed and one didn’t.
Forum: Fixing WordPress
In reply to: Category Page 2 Not FoundHave you tried deactivating all of your plugins? Something may be filtering out the second page.
It may also be a problem with your permalinks, because going to https://deanish.com/games/?paged=2 works.
Forum: Fixing WordPress
In reply to: IMPORTING WORDPRESS !!If you have phpmyadmin you could just use that to import the sql. There is no automatic way to do it through wordpress.
https://codex.www.ads-software.com/Restoring_Your_Database_From_Backup
Forum: Fixing WordPress
In reply to: Can’t get columns to line upJust use:
#content{
float: right;
width: 410px;
padding: 5px;
margin-top:5px;
}#contentright2{
float: left;
width: 160px;
padding: 5px;
margin-top:10px;
border: 1px solid Gray;
}
Just keep the margin-top 5px larger in the contentright2 div.
OR
#content{
float: right;
width: 410px;
padding: 5px;
padding-top:0;
}
And give both divs the same margins.Forum: Plugins
In reply to: Different audiences.When you post a new message you can choose what group can see it. Only person(s) in that group are able to view the message through the site.
Really there isn’t much to the plugin yet, but I’ll work on it next week after I get a bigger project out of the way.EDIT:
I did a complete rewrite of the post explaining how it works. I don’t know what was going through my head before.Forum: Plugins
In reply to: Different audiences.All right during a break I did one. It is very basic for now, but I will update it when I have more time in a week or so.
It does offer unlimited groups, but each user can only be part of the main group and one other group.
https://anthologyoi.com/wordpress/basic-user-group-plugin.htmlThis is a very basic plugin that hasn’t been tested very much, PLEASE test it yourself (and report any bugs if they exist) before using it in a live environment.
Forum: Plugins
In reply to: Different audiences.Hmm, good idea for a plugin. Give me a day or two and I’ll see what I can do.
Forum: Fixing WordPress
In reply to: Testing Prior to UploadingIs your host or server appending data to it?
No because I still need categories for each site. I already use categories as pages and tags as categories.
Anyway I’m taking my earlier idea and turning it into a plugin. So unless someone has a better option…
Forum: Fixing WordPress
In reply to: I need my speelling checked!!!>>>Windows is smart enough to paste it as plain text.
Yes, but they do tend to turn regular quotes into smart quotes and other fun things that aren’t web friendly.Forum: Plugins
In reply to: Adsense HelpDo you have winzip, winrar or ark?
>>would I need 5 emails just to do that with MU, really? I figured the admin can use any of the sub-blogs.
You would need 5 emails if you wanted 5 different user accounts. But exploration shows that you can create multiple blogs for one user, however you have to go to that specific site’s admin panel to do anything with it. Seeing as I have to go to the other site anyway it is easier to just use multiple installs so I can custom modify the core for each install.
What I’m hoping to find is basically an extension of the categories. Super categories which sub-categorize everything below them links, pages, posts etc and use the url to pick which super category to use. Hmm, sounds like a good idea for a plugin or a hacked version of WordPress.