8thos.com

Status
Not open for further replies.
Darn, my account is gone :cry:
Any way to get an invite now?
Did you post at all? i think i only deleted peeps that had zero or one posts. can't remember. pm me your email n ill send u an invite. i'm going on a deleting spree. getting rid of dead accounts.
 
I closed registration and invites on my site. If I don't know you, I'm not adding you.
 
I finally re-opened my site to new registration, in spite of the recent spam attacks. To prepare for it I set registration to Q & A instead of relying on reCaptcha and I assigned new moderators just in case. As far as the privacy issues I had before with weirdos signing up just to stalk a member, I created a new noob usergroup that has very limited permissions. All noobs stay in that usergroup until manually upgraded.
 
Sometimes people ask me what custom addons I've added that I requested and/or donated for first and addons I've created that I haven't released yet.

Sometimes people make a request but don't follow up on it. If I like it, I follow up on theirs and donate first to get it done if I'm not able to make it myself or don't have the time to try.

Can't remember them all so here's a small list of some:

All Topics by BirdoPrey5/Chris Deeming
Resource: http://xenforo.com/community/resources/all-topics-master-forums-global-topics.773/
Resource: http://xenforo.com/community/resources/all-topics-master-forums-global-topics.773/
Resource: http://xenforo.com/community/threads/how-to-setup-master-forums-aka-all-topic.32164/
Request: http://xenforo.com/community/threads/all-topics-modification.21810/
Discussion: http://xenforo.com/community/threads/global-topics.23082/
Discussion: http://xenforo.com/community/threads/oh-dear-global-threads.31500/

Members Online Sidebar Automatic Refresh by ragtek
Resource: N/A
Discussion: http://xenforo.com/community/threads/members-online-now-sidebar-block-automatic-refresh.33886/
8thos: http://www.8thos.com/threads/you-know-what-would-be-good.17551/

Live Topics by sonnb
Resource: N/A
Request: http://xenforo.com/community/threads/live-topics.34491/
8thos: http://www.8thos.com/threads/live-thread-posts-update-in-real-time.3200/

Member's Only Avatars by 8thos
Resource: N/A
Discussion: http://xenforo.com/community/threads/hide-avatars-from-guests-deleted.30503/
8thos: http://www.8thos.com/threads/vip-members-only-avatars.2205/

Clickable Thread Listing by Jeremy P
Resource: http://xenforo.com/community/resources/clickable-thread-rows.1024/
Request: http://xenforo.com/community/threads/clickable-thread-listing.35037/

Count Member Profile Views by Chris Deeming
Resource: http://xenforo.com/community/resources/count-member-profile-views.1049/
Request: http://xenforo.com/community/threads/profile-views-count.36680/

Add Avatar To Last Post by Waindigo
Resource: http://xenforo.com/community/resources/add-user-avatar-to-last-post-by-waindigo.266/
Requested through Conversation

Hide Prefixes from Usergroups by sonnb
Resource: http://xenforo.com/community/resources/sonnb-hide-prefixes-from-usergroups.928/
Request: http://xenforo.com/community/threads/thread-prefix-that-excludes-threads-from-guests.34712/

Social Status Updater by Chris Deeming
Resource: http://xenforo.com/community/resources/social-status-updater.1021/
Request: http://xenforo.com/community/thread...-to-facebook-status-and-twitter-status.35907/

Thread Thumbnails by Waindigo
Resource: http://xenforo.com/community/resources/thread-thumbnails-by-waindigo.223/
Requested through Conversation

Disable Email Notifications For Users Inactive For X Days by ragtek
Request and Resource: http://xenforo.com/community/thread...tivation-for-users-inactive-for-x-days.33451/

Profanity Filter by sonnb
Resource: http://xenforo.com/community/resources/sonnb-profanity-filter.903/
Request: http://xenforo.com/community/threads/censored-words-usergroup-permission.34031/

and many more...
 
Unfulfilled Requests For 8thos.com

Notice Goes Away When Post In A Thread or Appears After Posting In A Thread

Advanced Member Search Request

Avatar or/and Username Cloud - This would look dope for the Member's page (Peeps)

Navigation Menu With Drop-Down RSS Feeds Like Firefox Toolbar

Invision Power vs XenForo Member Profile Tabs

Lifestream

Casino

Hot or Not Rating Gallery

Change Default Profile Tab in Preferences
http://xenforo.com/community/threads/change-default-profile-tab-in-preferences.36808/
^^^Just found out someone made it already /saves money - 9/30/2012

Tinychat Name As Forum Username
http://xenforo.com/community/thread...rum-screen-name-on-forum-tinychat-page.35503/

Must Have X Amount of Posts Before Downloading Attachments
http://xenforo.com/community/thread...-posts-before-downloading-attachements.35318/
^^^Just found out someone made it already /saves money - 9/30/2012

Forum Node Map (Could make this myself but don't feel like it)
http://xenforo.com/community/threads/forum-map.33483/

Members Online Everywhere
http://xenforo.com/community/threads/members-online-everywhere.32117/
^^^Just found out someone wants to make it /saves money - 9/30/2012

Star Rating System (Not really a request but I need to make one since Waindigo's version sucks)
http://xenforo.com/community/threads/free-star-rating-system.31851/

Mobile Style That Switches by Machine Saved in Preferences
http://xenforo.com/community/thread...itches-by-machine-saved-in-preferences.31115/
^^^Just found out someone wants to make it /saves money - 9/30/2012

RSS Feeds Section With Own Thread IDs
http://xenforo.com/community/threads/rss-feeds-section-with-own-thread-ids.36996/
 
Greetings! I was looking at the "Users Viewing Thread" plugin and noticed that you'd added a condition to prevent guests from seeing the info (which I assume reduces queries). Do you remember how you did this? I'm very untechnical. :<

Thanks for your insight. :)

I uninstalled that modification a long time ago because it clashed with another addon. I reinstalled it just now to figure out what I did and it works fine and I don't see anything else that's broke. Anyway this is the code.

Template: thread_online
Code:
<xen:if is="{$xenOptions.dbtech_uvf_displayoption} == 1">
    <xen:include template="thread_view"></xen:include>
</xen:if>
<xen:if is="{$visitor.user_id}">
<xen:if is="{$usersViewingThread}">
<xen:require css="thread_view.css" />
<xen:require css="thread_online.css" />
<div class="online secondaryContent">
    <h3>{xen:phrase users_viewing_thread_x_y, 'users={$usersViewingThread.members}', 'guests={$usersViewingThread.guests}'}</h3>
    <ol class="listInline">
        <xen:foreach loop="$usersViewingThread.records" value="$user" i="$i">
                <li>
                <xen:if is="{$user.user_id}">
                    <a href="{xen:link members, $user}"
                        class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{$user.username}</a><xen:if is="{$i} < {$usersViewingThread.limit}">,</xen:if>
                <xen:else />
                    {xen:phrase guest}<xen:if is="{$i} < {$usersViewingThread.limit}">,</xen:if>
                </xen:if>
                </li>
        </xen:foreach>
    </ol>
</div>
</xen:if></xen:if>
 
<xen:if is="{$xenOptions.dbtech_uvf_displayoption} == 0">
    <xen:include template="thread_view"></xen:include>
</xen:if>
 
Hi
Could you please tell me how to add recent threads like yours ?
 

Attachments

  • Screenshot from 2012-10-29 18:43:52.webp
    Screenshot from 2012-10-29 18:43:52.webp
    55.6 KB · Views: 30
Finally submitted to Showcase today. http://www.xfshowcase.com/showcase/8thos-com.32

Adding a mostly private site to showcase is probably not a good idea but please make an exception in my case. Initial posting privileges are restricted compared to most forums. To lift those restrictions after you join, post in This Thread and say who you are on XFShowcase and in This Thread and say who you are on 8thos. If you are a verified member of XFShowcase then your account will be approved to regular membership so that you can view and post on the site normally.
 
Status
Not open for further replies.
Top Bottom