myfreeforum.org Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  Who is OnlineWho is Online   Join! (free) Join! (free)  
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
For an excellent guide to using your myfreeforum forum, you can visit
howtodoit
The howtodoit "readonly" forum provides answers and walkthroughs for all common questions.
  • Welcome
  • Country: US
    US
    Address: 38.107.191.109
  • Server Appeal

Page Previous  1, 2, 3 ... 18, 19, 20 ... 37, 38, 39  Next
 
Post new topic       myfreeforum.org Forum Index -> What's new? Announcements!
Site Admin
Site Admin



View user's profile Send private message Visit poster's website

A Blog by - admin (no pm's please)


PostPosted: Mon Jul 16, 2007 5:37 pm

memberlist can now show xprofile fields


e.g.

in the memberlist_body.tpl

{memberrow.KARMA}

will now be set assuming KARMA is an xprofile field.



10 comments have been made on this topic View/Post Comments
PostPosted: Wed Jul 11, 2007 12:50 pm

Zaphod server upgrade Friday


We are moving one of the servers "Zaphod" over to "php5" from "php4" Friday.

This should be pretty unnoticeable, without even a blip of downtime.

The server will then actually be slightly slower until we reinstall the caching system.

At that point we should end up a little ahead on speed as php5 is faster than php4, but frankly I don't expect the difference to be noticeable.

12 comments have been made on this topic View/Post Comments
PostPosted: Sat Jul 07, 2007 12:50 pm

Adding styles in admin panel much faster


This routine was getting rather bogged down, and so has been recoded for much faster speed

4 comments have been made on this topic View/Post Comments
PostPosted: Fri Jul 06, 2007 5:12 am

Server speed ups


Forums should be more responsive from today.

We have as most will know a lot of excess capacity on the system, and this has enabled us to in effect run the servers in a partially crippled mode, as sheer speed of the core hardware has adequately compensated.

This was done as I was reluctant to commit the servers between several alternative php caching systems. All of them having been a "choice of evils" in some regards.

But as of now I think the preferred choice has moved sufficiently away from the bleeding edge, and the systems load has increased enough to make a speed up urgent enough to want to make the leap.

So I have now enabled the speed up on all servers.

5 comments have been made on this topic View/Post Comments
PostPosted: Mon Jul 02, 2007 11:52 am

Best forums competitions


http://forum.myfreeforum.org/sutra79933.php#79933

2 comments have been made on this topic View/Post Comments
PostPosted: Sat Jun 30, 2007 1:10 pm

mjProSilverPortal template released


This is a similar template to that running on the support forum, but with a different header and some tweaks like the posting check list removed.

59 comments have been made on this topic View/Post Comments
PostPosted: Sat Jun 30, 2007 12:56 pm

Another one bites the dust


http://www.myfreeforum.co.uk/support/

Good news really, as these cowboys have a very similar domain name to us

It is interesting and somewhat depressing to see the rise and fall of these sorts of outfits.

As I tell anyone prepared to listen, for a free forum system to be sound. It has to:

1) Have advertising that will pay LARGE bills.
2) Have the money to pay those bills in the years it takes to build an income.
3) Be run by people with the skills needed.

If anything else is going on, like it having no reasonably visible means of income, then it ain't going to stay around, or there will be a mighty sting in the tale at some point.

6 comments have been made on this topic View/Post Comments
PostPosted: Thu Jun 28, 2007 7:34 pm

viperProSilverPortal template released


Many thanks to Viper for this.

It is a phpbb3 look portal, and is similar to what you see here, but has been independently developed by Viper and so represents a different take on the look

40 comments have been made on this topic View/Post Comments
PostPosted: Sun Jun 24, 2007 6:31 pm

Nasty portal caching bug fixed


I think portals were using the same cache regardless of template this would not be good when developing templates, as I have just found out I never noticed it before as I tend to ignore the use the "editor" rule

0 comments have been made on this topic View/Post Comments
PostPosted: Sun Jun 24, 2007 2:57 pm

New support forum look


Work has started on a new look for the support forum

It will be a "list/css" based template, rather than a table driven template, and will look a lot slicker.
This will give the opportunity to add some more template switches to make this sort of template easier to do.
The results will be usable by all, and may give people some new direction in their template editing.

The index page is partially done currently, and I was almost tempted to put it on show

114 comments have been made on this topic View/Post Comments
PostPosted: Sun Jun 24, 2007 9:50 am

Two gallery issues fixed


One was an issue with uppercase image extensions.

Another with a file extension not being displayed in a thumbnail.

The fixes this morning reflect that fact that a lot has been added to myff over the last period, and we need a phase of fixing all the little issues that have crept in.

0 comments have been made on this topic View/Post Comments
PostPosted: Sun Jun 24, 2007 9:27 am

webpage and portal www redirections added


Previously you could view pages and portals (with viewportal.php) on either the normal forum address or its "www" address.

e.g. for example if you went to the page:

http://www.forum.myfreeforum.org/viewportal.php?component=arcade

It would try and view the arcade, but this would in fact not work, as the cookies that have your login information are not stored against the "www" domain.

To remove this sort of anomaly, www addresses are now always redirected back to where they should really go.

0 comments have been made on this topic View/Post Comments
PostPosted: Fri Jun 22, 2007 4:47 pm

Make your forum load faster and prepare for the new wysiwyg


This tip will also make editing templates more straight forward.

With most templates there is two sets of style sheet information, the style sheet information controls how the forum looks, and so having much the same and often contradictory infromation in two places is confusing

The first place you will find the information is in overall_header.tpl, withing <style></style> tags. Within these tags you will see many template macros. e.g. there are lines like:

Code:
</p><p>a.nav            { text-decoration: none; color : {T_BODY_LINK}; }</p><p>

Where {T_BODY_LINK} comes from values edited into themes management in the admin panel.

This allows you to control some of the look of the template direct from the admin panel. But there is a problem, well a few really.

1) The CSS gets loaded each time, slowing page load times.

2) The css file itself may also be being loaded, conflcting with the defintions in overall_header.tpl.

3) Last but not least the new wysiwyg editor will not know about the page styles, as it needs a css file.

To resolve this is not hard, but you do need to do a few steps properly.

Firsly view the page source in the browser, and copy the CSS definitions which are between <style> and </style>  do not copy <style> or </style> you want what is between the  tags.

Next in the template editor replace the contents of the css file (e.g. for myff_forum1 it would be myff_forum1.css) with the copied definitions.

Now go through the defintions and add "/" in from of "templates/" so it becomes "/templates/" this is needed or images will not be found.

Next edit overall_header.tpl and remove all the text between <style> and </style> including the <style></style> tags.

Lastly, make sure you have a line like:

Code:
</p><p><link rel="stylesheet" href="templates/myff_forum1{T_HEAD_STYLESHEET}" type="text/css" -></p><p>

Note you may have the following line, which is in effect a "commented out" version of the line you actually need.

Code:
</p><p><!-- link rel="stylesheet" href="templates/myff_forum1/{T_HEAD_STYLESHEET}" type="text/css" --></p><p>

Note you need to replace "myff_forum1" with your own template name.

 

 

 


18 comments have been made on this topic View/Post Comments
PostPosted: Thu Jun 21, 2007 7:26 pm

Danaldinho Banned


For repeated reposting of what was being removed by the moderators.

This forum is not here to abuse.

This is a temporary ban that will be lifted at the end of the month.

But any further abuse will result in a permentant ban.


0 comments have been made on this topic View/Post Comments
PostPosted: Thu Jun 21, 2007 8:57 am

How to get the best response out of the support forum


Everyone posting on here gets support, and we are proud of how good that support is.

But some people get their questions resolved a lot quicker than others.

So here is how they do it.


    1. They follow the posting check list, not just on the first post in a thread, but within the thread itself. If each (well perhaps not  quite each) post on a thread posts links and recaps where things are with the issue, then someone can understand what needs to be answered without rereading perhaps several pages.

    2. They don't develop a reputation as a time waster. Some things may be hard to search for, other things are very easy to find with just a little effort.

    3. They demonstrate a willingness to actually make the effort to learn in proportion to the complexity of things they want to do. If you really do want to make dozens of  html edits you should learn at least the basics of html.

    4. They have a forum worth supporting. A forum is about posts and members, if your priority is not the forum contents, but template editing then your forum is doomed. So why should people want to spend time supporting a doomed forum?

    5. They are polite and appreciate help given.

    6. They post in clear English without TXT speak or silly colours or fonts. Little is more annoying than someone wasting time on fonts and colours that generally make their post less readable, and no time proof reading what they have posted to see if it actually makes sense!

    7. Last but not least, having learned themselves, they try and help others on the forum to give back to the community.


Last edited by on Sun Apr 05, 2009 7:55 pm; edited 2 times in total

11 comments have been made on this topic View/Post Comments
Post new topic       myfreeforum.org Forum Index -> What's new? Announcements! All times are GMT
Page Previous  1, 2, 3 ... 18, 19, 20 ... 37, 38, 39  Next
Page 19 of 39
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Card File  Gallery  Forum Archive
Powered by phpBB © 2001, 2005 phpBB Group