darjana - Posts

Return to advanced search

Re: Meta Description Help

toklok wrote:thanks, and what if i want to add "Ringtone" word before message?


before $message just add

'Ringtone '.$message
by darjana
Thu Sep 16, 2010 10:50 am
 
Forum: phpBB mod Rewrite
Topic: Meta Description Help
Replies: 6
Views: 545

Re: Meta Description Help

yes its possible, find $seo_meta->collect('description', $message); just replace with this, this will add topic title infront of description and message will be behind. $seo_meta->collect('description', $topic_data['topic_title'].', '.$message); or if you want just topic title on description then $...
by darjana
Sun Sep 12, 2010 3:57 pm
 
Forum: phpBB mod Rewrite
Topic: Meta Description Help
Replies: 6
Views: 545

Re: Thanks PHPBB SEO

THank you very much too, especially to phpbb-seo developer and seo&dcz for their help on this forums. 8) 8)
by darjana
Fri Sep 03, 2010 2:56 am
 
Forum: The phpBB SEO Website
Topic: Thanks PHPBB SEO
Replies: 2
Views: 801

Re: dynamic meta tags mod question

yes its possible, find $seo_meta->collect('description', $message); just replace with this, this will add topic title infront of description and message will be behind. $seo_meta->collect('description', $topic_data['topic_title'].', '.$message); or if you want just topic title on description then $s...
by darjana
Tue Aug 31, 2010 11:52 am
 
Forum: phpBB SEO MODS
Topic: dynamic meta tags mod question
Replies: 3
Views: 572

Why certain forum doesn't get indexed?

Hi, Why does forum doesn't get indexed, the sitemap i submit, mostly all the thread inside are indexed however the forum dont get indexed.. for example .. SEO Principles <------ the forum not in google? Google Forums <------ same is this intended or ? can anyone explain this behaviour? thank you.. :...
by darjana
Tue Jul 06, 2010 10:50 am
 
Forum: phpBB mod Rewrite
Topic: Why certain forum doesn't get indexed?
Replies: 0
Views: 382

Re: Facebook Like Button on phpbb forums

Hmm. If you enabled php in your phpbb settings. You can do like this subsilver <tr><td colspan="2" height="25px" width="100%" class="row"><div align="center"> <!-- PHP --> $protocol = $_SERVER['HTTPS'] == 'on' ? 'https' : 'http'; $curURL = $protocol....
by darjana
Sat May 22, 2010 2:30 pm
 
Forum: phpBB SEO MODS
Topic: Facebook Like Button on phpbb forums
Replies: 11
Views: 10890

Mostly because you forgot to add base href at top of overall_header.. check mod instruction for template changes.
by darjana
Sat Feb 07, 2009 10:23 am
 
Forum: Advanced SEO URL
Topic: my theme is too bad after seo...
Replies: 5
Views: 412

Is it? I'll check which advertisment cause that. Thanks for info btw.

Edit: well are you sure the malware originate from my site?
http://www.google.com/safebrowsing/diag ... tylez.net/

:roll:
by darjana
Wed Jan 21, 2009 11:25 am
 
Forum: GYM Sitemaps & RSS
Topic: Existing posts [GYM Sitemaps]
Replies: 8
Views: 516

Well, for styles, you have to edit alot of things since mod author didnt include style for subsilver2 and yes your style on your forum is based on subsilver2. Or perhaps you can try this for news part, you have to edit, gym_link_body.html <table class="tablebg breadcrumb" width="100%&...
by darjana
Tue Jan 20, 2009 11:44 am
 
Forum: GYM Sitemaps & RSS
Topic: Existing posts [GYM Sitemaps]
Replies: 8
Views: 516

If my memory serves me well, you can edit those in includes/functions.php at most below or try reading install instructions.
by darjana
Tue Jan 20, 2009 11:35 am
 
Forum: phpBB SEO MODS
Topic: [Optimal Titles] - Thank you
Replies: 14
Views: 944

AFAIK, both mod working perfectly without any extra modification needed.
by darjana
Wed Jan 14, 2009 4:27 am
 
Forum: Advanced SEO URL
Topic: Problem with AJAX Chat/Shoutbox MOD 2.0.0 Beta 8
Replies: 1
Views: 483

Yeah, pretty much, already notify the mod author.
by darjana
Tue Jan 13, 2009 1:26 pm
 
Forum: GYM Sitemaps & RSS
Topic: a help with gym and almsamim wsiwyg
Replies: 4
Views: 364

great work dcz.

Thanks for help 8)
by darjana
Tue Jan 13, 2009 10:41 am
 
Forum: GYM Sitemaps & RSS
Topic: a help with gym and almsamim wsiwyg
Replies: 4
Views: 364

a help with gym and almsamim wsiwyg

Greetings, $matchs = array ( '#\[img(.*?)\](.*?)\[\/img(.*?)\]#is' => '<img src="\\2" alt="" />', '#\[color=(.*?)\]#is' => '<span style="color:\\1;">', '#\[highlight=(.*?)\]#is' => '<span style="background-color:\\1;"...
by darjana
Sat Jan 10, 2009 2:39 pm
 
Forum: GYM Sitemaps & RSS
Topic: a help with gym and almsamim wsiwyg
Replies: 4
Views: 364

It can be done by changing entry in language file.

open, /language/your_language/common.php

Find
Code: Select all
Index page


Replace with
Code: Select all
Tech-101

or whatever you prefer.
by darjana
Sat Jan 10, 2009 7:09 am
 
Forum: phpBB SEO MODS
Topic: [Optimal Titles] - Thank you
Replies: 14
Views: 944
Next

Return to advanced search