Download Forum SEO

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Re: Sorry dont want to spam your forum

Post by cisco007 »

why do you have two topic descriptions? and you mispelled one!

Re: Sorry dont want to spam your forum

Post by Steve »

cisco007 » 08 Apr 2010, 20:11 wrote:why do you have two topic descriptions? and you mispelled one!
because i was testen summit

here >> http://www.phpbbstylesandgraphics.com/p ... t=2&p=3#p3

this is what i have done today,and im not doing no more this little brain is starting to forget where it started :oops:

dont try it think i missed some edits lost now :ugeek:

Re: Sorry dont want to spam your forum

Post by cisco007 »

it is looking good no, you are not as dumb as you look, i don't care what Stoker says! :lol:

Re: Sorry dont want to spam your forum

Post by Steve »

cisco007 » 08 Apr 2010, 20:37 wrote:it is looking good no, you are not as dumb as you look, i don't care what Stoker says! :lol:
i just needed stokers forum seo to get the php work done :lol: :P

Re: Sorry dont want to spam your forum

Post by Stoker »

language/en/common.php
Find what?

Lets see a modx file ;)

What about permissions?
I wouldn want my users to be able to use this?

Re: Sorry dont want to spam your forum

Post by Steve »

Stoker » 08 Apr 2010, 20:52 wrote:language/en/common.php
Find what?
finished for today :|
Lets see a modx file ;)
i can make one : here :geek:
What about permissions?
I wouldn want my users to be able to use this?
,you tryed reading this sh*t Tutorial.Permissions guide

Re: Sorry dont want to spam your forum

Post by Steve »

What about permissions?
I wouldn want my users to be able to use this?
so which groups exactly 2 and 9 (?)
[edit][/edit]
i found this in me wiki link can try use it still need group id,s tho

Code: Select all

// set these ids to the specific group_ids of the
// groups that you want to give access to your content
$group_ids = array(
    4,
    2,
);

$user_ary = array();

$sql = 'SELECT user_id
        FROM ' . USER_GROUP_TABLE . '
        WHERE ' . $db->sql_in_set('group_id', $group_ids);
$result = $db->sql_query($sql);

while ($row = $db->sql_fetchrow($result))
{
    $user_ary[$row['user_id']] = $row['user_id'];
}
$db->sql_freeresult($result);

Re: Sorry dont want to spam your forum

Post by Steve »

http://www.phpbbstylesandgraphics.com/p ... /index.php

wanna try it?

username: tester2
password : t3st3r2

Stoker what group id,s ?

Re: Sorry dont want to spam your forum

Post by Stoker »

Looks great.
But you forgot:
<meta name="keywords" content="" />
<meta name="description" content="" />
Keywords and description have to go there.

Re: Sorry dont want to spam your forum

Post by Steve »

ah yes ive not done that yet
al have a play with some permssions and try and sort the words and description problem when editing 1st post and only display on 1st post .