| User | Post |
|
6:11 am 19 Jan 2007
| Mo
Guest
| | | |
|
| |
|
|
Hi
great Plugin, i love it :)…but i had to work a lot on the source to get some errors fixed (for XHTML 1.0 Strict)
- “img” are missing “alt”
- some “a”s are not closed
- many tags not xhtml valid (mostly input tags not closed)
also i have some feature requests:
- config of dateformat in the admin…or using the dateformat from WP-config
- more config possibilities besides editing the source
- language-files for translating
Mo
|
|
|
|
|
Thanks
A few more days and you could have saved some work as I have been through all the code against validation and corrected everything ready for 1.3. Plus, when it’s ready for release I will get the line breaks in (at last) to make the generated source easier to read. I wanted to get it stable before doing that as it adds so much clutter to the php source.
For some strange reason it didn’t occur to me to use the date format from the WP settings but as soon as I read this I realised it was the obvious thing to do so yes - I’ll put that in.
As to ‘more config possibilities’ you’ll have to expand on that. I am putting them in as I add new ideas and features but what did you have in mind?
Language files? I’ll need some background on that as I have never done it. I can’t do any translation but I need to find out what infrastructure and support will be needed.
|
|
|
9:57 am 19 Jan 2007
| Mo
Guest
| | | |
|
| |
|
|
Hi,
i’ve installed 1.2 several days ago…so no 1.3 was on sight for me.
So i have to do a update…no problem
with ‘more config possibilities’ i mean e.g. the possibility to change some styles in the backend, or how to display “Started” and “Last Post”.
Not every beginner is brave enough to rewrite the code :).
Localisation can be done verry easy…i think. Use Variables and define them e.g. in an array witch is defined in a seperate file…e.g. lang.php.
So everybody can change the used text in one place.
Or build a small detection to find files like “en-lang.php”, “de-lang.php” a.s.o.
In the Admin you can then show the prefix for language-selection in a dropdown, to select the language.
I’m not verry familiar with PHP or WP-Plugin-coding, i am coding ColdFusion, but i think it shouldn’t be that hard to make.
btw. thx for this great plugin. Imho it is the best WP-Forum-Plugin :)….and i’ve tested lots of them
Mo
Almost forgot this feature Request:
Showing Groups/Forums/Threads/Post depending on user-status would be _the_ killerfeature … in my eyes
|
|
|
|
|
Certainly now you’ve triggered my memory on date formats I will put this in place.
As for styles well, these can virtually all be changed in the stylesheet. I know that people like ‘themes’ etc., because it’s easier, and I can sympathise with that but bearing in mind I only started writing this over Christmas it is a bit early for that sort of addition. In time…
I don’t think that is how localisation is performed in WP but I will look into it.
OK - killer feauture…. expand please as I don’t really see what you are getting at.
|
|
|
11:11 am 19 Jan 2007
| Mo
Guest
| | | |
|
| |
|
|
As i said, i’m not verry familiar with Plugin coding for WP….i think there is a “standard-wp-way” to realise a localisation. The Example is only the way i manage it in my CF-Applications.
Theming would also be great, maybe for 1.5
Killerfeature (btw. sick buzzword ;)): It is possible to get the wp-user-status/level and depending on this it would be great if you can show e.g. a forum only for Admins or a Group or Topic.
the rights for Group or Forum could be managed in the adminpanel (Edit), for Topics or Posts while writing e.g. with a checkbox.
Mo
|
|
|
9:22 pm 21 Jan 2007
| shawn
Guest
| | | |
|
| |
|
|
very nice plugin
although some default background font & color changes from the admin. options would be a nice addition.
|
|
|
9:59 am 22 Jan 2007
| dizzy99
Guest
| | | |
|
| |
|
|
This forum is really shaping up to be the one of choice for me on my wordpress MU site. I’ll offer it to all my bloggers when it matures just a tad more.
Considering its only been in development since Christmas its amazing and i’m very pleased with it. Well done Yellow Swordfish, awesome work.
A couple of more additions that may be an idea.
1. Have a preview post button so the member or non member can visually see how his post will look.
2. Allow moderated posts to be viewable by the author and admin. At the moment you just see the post if your the admin and an “awaiting approval” for anyone else.
It would be handy for the author, registered or no, to be able to edit his or her posts and or see them before moderation incase of fundamental typing mistakes.
3. image button. Always handy.
|
|
|
|
|
Thank you….
- Preview is on my list. I want to look at doing this in a way that avoids another page load if possible (i.e., some sort of ajaxy thing) but I might have to settle for a page load initiaslly until I learn a little more!
- This is possible now I have cookies in place. I’l see if I can sneak it into 1.3 which I was hoping (time permitting) to get out the door today. Im ight not be able to get the post-edit feature in though - that’s a little more time consuming!
- That’s a whole big feature as it starts with where does the site owner want to put this stuff or will he only allow hot-linking etc. Not out of the question but I want to get stability into the base first. But I’m enjoying putting it together so I plan to keep on working after 1.3!
|
|
|
9:12 pm 22 Jan 2007
| dizzy99
Guest
| | | |
|
| |
|
|
Simple linking would suffice on images, Theres a massive amount of websites offering free image hosting now.
|
|
|
|
|
This too is on the list. The ever-getting-bigger list!
I might have to rename it from ‘Simple’….
|
|
|
8:35 pm 29 Jan 2008
| Boiled
Guest
| | | |
|
| |
|
|
hello, this is just a great plugin, really cool.
but i have a problem: once i set up a topic, i´m not able to rename it - delete, of course - but as i changed the name
and click save (or abort) nothing happens… unfortunately this is the only way to do it.
btw. it was nice to be able to rename topics in the admin-section, geetings,
andreas
|
|
|
11:31 pm 29 Jan 2008
| Boiled
Guest
| | | |
|
| |
|
|
hello, again, another prob: i tested all the icon-stes to be sure: the little arrow buttons wont get into the right positions….
http://www.uzitv.de if you want to take a look…
|
|
|
12:59 am 30 Jan 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
This line in your styles.css is throwing it off:
.PostEntry img {
float:left;
margin:4px 8px 4px 0pt;
}
the float left is the issue…
find this code in the SF styles:
#sforum .sficon img{
border:medium none;
margin-bottom:-4px;
padding:0pt 4px;
}
and add a
float: none;
directive
|
|
|
1:19 am 30 Jan 2008
| Boiled
Guest
| | | |
|
| |
|
|
Yes, that was it. i found the entry in the "default.css" of the simple-forum default-skin - and a second, wich caused the "you have new…." -icons to show the same behavior in my "style.css". i tested all opions out - thank you very much for the quick help!
do you have an idea what that "change topic" problem could be?
greetz,
andreas
|
|
|
1:59 am 30 Jan 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
ah, sorry, missed that question…
Are you trying editing the topic name by using the admin icon tools on a forum page? And after you change the title and click save, nothing happens?
|
|
|
2:23 am 30 Jan 2008
| Boiled
Guest
| | | |
|
| |
|
|
yes, this is it - no response from the buttons
|
|
|
|
|
Nothing obvious comes to mind. It s just a standard HTML form with an input field, a submit and a cancel button. Plus this isn’t anything that has been reported before.
If anyone has any theories do please tell…
|
|
|
1:10 pm 30 Jan 2008
| Boiled
Guest
| | | |
|
| |
|
|
http://www.uzitv.de/?page_id=37&forum=3&topic=11&page=1#p14
hello, again the linkk goes to a picture of problem - the dialog doesn´t look right - whwere are the other admin icons gone?
and in this forum you can see another problem with the post+ reply-buttons, what does not seem to be a float: issue…i think…
sorry, for being a noob,
andreas
|
|
|
1:26 pm 30 Jan 2008
| -Radio-
Moderator
| | Florida - USA | |
|
| posts 558 |
|
|
That actually is correct.
the topic title, at that point, is editable. You are in the process of changing the topic title.
selecting either SAVE or Cancel will return the rest of the admin options to you.
|
|
|
1:48 pm 30 Jan 2008
| Boiled
Guest
| | | |
|
| |
|
|
-Radio- said:
That actually is correct.
the topic title, at that point, is editable. You are in the process of changing the topic title.
selecting either SAVE or Cancel will return the rest of the admin options to you.
hi, the title is editable, yes, selecting either SAVE or Cancel does not do anything (the mouseover seems to work - but nothing then)
Ihave by time upgraded wordpress and reinstalled the simpleforum-files… i can´t tell, why i can not save or cancel the renamed topic :((
3rd edit: normaly i use firefox as standard browser - thats where the problem appears. (V.:2.0.0.11)
I tested now on Inernetexplorer 7 - no problem!! I have still no clou of what it could be, but at least i can now manage the forum. let me please know if you have an idea.
Thanks @ all,
greetings,
andreas
|
|