Its easier to update settings before ( also buttons path etc )
But in the end it doesnt matter to much. As these things can also be updated using phpmyadmin
Exactly in wrapper.html on your main topsite to include top 5 of subfolder topsite. Although i never used this method myself, as long s its on the same domain that method should work,
Google rank depends mostly on your # of backlinks and what anchor text is used ( preferable targeted keywords should be included ), as well as onpage seo, think i explained that somewhere in your topic if iam not wrong. Thats why in 0.7 beta we introduced the admin setting to specify that text
Its a rotator function.
e.g zone A has 2 ads in it, each with 1000 impression
page loads, it shows 1 of the 2 ads in a random order. Next page load might be the same ad, or the other one. This continues until their impressions have reached 0
Hey, ya that is the issue. Delete the table with {
forwhatever reason you had 2 of the same tables, so you or maybe mark ( properbly worked on it once ) changed the name to test something. Now when converting to utf8 it throws an error because that tablename in invalid to use in a query
Well i personally find it a success once more google traffic comes in. That will lead to the needed hits out. Hits in from members are bonus ofcourse, but properbly most leave once they voted.
Independant of how many members you have, having some premium members makes it a success for yourself...
You call on your main toplist for top 5
{include "http://www.yoursite.com/top1/ssi.php"}
for last 5
{include "http://www.yoursite.com/top1/ssi.php?a=new"}
To change number of latest 5 or top members add to the adress &num=10 or any number
To edit the template for each, see the ssi.html...
First off you would need to switch around order of this in wrapper.html
<title>{$list_name} - {$header}</title>
Then you would have join - toplistname
stats - toplist name
etc
Category view would now be
Rankings - Category name - toplist name
To have that change further this is...
Aardvark has a multiple button choices mod, which we could convert. But it need testing to see how well it plays with the current different button styles.
0.7 final release has priority though
Hmm database table convertion to utf-8 stopped at the screens table for you.
Can you check phpmyadmin -> select your database -> see if ats_screens is named "{ats_screens"
If it is, it is the reason of the error.
Then pls rename that table to remove the { and run the updater again. Wonder though...
I myself would be happy if you dont post it as plugin. Dont know what mark think about this, but i dont want to see detailed instruction on here on how to go against google terms
Anyway good job on getting it to work :) You might as well consider just using third party service for that to keep...
Correct. since {$url} in table_top_row.html represent each members website url, you are able to display their pagerank by just placing the code once. By the way, it does function the same way in stats.html
If you want to integrate an external pagerank service, its dead easy.
The code they provide you useually have a part which look like url=your_website.com
You place that code into table_top_row and replace your_website.com with {$url}
actually french is just fine, although not completly translated. In 0.7 final we reinclude the language files which are safe to use with utf-8 even if they are not up to date with translations
Please do the following
Follow update steps, especially step 5, its needed
in index.php find this...
Partly, yes. However that file and few others will be rebuild to have exactly that text in the file as it appears right now on the page, if you look into russian.php you will properbly understand what i mean
Good spot. Right, there have been 2 new skin files.
As for polish. This version just had english, german in the release, because of utf compliance issue, including polish. This file will be redone using utf8 saving, so you dont have to use the ISO charset as it is your file and no html codes...
body {
}
there would go your custom stuff
background: #ffffff url('img/yourphoto.jpg') repeat-x;
repeat-x = horizontal
repeat-y = vertical
repeat = both
no-repeat = stands for itself :)
The color code at the beginning is the color for the rest of the background which isnt covered by the...
For now its still hardcoded. Please go into plugins/NewestMembers/skin_global.php and edit this part
$new_members_limit = 5;
We will try to get an admin setting up for that part on the final 0.7 release
Yes if you look at your swedish.php you will see those odd chars there. Before this was no issue, but now with utf they display as they appear there. This is because at one point in time these files where not saved as utf file, hence lost some characters. Thats why we are rebuilding the language...