phpFox2 RC1 Released
We are pleased to announce that phpFox2 RC1 (Release Candidate 1) has been released for public testing. This is the first release for version 2 that includes an upgrade script from the current stable release (v1.6.21). If you are running a legacy version and want to upgrade you can use the upgrade script included with v1.6.21 and from there upgrade to version 2 using the upgrade script included with version 2.
RC1 is our first release candidate and currently we plan on releasing 3 more before we reach our stable release, however please note that this is subject to change depending on how smooth the RC process goes.
The RC process will consist mostly of finding and fixing any bugs/bottlenecks before we release our stable version. The product is currently “frozen” and nothing new will be developed unless it is in relation to improving an existing feature that is flawed due to a bug. RC will also include the process of creating the default language package (English U.S.). Currently all the phrases are hard coded and will be moved into a language package, which will allow translators at a later time the ability to translate the product to other languages.
For those upgrading its important to note that this is a release candidate and it is not a supported product so our support team cannot help if something goes wrong. It is advised to not upgrade your live site with this first release candidate and to instead clone your current site in a development folder and test the upgrade routine from there. The upgrade routine is actually more of an import routine. Since the script has been redeveloped we do not use any of the same source files or database structure. We will basically be taking what you have in your database and putting into new tables created by version 2. Unlike the upgrade routine for v1.6 we will not convert/move any data uploaded to the server as we will simply connect to those images as v2 allows us to connect to data such as photos, mp3s anywhere (including other servers). So the “upgrade” will mainly be moving data from your database to a set of new database tables.
We will shortly cover what is new with RC1, if you would like to catch up with what our past Alpha/Beta versions introduced you can find more information here…
Whats new in phpFox2 RC1
SEO
There has been a lot of progress in regards to SEO with version 2 in comparison with our past versions and a lot has been updated with RC1. For more information in regards to SEO check out our blog post a few days go here.
Ban Filters
Within the AdminCP we now provide the ability to ban/filter:
- Username’s
- Email’s
- Display Name’s
- IP Address
- Words
All of these filters allow the asterisk (*), which can be used to enter a “wild card” entry. For example if you wanted to ban an IP that starts with 192.186 you could enter: 192.186*
The same could be done if you wanted to deny anyone creating the user name that starts with “phpFox” by entering: phpFox*
Registration Form Control
We now give Admins the ability to control what fields are required during registration. The only fields we require internally is the display name, user name, email and password, so the form can consist of just those 4 fields in order to register.
Emoticon Management
Emoticons are now split up into packages, which you will be able to shortly download from 3rd party sites or direct from the AdminCP. Installing emoticon packages in the future will not require you to log into your FTP and upload them to a specific folder, it can now all be done direct from your AdminCP.
The emoticon manager we provide also allows you to manage each of the emoticon packages and the emoticons. You can change the order of how the emoticons publicly appear as well as change the title and the symbol that represents the emoticon. You can also upload new emoticons to a package or create a new package and mass import new emoticons from a ZIP package.
Online Status - Invisible Mode
We have added a phrase that can be found under the users display name on their profile if they are online. There is also an option that can be enabled that will display an online symbol when a user is online on top of their avatar anywhere on the site.
Here is a screenshot of this feature:

Viewing Photos - Next/Previous Thumbnails
When viewing a photo from the Photo module we now list - under the photo; the 2 latest photos before and after the current photo you are viewing.
Module Items (Public/Profile)
Admins can now decide if when viewing an item it should land on a users profile or within the public module section. If an item would land on a users profile the feature will keep the users style and header menu, giving the user the feeling of having a personal site with certain items (eg. blogs, photos, polls etc…). If you were to select for items to land on their respective module sections this will keep you within those section without redirecting to a persons profile each time you view an item. By default we have selected items to land within the public sections and not on a users profile.
Group Module - Updates
The Group module has been updated with the following changes:
- Forum module integrated.
- Photo module integrated.
- Ability for Admins to feature groups. Featured groups are displayed first and are highlighted.
- Search tool provided within the Group module.
- Included a block to display the most popular groups.
- Group access added and includes the following levels:
- Open (Anyone can join and see group data)
- Closed (Admins must approve members before they can join. Anyone can see group description, however only members can see remaining blocks)
- Secret (Group will not appear anywhere. Membership is by invite only and only members can see any data related to the group)
- Link provided on a users profile to invite them to any groups you may have.
- All modules that are integrated now include specific access rules, which are:
- Allow all members
- Allow all members and non-members
- Allow only admins
- The group creator can now assign Admins to help run the group. An Admin of the group can do everything the creator can do except:
- Delete the group.
- Remove the creator from the group.
- When viewing a group we list all the Admins and identify who the group creator is.
Theme Manager
RC1 introduces a Theme Manager, which will allow Admins the ability to modify many aspects of the new theme system provided by version 2. Before we go into detail explaining the theme manager an understanding of the system that powers themes would be helpful. In past versions of phpFox we have provided the ability for designers to create different styles for our product, however we only provided one theme and if any changes to the theme needed to be done it would mean overwriting our default files causing problems when asking our clients to upgrade to a newer version.
Version 2 takes care of this problem. When designers release themes that can also include several styles and in the future release styles for a specific theme, none of the default files we provide need to be overwritten. Themes control the HTML structure of the product and define where blocks should be placed. Each theme can include as many Styles and these styles control the color scheme and in some cases block placement depending on the CSS the designer uses. Since new themes can be created designers will never have to overwrite our default files thus making it easier for our clients to upgrade to newer versions.
When creating a new theme or style you can define what the parent theme/style is. This means designers will only need to create HTML or CSS files for the areas that want to modify and simply rely on the parent theme/style to fill in the missing files. If the parent theme/style is missing the file we are looking for then we find the global parent theme/style, which is the default theme and style we provide with version 2. So when designers create a new theme they can go as far as changing the entire look for version 2 by only changing as little as 2 files, which is the main template and CSS files.
From the AdminCP an Admin can manage themes from: Extensions >> Theme >> Manage Themes
For each theme you have a set of HTML files you can edit direct from the AdminCP. Any changes made will not overwrite our default files and can be reverted. Also note that we provide a method to edit HTML files from the AdminCP for themes, however you can still edit the source files with your favourite text editor.
Screenshot:

Similar to how you can edit HTML files from the AdminCP you can do the same with CSS files:

You can also create new HTML and CSS files from the AdminCP:

Themes & Styles can both be imported and exported direct from the AdminCP. Similar to how emoticons work, Admins will not have to log into an FTP client and upload all the files into a specific folder. With the current design of the system the goal is to allow Admins the ability to install themes direct from the AdminCP with a click of a button, however for the time being Admins must upload a ZIP file, which contains all of the themes data.
I have personally been working on a theme to help developers understand how to create themes/styles and will be releasing it shortly. The theme itself greatly resembles Facebook and will be used as a guide for designers, however clients will be free to use this on their sites.
Custom State/Province
Countries can now be managed from the AdminCP:

Each country can have its own set of States/Provinces:

You can manually add a country/state or you can import new ones using the import tool provided, which allows you to import a “Country Package” (3rd party) or from a text file:

Custom Fields - Updates
The custom fields for users have been updated with the following changes:
- Ability to add a custom field to the registration form.
- If a custom field is part of a registration form, Admins can control if the field is required in order to register for the site.
AdminCP User Browser - Updated
Within the AdminCP we have a section where Admins can browse all the users that are part of the site. This section has been updated with the following changes.
- Added City, State/Province & ZIP to the form where we edit a user.
- Added the ability to ban a user using the new user group “Banned”.
- Link added within Admin “User Browse” section where Admins can ban members.
Image Watermarking Support
Based on v1.6 feature to watermark images we have updated this routine with some new features that include:
- Watermark positioning (eg. top left, top right, bottom left, bottom right).
- Control over the opacity level.
- Ability to upload a new watermark image direct from the AdminCP to replace our default watermark image.
Screenshot of a watermarked image:

Attachment Manager
Attachment types can now be managed from the AdminCP:

Admins can also add a new attachment types from the AdminCP:

These “types” control what users can upload to the site when using the Attachment module, which connects to many other modules like when writing a blog or a forum thread.
Admins can also control the file size limit of the files users upload.
User Group Management
We have now separated editing a user group and modifying user group settings. Admins can now edit user group settings a lot easier as all the settings are split up based on the modules they belong to.
Here is a screenshot of when editing user group settings:

When editing or creating a user group you can add an HTML suffix/prefix, which could be used to control what color the user group text is as well as upload an image to easily identify the user group.
Here is a screenshot of when editing a user group:

Here is a screeshot when viewing the recently edited user group that now has an HTML suffix/prefix as well as an icon:

We also provide a setting Admins can control if the icon and HTML suffix/prefix should be displayed on a users profile.
Video Module Updates
Our Video module has been updated with the following changes:
- Added ability to feature/un-feature videos.
- Added a search filter.
- Added sub-menus for easy ordering.
- Added ability to add/remove a video from the “Spotlight”.
- Added ability to display a random cached video within the “Spotlight” block.
- Added “More From: {USER}” and “Related Videos” blocks when viewing a video.
- Added FLV support.
- Added the ability to approve videos.
- Once a video has been approved the user is notified via an internal notification and an email.
- Added support for MySpace Video.
- Added support to check if a video import from 3rd party sites cannot grab an image to redirect the user and ask them to upload an image.
- Support for Break.com added.
- Support for non-latin characters added for YouTube.
- Support for Metacafe added.
Marketplace Module Update
The Marketplace module has been updated with the following changges:
- Added support to control how large a photo attachment can be.
- Added ZIP Codes to listings.
- Browse filter added.
- Sub-menu for each ordering added.
- Ability to feature/un-feature a listing.
- Ability to approve a listing. (User notified via an internal notification and an email once their item has been approved.).
Event Module Update
The Event module has been updated with the following changes:
- Event photos now have a size limit, controlled via AdminCP user group param.
- Event privacy added where events can be…:
- Public (Everyone can join)
- Private (Does not show up anywhere and only invited users can RSVP)
- Ability to feature/un-feature events added.
- Added ZIP/Postal code support.
- Ability for Admins to approve events added.
- Sub-menu tab added to display events from: Today, Tomorrow, This Week, This Weekend
- Browse filter added.
- Event creators can mass mail their attendees. (Global setting to disable this feature)
- User group param added to control which user group can use the mass mail feature.
- Admins can control how long a user group must wait till they can send another batch of mass emails.
Update Music Module
The Music module has been updated with the following changes:
- Added the “Latest Songs/Albums” block within Music section.
- Browse filter added.
- Added the ability to browse songs.
- Added the ability to browse albums.
- Added the ability for Admins to feature/un-feature a song or album.
- Featured block added within the music section.
- Admins can now control how many songs a user can add to their profile.
Instant Messenger Updates
The Instant Messenger module has been updated with the following changes:
- Link added on a users profile so other users can start a chat with them.
- Pager added to the IM room where we list all the users friends.
- Added the ability for users to search for their friends within the IM.
Custom Designer
The custom designer gives user the ability to modify many aspects of their profile using the “Advanced” section. In past versions we had support to add background images to certain elements such as adding a background image for their entire page. They would need to know the full path of this image on the internet, however with RC1 for each image attachment we provide a link for users to attach images using our Attachment module (Found on other modules like when adding a blog). Once attached they can connect the attached image to the design tool.
Profile Photo Cropping Update
With Beta5 we released the option for users to crop their own images using our Photo Cropping Tool. Now we give Admins an option that will force users to crop their image before the image is accepted and displayed publicly.
Profile Privacy
Each of the blocks found on a users profile now contain the ability for the user to control who can view the data found on that block. The privacy feature isn’t new but we have added this feature to the following blocks:
- Updates
- Profile Info
- Video
- Photos
- Recent Views
- Marketplace Listings
AdminCP Dashboard - AdminCP Updates
RC1 introduces an AdminCP dashboard that works similar to the dashboard found when you first log into a phpFox v2 site on the index page. This page will allow Admins to view all the recent activity on the site and gives them the ability to drag/drop blocks. 3rd party developers can easily create new blocks that can plug-in to the AdminCP dashboard.
The AdminCP dashboard includes the following blocks:
- AdminCP Notes
- Active Admins
- phpFox News & Updates
- phpFox Twitter Updates
- Site Stats
- Latest Admin Logins
- Quick Links
Screenshot of the top area of the dashboard:

Screenshot of the bottom area of the dashboard:

We updated the AdminCP with some other features and it now includes the ability to view guests/bots online:

We also added the ability to view all the AdminCP logins:

which includes detailed information about each login attempt:

In order for us to give support it helps to understand the server enviroment and we provide Admins this information to help pass it along to us in the future with a System Overview section:

Spam
We have worked on improving SPAM prevention with version 2 and the recent changes include:
- Support for Akismet added.
- Product updated to enable/disable SPAM protection.
- Comments now fitted with SPAM protection.
- Added ability for Admins to approve comments that are considered as SPAM before they are displayed publicly.
- Notify Admins via AdminCP dashboard how many SPAM items need attention.
- Included a user group setting that will allow a user group to override the SPAM check.
- Added the ability to view all the spammers on the site.
- Added a setting to define when all items must be approved due to the user being suspected of spamming.
- Added a setting to define when to auto ban a user due to spamming.
- Admins can edit SPAM count for a specific user direct from the AdminCP.
- Blogs now checked for SPAM.
- Added an option to replace all external links with a page redirection warning.
- Added Captcha on mail (User Group Setting - Default = disabled)
- Spam check added to PM’s
- If a user is a “spammer” they are unable to use the PM service until they lose their “spam” points.
- Added the ability to remove all external links from the site except those added to the “URL White List”.
- Added the ability to remove all external emails from the site except those added to the “Email White List”.
- PM now fitted with an option to find if the last X messages within Y minutes are identical (X & Y are settings controlled by Admins, this option in general is disabled by default.).
- Comments now fitted with an option to to find if the last X comments within Y minutes are identical (X & Y are settings controlled by Admins, this option in general is disabled by default.).
To understand some of these changes in more detail we wrote a blog entry a few months ago explaining the steps we will be taking to fight SPAM here.
Other Changes
* Separated AdminCP login. Admins must login to the AdminCP before they can visit it. AdminCP login session is stored in the database instead of a cookie/session to added extra protection against cookie hijacking.
* Admins now have the ability to view private messages from the AdminCP.
* Admins can now shorten blogs with a setting found in the AdminCP. This setting is a numerical value that will control how many characters should be displayed on a blog before we cut it off and guide the user to click on a link to read more.
* Admins can now hide ads based on user groups.
* Added daylight savings support based on a users time zone.
* Quick link in editor when adding a blog entry, forum post/threads etc; which will allow users to add links to their entry.
* Cached data is now also stored in the database. Used as reference and for stats. It will also guide what files are being cached when using “Memcached” as the selected storage engine. Pager included as well as cache stats.
* Branding removal can now be installed via the installer or via the AdminCP.
* The “change password” routine updated, where it now asks for the users old password before they can change their current password.
* Added a privacy setting to control if someone can download an image uploaded via the Photo module.
* The photo battle section changed from a vertical to a horizontal layout, so members do not have to scroll up and down to view both images.
* Added a check during the image process routine to see if we have enough memory and if “safe_mode” is disabled to try to triple the memory limit. However, if unable to enlarge the memory limit we exit the process.
* Reported items now have a link that will display all the users that reported the specific item with detailed information on why as well.
* Email signature is now connected with the language package.
* Added a large input bar so users can easily update their status from the sites dashboard or on their own profile.
SEO - Upgrading from v1.6.21 to v2
To make sure clients do not lose their search engine rankings on items such as blogs, photos, events etc… version 2 is built to auto redirect these old items to their new items. We also let the search bots know that this is a permanent move. This also covers sections and not just when visiting an item from v1.6.21. The areas that have been covered thus far are:
- Blogs
- Photos
- Forums (Including all threads, forums and posts)
- Profiles (Include all areas related to a users profile)
- Groups
- Music Songs & Albums
- Videos
- Marketplace Listings
Change Log
Our SVN change log can be found here.
Live Demo
View this beta demo in action here.
Download
phpFox2 RC1 can be downloaded direct from the clients area. When you have selected a license and reached the download page look for “phpFox2 RC1″ to download the product.
Requirements
Requirements for phpFox2 can be found here.
Documentation
Our documentation can be found here.
Feedback & Bugs
Your feedback is appreciated, please feel free to leave them here. We also provide a bug tracker here so we can get ahead and start squashing bugs.
Good luck and Enjoy phpFox2 RC1!






thank you sooooo much for all your hard work. i respect and admire you guys for being so smart and well organized!
[Reply]
I am the first to read the blog. Great phpfox!!!!
[Reply]
Hi,
can you show me a place with all option of RC1 , you show us the new and update
I dont look beta before thus i dont know all option. Can we have a list of all option
thanks a lot
[Reply]
Peter McDuffy Reply:
September 11th, 2009 at 1:25 am
In the above post check under the following sentence:
##
We will shortly cover what is new with RC1, if you would like to catch up with what our past Alpha/Beta versions introduced you can find more information here…
##
It should give you links to all the past versions. We currently do not have all the features compiled into one list, however those past blog entries like this one detail everything that the product features.
[Reply]
This is awesome, I am excited! 09-09-09
[Reply]
v2 DOES rock EXCEPT for the why profile commenting is still set up. Comments should be mingled with the activity stream AND replies to comments should be indented below the original post.. NOT “quoted” like they are now.. it TOTALLY destroys any possible discussion about a single post.. face book allows a whole conversation to build around a single post.. we are seriously lacking that feature. PLEASE?? we got over 100 votes for this feature in the feature request.
Peter Armenti
[Reply]
JasonD Reply:
September 9th, 2009 at 2:37 pm
There is an option to allow threaded comments. The “quote” method is how the comments work by default.
[Reply]
cobra12512 Reply:
September 18th, 2009 at 10:54 am
I think we also need a replay ajax system on the comment box for easier replay to users profile, that way you don’t need to visit that profile and wait till it loads, especially does huge profiles….
[Reply]
It’s nice to have both options, but I’m going to have to disagree with Peter. Indenting comments look really messy.
[Reply]
Is there any info on pricing yet?
[Reply]
Raymond Benc Reply:
September 10th, 2009 at 1:15 am
We are currently not making any changes to the pricing for version 2, however if such a change is made we will be sure to update the community in good time.
Note for anyone running any legacy version of phpFox you are able to upgrade to version 2 free of charge regardless of any changes to the price in the future.
[Reply]
Where is the Contacts importer that was planned for RC 1 as of signup routine?????
[Reply]
Raymond Benc Reply:
September 10th, 2009 at 1:13 am
Our ETA for this plug-in was for stable and the development process to start with RC1: http://blog.phpfox.com/2009/06/10/phpfox2-development-milestones/
Note that dates are off on the milestone due to changes in release dates posted after that entry.
[Reply]
great job guys. I think I can start playing around with RC1. I was just wondering that there is no link to upgrade membership anywhere or to show all the available memberships and subscription option.
Can this be added?
[Reply]
Raymond Benc Reply:
September 10th, 2009 at 2:37 am
Thanks.
That option is currently available, however our demo isn’t setup with any membership plans so this is why it isn’t showing up there. However, if you are testing locally you can create a subscription package and enable the option for your members to see this feature then it will show up on their dashboard. You can also add these packages to the registration form if you want new members to purchase a membership package before they become a member.
[Reply]
thanks natio for clearing this up. I yet have to do a local installation. BTW, Can user upgrade using their points?
[Reply]
Peter McDuffy Reply:
September 11th, 2009 at 1:55 am
Currently they cannot upgrade using their points.
[Reply]
Just to say THANKS, great job!
[Reply]
Peter McDuffy Reply:
September 11th, 2009 at 1:56 am
Thanks Hameedou for your comment.
[Reply]
Hi Raymond. I don’t think it was ever added as a feature request, but we had discussed having a directory of sorts based on members user types with cats and subcats even.. do you remember this? You said that it was being developed for v2. Any update on this?
Also, we discussed adding ID’s to lists (UL LI’s) so that icons could be added to cats and subcats and such in the marketplace area and forums and such. Either that or simply the ability to add icons. You expressed that you would look into adding them. Is there any development on this?
Thanks for the product thus far.
[Reply]
Raymond Benc Reply:
September 11th, 2009 at 1:55 am
Hi Peter,
Thanks for your comments.
Yes, the user type directory is still being planned, however it unfortunately cannot be completed for version 2.
As for the ID’s to lists, was this for all cats/subcats or in specific areas such as the marketplace?
[Reply]
Peter Armenti Reply:
September 11th, 2009 at 10:27 am
I’m glad to hear it’s still in the works.. when might one expect that on a time scale?
ID’s to lists would be great everywhere but of most importance is Marketplace, Events, Blogs, and Forum. Of course simply being able to associate an icon with each cat and subcat would be great also… like a direct upload in the admin… Santockis forum works this way as does vbulletin now. That would be more user friendly for those that don’t know css well or want to re-order lists or what have you. I’d understand if this took time.
I also noted that much of the template kind of skimps on styling in the places that it does add icons.. like the contact block under the profile picture. It doesn’t make use of inline divs to vertically align/center the icons with the text. Kind of a pet peeve of mind and would require manual edits of the template files for themers the way it is now. Just little things that will help the end product. Sorry to be a pain. I’d even do it for you guys if you wanted help with the actual template. In fact I’d love to be involved
[Reply]
the video module lacks the ability to provide a play “list ” selection or play “all” request. this is done on youtube and other site as well
[Reply]
Peter McDuffy Reply:
September 11th, 2009 at 1:57 am
I checked over the development log and this wasn’t planned for v2, however it is planned for development in the future. You are free to add a “Feature Request” and get votes so it gets developed earlier.
[Reply]
I’m still lost as to why “updates” is separate from “what’s new” and why there isn’t a “more updates” link. I don’t know.. the organization of information is still somewhat confusing for me. Maybe it’s just me, I don’t know.
[Reply]
I’m trying not to flood this blog post.. but I take serious issue with 2 very basic things that have not been changed that will seriously make or break this script as a social networking tool.
#1 Comments needs to be integrated with the UPDATES section of both the dashboard AND the profiles.. it makes NO sense the way it is right now and is totally going to confuse everyone. Especially since there is “comment” in the update section and then COMMENT down below.. which is totally independent of the other comments.. it’s like there are fragmanted comments everywhere.. and nobody knows whats going on.. communication is so fragmented disorganized.
#2 In the dashboard, “Whats New” items should be integrated with “updates”. It makes no sense that it is not.. and people are going to miss all that information because firstly, they are not going to scroll all the way down to see that section.. and secondly, they are not going to click through those tabs to check out what’s new.. Recent activity like what is in the “whats new” section should just be making it’s way through the “updates” section.
I REALLY want to be excited about v2 but I’m having trouble with the most basic things. I feel like it could have used a lot more planning first before being put together. The frustrating thing is that it has all the potential and is just being executed incorrectly. I wish I had been on the planning committee for it because we’d have an all-star product with my suggested changes. It won’t take much.. releasing this “as is” is just a release of “more of the same”.. in my opinion.. and I hope that this isn’t received poorly because I mean only to be constructive in my criticism, not destructive.
[Reply]
Peter McDuffy Reply:
September 11th, 2009 at 1:40 am
We will look into this and see what can be done, however making such changes can cause a delay in the final release of the product and if the entire community is okay with that then we have no problem continuing development.
[Reply]
Eric Reply:
September 13th, 2009 at 1:44 am
I think the best way to integrate is to copy what facebook and then create a Comments tab to filter all comments.
[Reply]
I strongly disagree with Peter Armenti regarding Comments. I think it is a good idea to have both Comments on Activities as well as a separate section for Comments. However, I support him regarding making all replies to any Comment be indented.
[Reply]
Romeo Khan, Sr. Reply:
September 11th, 2009 at 1:40 am
Peter Armenti is 100% right about everything…………. comment shouldn’t separate….one comment for 2 updates… profile and updates..thats how things work… you can buy 2 item from one store… u dont need to go to 2 diffrent store to buy the samething that u could of buy from one store…
[Reply]
Peter McDuffy Reply:
September 11th, 2009 at 1:48 am
I agree, comments & updates should be separate. An item is something we post publicly to the community thus it turn it ends up in the updates, while a comment is a personal message to the person we are interacting with. Now a comment will get added to the public feed where your personal interaction with this person is publicly displayed and not all parties want such information displayed.
Taking privacy into consideration this isn’t very nice on the person I am commenting on, unless we do a check on their personal privacy setting and who can view their comments to begin with. Such a complex query is fine for Facebook and their mega servers, but for those running on 1 dedicated server or even worse a shared host; it will crash once you get over 1k users.
But, Facebook is what is new and everybody wants what they have and that is fine as well… So developing the script to work both ways in the end is a good idea, however think it over with how really confusing entering Facebook is these days when you see all that information in one location; I personally feel its just too much and I have no problem visiting the photo section to see new photos. Plus I really don’t care to see what my friends have commented on other peoples profiles in my feed.
[Reply]
Peter Armenti Reply:
September 11th, 2009 at 9:57 am
the thing is this.. MOST of my activity on facebook is being DRAWN into other peoples conversations. I see something someone said to someone else and I am compelled to join the conversation. Or I see someone else comment on a friends photo and I feel compelled to comment myself. That is pretty much all of my activity on facebook. If you wanted something to be private then you would PM them, NOT post a comment. Otherwise what is the purpose of a PM system? I always take that into consideration when posting something to someone. Do I want other people to read this? If not, I’ll PM. If I don’t mind other people reading it, or I would actually LIKE other people to read it, then I post it as a comment.
Everyone understands this much. The way it is now we have like 3,4,5 different ways to be be commenting and/or messaging. It’s just too much and too confusing.
[Reply]
I agree with Peter. “Fragmented Information” just about sums it all up!
A feed needs to be ONE place with EVERYTHING at a glance otherwise we’re just all going to TAKE OUT the updates part or wait on a modder to INTEGRATE the two!
One place…Everything! No confusion, maximum exposure to everyone.
[Reply]
I say there should be an option for both ways, everybody is happy that way !
[Reply]
Romeo Khan, Sr. Reply:
September 11th, 2009 at 1:41 am
too much option makes more bugs and heavy on coding…. so its always good to have the best one
[Reply]
Peter McDuffy Reply:
September 11th, 2009 at 1:49 am
That maybe so, however the more a company can provide on a specific issue the larger client base they will have.
[Reply]
Romeo Khan, Sr. Reply:
September 11th, 2009 at 2:07 am
Not the more a company provide…….. the most efficient a company can provide they are the best…remember quality matters….
Peter McDuffy Reply:
September 11th, 2009 at 2:14 am
Quality is always a matter, this is why a development process goes thru RC and not adding more features as it needs the proper time for quality assurance.
[Reply]
Romeo Khan, Sr. Reply:
September 11th, 2009 at 2:23 am
yep!!! do you see how this wordpress blog makes nice Replay organizing one inside another… very easy to follow..and no one get confused…..thats what we look into phpfox… nice smooth good thinking idea built in phpfox…cus at the moment with phpfox thas not the case …there is lots of things that a users get confuse with in the site features…
Peter McDuffy Reply:
September 11th, 2009 at 2:27 am
Indented replying is a feature that needs to be enabled from the AdminCP for version 2, as for Wordpress indented replies for the version we are using is not a default feature as it is a plug-in.
[Reply]
Romeo Khan, Sr. Reply:
September 11th, 2009 at 2:32 am
it was just an example to demonstrate the organization of its content.
Here is some issue i was having…
- At least last 7 notification should stay in the footbar Notification
-Profile– allow removing any thing posted in the updates of the profile,
-Show latest 3 pictures uploaded on profile updates
-Taging picture doesn’t show up on other users profile???
- Allow to post video or image in other peoples profile
dashboard
- whats on ur mind doesnt clear out after submiting on dashboard???
- dragable box doesn’t save the position it goes back to default when u refresh..
-Input a submit bottom to whats on ur mind rather then auto submitting because what if we change mind?
- user upload videos using youtube api from phpfox???
- why can’t we make quizez with images for each question? so allow add image for each question..
whats on ur mind bug
-u can type any number of words but when its too long it doesn’t update the full sentence…?? neither it gives error message?? wierd
Video section
- Why can’t video section be more like http://www.phpsugar.com/outgoinglink.php?demo=154
Music section
- why can’t we import embed music codes like from imeem?
why can’t we add images on other then attachment??? cus when the image name is long
like this 1_adelto_interior_design_store_luxury_furniture_outdoor_contemporary_modern_apartment_property_home_ (118.91 kb)
[Reply]
Raymond Benc Reply:
September 11th, 2009 at 2:12 am
Thanks for submiting them here but we can’t do much with it here. Try the bug tracker.
[Reply]
correction **submit Button***
[Reply]
We will see what we can do to integrate the comments into the updates, if its to much of a strain on the server I will release it as a plug-in until further testing is done.
As for the “What’s New” block this is designed for all public items, the “Updates” block is designed for your friends. If your “Updates” block is set to be public then you can disable the “What’s New” block.
[Reply]
Hello Raymond,
Congratulations on releasing PhpFox 2.0. It is far much better than PhpFox 1.6 . Don’t worry about the few people who are criticizing it unreasonably. Of course, some room for improving some of the features, but overall it is a good product.
I hope that you keeps a separate block for Comments (the way it is now) at least as an option for Site Administrators to determine whether they want to keep it or to disable it. There is an advantage in having a separate Comments block because many people may want to leave a general Comment, and not comment on a specific activity.
Remember that you have hundreds of clients. Each one has his/her own opinion and needs. Don’t just listen to few individuals. They don’t represent the majority of your clients.
[Reply]
Raymond Benc Reply:
September 11th, 2009 at 7:16 am
Thanks, I really appreciate your comment and feedback.
[Reply]
Peter Armenti Reply:
September 11th, 2009 at 10:06 am
I think perhaps you misunderstand… if they are combined a person can still leave a GENERAL comment that is not associated with any particular activity. It just gets inserted into the flow of updates… and technically it IS an update.. someone left a comment on your profile.. that is an update or activity on your profile.. however you want to look at it.. Having it this way, MORE people are exposed to the comment on your profile and more people actively engage the comment. More people will see it, more people will respond to it… in the end MORE people are joining in on the conversation. That’s exactly what a social networking site is all about. The way it is now few people will enter the conversation. This is why myspace has died. Compared to facebook, myspace profiles were like islands.. that didn’t engage the community nearly as much as if they were better connected.
[Reply]
Romeo Khan, Sr. Reply:
September 11th, 2009 at 1:46 pm
Peter Armenti makes a very good point..
[Reply]
W. Kennedy Reply:
September 11th, 2009 at 3:12 pm
To Peter Armenti,
I am glad that you have clarified your proposal. I want people to be able to go to someone’s profile and leave a general comment. I initially thought your proposal would eliminate that.
I think it is a good idea for such comments to be reflected in the Activity Updates feed, to the extent they do not require excessive server resources. So, it is better for such a feature to be optional and left for the Site Administrator to turn it on or off.
[Reply]
Has anyone tried the Extension >> Modules section on the AdminCP?
I’m trying to add a sample Module (MyModule) but the /module/mymodule directory is not being created as described on the phpFox2 wiki. The module is actually being created but is not listed on the Module list when I tried to create a component for my module.
[Reply]
Peter McDuffy Reply:
September 11th, 2009 at 7:48 am
Hi Maia,
I would be more then happy to help, however with such support related questions we ask our clients to submit them to our v2 forum located here:
http://forums.phpfox.com/forumdisplay.php?f=146
[Reply]
I took some time today to see what can be done to put comments into the feeds and its been working rather well so far, however haven’t done any major stress testing. Currently it works fine, however the query that we need to run in order to make this happen destroys the database index a little and this could cause things to slow down on a users profile if they have a lot of feeds. In any case I feel its safe to say this we will least be an option by the next release.
[Reply]
Peter Armenti Reply:
September 11th, 2009 at 10:09 am
Thank you Raymond.. I hope you don’t take offense to my stress on this. I think your coding and development is great, I just take strong opinion on how a social networking site should work and I REALLY WANT phpFoX to be successful. I truly hope you take my input as constructive and not destructive as I have really come to like both yourself AND phpFoX. I just want it to work the best that it can and not miss any opportunities.
[Reply]
Could anyone upgrade from phpfox 1.6.21 to phpFox 2.0 RC1 ? I am unable to do so.
1. I overwritten all files as per readme.html
2. Made changes on directory permissions to 0777.
3. Run mysite.com/install/
4.In Red, it says : Unable to Connect to Database Host : DATABASE_HOST(1)
5. On continuing, it says it has imported all.
6. I rename htaccess.txt to .htaccess.
7. Site goes blank.
Did I miss something ?
[Reply]
Raymond Benc Reply:
September 23rd, 2009 at 4:14 am
I would advice to report this as a bug here:
http://forums.phpfox.com/project.php?do=issuelist&projectid=1&issuetypeid=bug
We can then help resolve this problem.
[Reply]
Can I upgrade from RC1 to final release ?
[Reply]
Peter Armenti Reply:
September 22nd, 2009 at 12:19 pm
I’d like to know your recommendation on this also. thanks.
[Reply]
Raymond Benc Reply:
September 23rd, 2009 at 4:15 am
Yes, you can upgrade from RC1 to the final release.
[Reply]
If I upgrade my 1.6.21 using the upgrade script what will happen to my language pack ? what about diggnews , messege bar , prochatroom and other plugins ?
[Reply]
Raymond Benc Reply:
September 23rd, 2009 at 4:16 am
None of these can been kept as the new version is based on a completely different engine, unless those that created the plug-ins have already upgraded their plug-ins for v2.
[Reply]
No twitter updates today ??
[Reply]
Any chances we get the Translated Moduel For RC2??
[Reply]
Raymond Benc Reply:
September 23rd, 2009 at 4:16 am
Unfortunately this is still not completed. Only 1/3 of the modules have been imported into the language package.
[Reply]
[...] RC1 [...]