Forum Replies Created
-
In reply to: new user email with password
I used SMTP mailer for bbPress and the problem was solved.
In reply to: dutch translationRobine, your forum looks very nice! I am intrested in the Dutch version. I think others too, so is it possible you can upload it?
In reply to: posts per page settingI think no plugin is needed. You can set it up via your admin–>settings–>read
In reply to: bb-attachments modified nice permalinkI placed just the backup back
Otherwise i put
RewriteRule ^attachments/([^/]+)/download/([0-9]+)/inline/?$ /?bb_attachments=$1&bbat=$2&inline [L,QSA]
RewriteRule ^attachments/([^/]+)/download/([0-9]+)/?$ /?bb_attachments=$1&bbat=$2 [L,QSA]oke now i modified the htaccess with that. Is that what you meant?
In reply to: bb-attachments modified nice permalinkIn reply to: Subforum not accessibleThanks evrybody but i resolved the problem. The bbFreshness plugin was preventing displaying subforum(s) older than x days. I deactivated it.
In reply to: bb-attachments modified nice permalinkIts in the form:
http://www.mysite.com/forum/?bb_attachments=xxx&bbat=xxx&inline
In reply to: bb-attachments modified nice permalinkI applied your modifications and it works but now my old images dont show up. How can i fix this?
In reply to: Subforum not accessibleIs weird but if i place the topics in the subforums as sticky, then they become visible.
[forum links edited out but were visible for troubleshooting]
In reply to: Smiley`s and picturesCheck here for images: https://bbpress.org/forums/topic/bb-attachments-plugin-fixed-to-be-compatible-with-bbpress-10
and smileys: https://bbpress.org/plugins/topic/bb-smilies/#post-1697
Regards, DKB
In reply to: Email to membersDoes a plugin for this exist already? Any help appreciated.
Yes, i know but i want to place it not only at the bottom, but to select the place in a post.
Hi Gautam,
I have some problems with the placements of the images in a post. Is it possible to determine where a image appear in a post?
Thanks, DKB
In reply to: RSS Feed not working! 1.0.2I have 2 errors:
pubDate must be an RFC-822 date-time
and
Missing atom:link with rel=”self” [help]
@Johnhiler: Ah i get it, change
$bb_attachments['role']['download']="participate""
to$bb_attachments['role']['download']="read"
In IE i get the following error if i want to see the full image:
Sorry, download is restricted.
Any fix?
In reply to: Profile information Mini TrackI dont know which code i have to add and where in
mini-track.php
In reply to: Profile information Mini TrackYou re right, correct one http://www.mysite.com/forum/profile/xx
Was an error in my previous post.
In reply to: denied mime@John thx for the link. It worked!
In reply to: denied mimeI got it working for 1.0.2
Its coming from the plugin WordPress-bbPress syncronization
https://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/
In reply to: Instant PasswordI saw that, but maybe there is a workaround?
In reply to: Instant PasswordI am using 1.0.2.
In reply to: Directly to latest post of TopicIt works but i get it on the wrong row.
Here is the code:
<?php if ( $topics ) : foreach ( $topics as $topic ) : ?>
<tr<?php topic_class(); ?>>
<td><?php bb_topic_labels(); ?> <a href="<?php topic_link(); ?>"><?php topic_title(); ?></a><?php topic_page_links(); ?></td>
<td class="num"><?php topic_posts(); ?></td>
<!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
<td class="num"><?php topic_last_poster(); ?></td>
<td class="num"><a href="<?php topic_last_post_link(); ?>"><?php topic_time(); ?></a></td>how can i get it after the topic pages and can i add i image instead of latest?
In reply to: ChatNo i didnt find any plugins for older versions.
Yes, thats what i am looking for: Just have a chat function that a logged in member could use, without having to log in again to something else.
If it is integrated in bbpress, so members dont have to use an external program.