Jump to content
Cifre

SEO Friendly TIP [PHPBB3]

Recommended Posts

Posted (edited)

Am decis sa fac acest topic sa fie cu diverse tutoriale dedicate PHPBB3.

Acum o sa va arat cum sa cum sa va faceti statistici fake pentru un forum phpbb. Asta o sa va ajute la seo.

In index.php cautam:

$total_posts = $config['num_posts'];

$total_topics = $config['num_topics'];

$total_users = $config['num_users'];

Si inlocuim cu

$total_posts = $config['num_posts']+199218;

$total_topics = $config['num_topics']+51991;

$total_users = $config['num_users']+25120;

Unde $total_topics este variabila care defineste totalul de topic-uri in forum aratat in statistici.

Unde $total_users este variabila care defineste totalul de useri in forum aratat in statistici.

Unde $total_posts este variabila care defineste totalul de post-uri in forum aratat in statistici.

Modificati numarul de posts/topics/users dupa bunul plac.

Exemplu: SourceServer Music • Index page

Edited by Cifre
Posted

Cred ca toti stiti chestia aia cu ----------- la semnatura si eu o stiu si cred ca e enervanta. Acum o sa va arat cum sa o schimbati.

Fisiere de modificat: viewtopic_body.html

Deschidem fisierul

styles/tema ta/template/viewtopic_body.html

Cautam linia:

<span class="postbody">

_________________

{postrow.SIGNATURE}</span>

Modificam linia de mai sus cu:

<span class="postbody">

<font color="#FF0000">----------- my signature</font>

{postrow.SIGNATURE}</span>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...