| User | Post |
|
10:45 am 9 Jun 2008
| mrcopesetic
Member
| | Hannover Germany | |
|
| posts 25 |
|
|
Hi there, i am looking for the option where i can turn on the spam protection question function like you have when a quest make a post. for example “what is the sum of: “ i can't find the option anywhere…
thanks in advance
|
|
|
1:53 pm 9 Jun 2008
| mrcopesetic
Member
| | Hannover Germany | |
|
| posts 25 |
|
|
well somehow i got the soam protect working… another problem that i have is that i can't erase any private messages?
|
|
|
2:24 pm 9 Jun 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
the erase thing sounds like a javascript conflict with another plugin… you could post your list of them here and we can see if any look familiar for known problems… best way is to disable your plugins and see if it works… if it does, then start reneabling them one at a time until it stops working… then we know the conflict.
|
|
|
3:50 pm 9 Jun 2008
| mrcopesetic
Member
| | Hannover Germany | |
|
| posts 25 |
|
|
the plug ins that i am running are:
cforms 8.5, counterize II 2.14.1, exec-PHP4.7, Future Calender 1.0, Global Translator 0.9, GuestBook Generator 0.8, Instant Upgrade 0.2, NextGEN Gallery 0.96, Page Link Manager 0.3, Plugin Updater 1.0.3, Role Manager 2.2.1, Simple: Press Forum 3.1.2, Simple Captcha 1.3.1, Themed Login and Register 1.1, User Permission 0.7, WordPressDatabase Backup 2.1.5, and lastly wp-Forcast 1.4…
|
|
|
10:34 am 10 Jun 2008
| mrcopesetic
Member
| | Hannover Germany | |
|
| posts 25 |
|
|
so i deactivated all my plug ins, but still don't have the option to erase any PM's! Is it maybe because my forum is so small and it can't display the buttons… here's a link to the forum…
|
|
|
2:15 pm 10 Jun 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
the primary issue here is that you have created your own silverbulleticon set… however, you only created a handful of them… you need to create all the icons…
in this case, you are missing
http://neu.mv-lehrte.de/wp-content/plugins/simple-forum/icons/silverbulleticons/pmdelete.png
without that image, you dont have an icon… without the icon you dont have the delete button to click on and delete js to run…
|
|
|
9:00 am 11 Jun 2008
| mrcopesetic
Member
| | Hannover Germany | |
|
| posts 25 |
|
|
so i switched over to buttons-de_lite, but still dont have the appropriate buttons. anthor question, is it possible to set the pm message as a pupup window like the help info, or like if you click on somebodies profile! I think i have the problem because mys forum is so small (narrow) my pm's also get displayed so narrow, in otherwords i have a 20 word pm that gets displayed in a way that every word is under each other….
|
|
|
|
|
Not yet. I am looking into the best way of altering PM messaging display for people with narrow columns but at the end of the day the forum will always be best served using a wider format.
|
|
|
7:53 pm 11 Jun 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
as to your icon issue… take a look at any of the icons that come packaged with simple:press forum… any additional icon set you create/use should have a corresponding image file… I suspect the two icon sets you have tried were from the 2.x series of the plugin and have not been updated to be compatible with 3.x… PMs were added then so that would explain why they are missing…
|
|
|
9:48 am 14 Jun 2008
| mrcopesetic
Member
| | Hannover Germany | |
|
| posts 25 |
|
|
hi
i switched to the “two-en” icons and i now have the pm delete button thx!
|
|
|
12:27 pm 15 Jun 2008
| mrcopesetic
Member
| | Hannover Germany | |
|
| posts 25 |
|
|
i found a problem with the “do the math” question. if I log myself out and reply to a post, the “do the math” questions is white on black. but if I add a new topic, the “do the math” question is black on black. why is that…
|
|
|
4:08 pm 15 Jun 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
theme issues likely the culprit… cant really test it out to help you with registrations locked…
|
|
|
7:01 pm 15 Jun 2008
| mrcopesetic
Member
| | Hannover Germany | |
|
| posts 25 |
|
|
i opened the registry for ya!
|
|
|
7:20 pm 15 Jun 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
why dont you create me a test account and pm the details to me here… will try to look at it this afternoon or evening…
|
|
|
2:32 am 17 Jun 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
very interesting… there is indeed a diff css class used for guests and registered members requiring math… was not aware of that…
The css causing you the issue is:
#sforum, #sforum div, #sforum p, #sforum h1, #sforum h2, #sforum h3, #sforum h4, #sforum small, #sforum span, #sforum a, #sforum a:link, #sforum a:active, #sforum a:visited, #sforum a:hover, #sforum img { background-color:transparent; border-style:none; color:#000000; margin:0pt; padding:0pt; text-align:left; text-decoration:none; }
in the sf-framework.css file in the main simple-forum plugin directory… I would not recommend changing that file since it will get overwritten during any spf upgrades.
Instead, I would add a new class directive to your black2.css and see if that helps:
#sforum span { color: #ffffff !important; }
be advised, this may cause issues with something else, so you may end up having to tweak several settings…
|
|
|
2:43 am 17 Jun 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
actually, I misspoke in the last post… the css difference is actually for replies to topics vs adding new topics… they should use the same css… I will get that fixed in the next release which, hopefully, should be around the end of the month… you might find it easier to wait for the release or make a quick change to the core code…
If you want the code change, please PM me and I will detail it to you… it is a one line change…
|
|
|
8:43 am 17 Jun 2008
| mrcopesetic
Member
| | Hannover Germany | |
|
| posts 25 |
|
|
thx mr papa, i guess i'll wait for the update, i don't want to make myself anymore problems than i have already…
|
|
|
5:41 pm 17 Jun 2008
| mrcopesetic
Member
| | Hannover Germany | |
|
| posts 25 |
|
|
hey mr papa, great work! I really appreciate it that you took the time to help me…
*looking for donate button*
|
|
|
7:44 pm 17 Jun 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
thanks mrcopesetic… hint: its at the bottom of the left sidebar… 
|
|
|
1:43 am 18 Jun 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
btw, site looks better now that we got ya a wider page 
|
|
|
5:27 pm 18 Jun 2008
| mrcopesetic
Member
| | Hannover Germany | |
|
| posts 25 |
|
|
yeah it looks really great! i have a question though.. yet again… how come on my firefox at home everything looks perfect. but on the firefox at work the whole forum is i don't know 20px to the left. and with IE 6 its the other way around?
|
|
|
7:58 pm 18 Jun 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
with IE6, it looks fine for me… same for FF2 and FF3… will have to look at home tonight for IE7, but I guess I dont see what you are referring to… maybe post some images of the differences?
|
|
|
8:04 pm 18 Jun 2008
| mrcopesetic
Member
| | Hannover Germany | |
|
| posts 25 |
|
|
|
5:20 pm 20 Jun 2008
| mrcopesetic
Member
| | Hannover Germany | |
|
| posts 25 |
|
|
hi mr papa,
i wanted to take a screan shot of the forum at work, but when i opened the forum everything was how it was meant to be so I guess we could check off this problem.
thanx again for your help
|
|
|
8:22 pm 20 Jun 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
sweet! might just have been a cache issue…
|
|