Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - txcas
181
Support / No rank stars
« on January 28th, 2014, 10:03 PM »


Not sure is this is caused by migrating a site or by the fact that SMF uses star.gif and Wedge uses rank.gif.  One more thing, even though I fixed this by using the correct gif files from the assets folder, the neither the star or the badges show up for the users.
182
Plugins / Re: Plugin request - Join date and location in posts
« on January 28th, 2014, 07:39 PM »
Thanks for your help.  Do you have to add the registered_timestamp (join date or member since) to anything so it can be exposed like location?
183
Plugins / Re: Plugin request - Join date and location in posts
« on January 28th, 2014, 05:09 PM »
I just tested it and it worked like a charm for Location.  I need to learn more about templates in Wedge, but this is a good start.  I will try to make my own for join date or member since info.
184
Plugins / Re: Plugin request - Join date and location in posts
« on January 28th, 2014, 03:20 PM »
You are right, I could disable the built-in location field in the profiles and add a new one that will show on posts.  The problem will be when migrating and existing site, that info will be lost if it was entered in the built-in location field.  I am not sure how to get the join date though, the SMF mod get is from the registration date.

         
Code: [Select]
if (!empty($modSettings['enable_join_date_post']) && (!$context['user']['is_guest']))
echo  '<li>', $txt['join_date'], ':  ', timeformat($message['member']['registered_timestamp'] ,'%b %Y'), '</li>';

if($context['user']['is_guest'] && !empty($modSettings['show_fields_to_guests']) && !empty($modSettings['enable_join_date_post']))
echo  '<li>', $txt['join_date'], ':  ', timeformat($message['member']['registered_timestamp'] ,'%b %Y'), '</li>';

//Show there location
if (!empty($modSettings['enable_member_location_post']) && !empty($message['member']['location']) && (!$context['user']['is_guest']))
echo '<li class="postcount">', $txt['location'], ': ', $message['member']['location'], '</li>';

if($context['user']['is_guest'] && !empty($modSettings['show_fields_to_guests']) && !empty($modSettings['enable_member_location_post']))
echo '<li class="postcount">', $txt['location'], ': ', $message['member']['location'], '</li>';

185
The Pub / Sidebar - Can it be disabled while in a board?
« on January 28th, 2014, 03:56 AM »
More feedback from my users.  They like the sidebar with stats quick access, etc. on the home page, but they prefer that gone once they go inside a board to read or write posts.  They prefer the full screen editor.  I think I agree with them.
186
Plugins / Plugin request - Join date and location in posts
« on January 28th, 2014, 03:15 AM »
This is a request from my users playing with Wedge.  I have the Join Date and Location in Posts mod installed on the SMF forum.
187
The Pub / Member location on posts
« on January 28th, 2014, 03:02 AM »
Is there any way to show the member location on posts; right in the user name/avatar/# of posts area?  That is a feature my forum users playing with the Wedge sandbox are requesting.
188
Archived fixes / Re: Errors when registering
« on January 27th, 2014, 11:36 PM »
Yes I configured the public and private keys.
189
Archived fixes / Errors when registering
« on January 27th, 2014, 10:58 PM »
The moving Captcha image is not displayed when registering and the following errors are logged:
Code: [Select]
2: imagettftext() [<a href='function.imagettftext'>function.imagettftext</a>]: Could not find/open font
Apply Filter: Only show the errors from this file File: /home/creedmoo/public_html/sandbox/gz/app/captcha_captcha-recomposeanim_shadow.php
 Line: 63

 2: imagettftext() [<a href='function.imagettftext'>function.imagettftext</a>]: Could not find/open font
Apply Filter: Only show the errors from this file File: /home/creedmoo/public_html/sandbox/gz/app/captcha_captcha-recomposeanim_shadow.php
 Line: 59

This happens after enabling the ReCaptcha plug in.  I disabled the plugin and have not been able to repro.
190
Archived fixes / Re: Notification mails are send twice
« on January 27th, 2014, 10:53 PM »
I can't repro.  I registered a couple of users and both the user and the admin got one email.
191
The Pub / Re: What I HATE in Wedge!
« on January 27th, 2014, 09:58 PM »
I don't like the way This is us has to be configured.  Currently it feels like a hack when it could be as simple as editing any post.  I hope this gets improved.
192
The Pub / Re: What I HATE in Wedge!
« on January 27th, 2014, 06:16 PM »
Signatures in posts are all or nothing.  I would like signatures displayed on the original post, but not on every single reply.  I know I am picky, but I found that the forum appearance an navigation became a lot better when not every reply had a signature, especially the ones with embedded pictures or logos in it.
193
This is probably not a bug, most likely a lack of understanding on my part about how Albums and Media permissions work.  I enabled the Media Gallery and created an album.  I am not sure how to allow all users to post to pictures on their posts.  When I click on upload media file I get:
Sorry, but you do not have permission to upload this type of item to this gallery

I migrated my forum to a test site, not sure if the settings that came over a causing this or just plain ignorance.
194
Test board / Attaching picture
« on January 26th, 2014, 07:54 PM »
Testing upload media file
Test
195
Archived fixes / Re: Errors when going under Theme Settings
« on January 24th, 2014, 05:54 PM »
Sorry, I have no time to read all the other post with errors.  I do have time test and report what I find.  If it is a dupe report, just close it.