191
toddherrold
Re: Wordpress ME .33 and .htaccess

Thanks for the update. I love the idea of creating permalinks. I tried this as instructed and for the most part it works, except when a user tries to go to an entry page. In other words, it works well at the top level pages, but when a user drills down to a specific entry page, I get a 404 page not found error. this is when the ending of the file is /entry-name-separated-by-dashes.

Thoughts?



192
toddherrold
Re: Wordpress doesn't work !

this solution works for me. my users cannot edit one anothers posts. not sure if they ever could, but i uploaded the patch and checked, and they can't. i would like to see more support around this module though as it is complex to use.



193
toddherrold
Re: Anyone could use Wordpress successfully?

thanks, good to know. downloaded patch and the problem is no longer.



194
toddherrold
Re: WordPress question.

i don't think that you can change devault user level to 0 because this is the level tha you change a user to before you delete them. in my installation, the default user level IS 1 and using the XOOPS admin panel, clicking on wordpress module button and "preferences" you will see where you can select groups to set automatically at 1, webmasters and registered users.



195
toddherrold
Re: Wordpress posts paged

thanks for the insights. unfortunately, i tried this but it didn't do anything. it doesn't seem like the addition of the XOOPS template directory in the wordpress theme directory did anything. do you have to "turn it on" or something?



196
toddherrold
Re: Weblog comment form not prepopulating title field.

For ease of those looking to fix this weblog bug on the comments pages: See full text of comments_new.php file as it should read:

Quote:

<?php
// $Id: comment_new.php,v 1.3 2003/08/29 14:10:29 wellwine Exp $
// ------------------------------------------------------------------------ //
// XOOPS - PHP Content Management System //
// Copyright (c) 2000 XOOPS.org //
// <https://xoops.org/> //
// ------------------------------------------------------------------------ //
// This program is free software; you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as published by //
// the Free Software Foundation; either version 2 of the License, or //
// (at your option) any later version. //
// //
// You may not change or alter any portion of this comment or credits //
// of supporting developers from this source code or any supporting //
// source code which is considered copyrighted (c) material of the //
// original comment or credit authors. //
// //
// This program is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
// GNU General Public License for more details. //
// //
// You should have received a copy of the GNU General Public License //
// along with this program; if not, write to the Free Software //
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
// ------------------------------------------------------------------------ //
include '../../mainfile.php';
$com_itemid = isset($HTTP_GET_VARS['com_itemid']) ? intval($HTTP_GET_VARS['com_itemid']) : 0;
if ($com_itemid > 0) {
// Get link title
$sql = "SELECT title FROM " . $xoopsDB->prefix('weblog') . " WHERE blog_id=" . $com_itemid . "";
$result = $xoopsDB->query($sql);
$row = $xoopsDB->fetchArray($result);
$com_replytitle = $row['title'];
include XOOPS_ROOT_PATH.'/include/comment_new.php';
}
?>



197
toddherrold
Re: Mult. User Blogs

only potential problem i see on carnuke's wordpress installation, is that the typical XOOPS main menu doesn't show up. the example has a horizontal nav bar at the top of the page so the user can get "home" or to some other sites.

Question: Is this a "feature" of the wordpress for XOOPS or can the site still keep the main and user menus in place?

otherwise, looks great and has all the features one would expect from a multiuser blog.



198
toddherrold
Re:What is the use of a blog module in xoops?

news is an awesome blog engine for a single user. what many of us want/need is a powerful blog engine for multiple users, i.e., to create a blog community site. this is where XOOPS "falls off the planet." Weblog is a great initial run at multi-user blogs, but if you search on this board, you will find that it appears to be dead and many of us are so very sad about this.



199
toddherrold
Re: WeBlog module - will anyone revive it?

ah, what a pitty. i wonder if there is some background to the story of weblog that we're not aware of. lots of people use it but the XOOPS leadership is silent. I had not heard of xblog, but it does sound promising. i have been struggling with trying to find another XOOPS multi-user blog and dreading the likelihood of having to try to migrate my user's entries to a new system (ugh.) perhaps it wouldn't be too much to ask if xblog might have this capability (easily).

i agree that weblog is pretty good. i tweaked some of the template files to make the text appear better on my site, increasing the title font and changing the color, adding spaces between text, a line between entries, etc. This is easy to do and greatly enhances readability and navigation.

I wanted to mention that weblog does support user image uploads via the image manager, but i recognize that this is sub-optimal i've found only the most advanced users of the site ever figure that out. of course, you have to grant users the ability to upload images in the admin section.

agreed, weblog needs some enhancement, especially to incorporate a more functional blogroll, aside from the top blogs avatar listing. Also, the rss feeds to individual user blogs, as opposed to simply the current digest capability now. Also, i have been trying to hack the rss feed to include the description tag information, which it currently doesn't display. if you dig into the weblog_backend.php you will see that there are some notes from developers about trying to get it to work, but i guess they quit the project prior to that. I haven't been able to figure it out, and the structure of the rss feed in weblog is significantly different than that of newbb, so that was no help to my php newbie self.

unfortunately, weblog has a large install base and i think we're going to have to suck it up and migrate eventually.



200
toddherrold
Re: Email a Friend feature

bump. yes. this is a great feature, and hopefully will be added to future versions of xoops. many reputable major websites use this feature and it is great for viral marketing. with the suggested security/anti-spam feature, i don't see a problem. an additional feature would be to limit the number of email a use could send during a given time frame. anyway, it's unlikely that anyone except the site admin would want to spam people with pages from his/her site??

since many XOOPS sites are community in nature, and struggle with communicating the existence of said community, this is a key tool that XOOPS currently does not support but should.




TopTop
« 1 ... 17 18 19 (20) 21 22 23 »



Login

Who's Online

176 user(s) are online (146 user(s) are browsing Support Forums)


Members: 0


Guests: 176


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits