tybi - Posts

Return to advanced search

Any improvement in this pagination issue?
by tybi
Sat Mar 08, 2008 11:53 am
 
Forum: phpBB Forum
Topic: Problem with the pagination
Replies: 17
Views: 17909

SeO wrote:
Code: Select all
<!-- IF SCRIPT_NAME eq index -->
should do the trick too, the SCRIPT_NAME tpl vars holds the current script name (used in the body tag id building).


Thanks, this was exactly what I was looking for. :D
by tybi
Thu Feb 14, 2008 3:57 pm
 
Forum: phpBB Forum
Topic: Adding a link only to the homepage footer
Replies: 6
Views: 31433

Thanks, but it was not a question about the phpbb-seo.com link. It was a general question about how to add anything to the overall_footer.html so it will appear only on the homepage. Thanks. Yes, you can if you want only link-back on one page, preferably the home or forum index. Do only output the l...
by tybi
Wed Feb 13, 2008 10:53 am
 
Forum: phpBB Forum
Topic: Adding a link only to the homepage footer
Replies: 6
Views: 31433

Adding a link only to the homepage footer

Hi,

is there a nice way (or any way :D ) to add a link (or whatever) in the footer of the homepage, but the link (or whatever) will not appear on the other subpages?

Thanks.
by tybi
Mon Feb 11, 2008 6:39 pm
 
Forum: phpBB Forum
Topic: Adding a link only to the homepage footer
Replies: 6
Views: 31433

Or you could just keep the ".something" (.html for example) suffix for the pagination param, at least until we fix this fully. ++ I tried that but it gave me 404 page... Till you fix this problem I guess I will let all the topics on one page without pagination, but it looks really stupid....
by tybi
Sat Jan 26, 2008 8:59 pm
 
Forum: phpBB Forum
Topic: Problem with the pagination
Replies: 17
Views: 17909

mmm, try : if (preg_match('`^[a-z0-9_-]+/(page([0-9]+)/)?$`i', $path, $matches)) { Or you could just keep the ".something" (.html for example) suffix for the pagination param, at least until we fix this fully. ++ It's not working... :( Could you have a...
by tybi
Sat Jan 19, 2008 7:37 pm
 
Forum: phpBB Forum
Topic: Problem with the pagination
Replies: 17
Views: 17909

:? :roll: :( I made the change in phpbb_seo_class.php, but it's not working either... All right got it. If because the slash suffix on pagination term will trick the function that gets the forum id. Try replacing : if (preg_match('`^[a-z0-9_-]+/(' . $this->seo_static['pagination'] . '...
by tybi
Fri Jan 18, 2008 12:16 pm
 
Forum: phpBB Forum
Topic: Problem with the pagination
Replies: 17
Views: 17909

I am sorry for posting here again, I am just not sure whether you saw my post before. The page says: "The chosen forum does not exist."

Even if you don't know what exactly the problem is, could you let me know what should I look at, what should I try out? Thanks.
by tybi
Thu Jan 17, 2008 1:36 pm
 
Forum: phpBB Forum
Topic: Problem with the pagination
Replies: 17
Views: 17909

oups, the .htaccess generator was not wrong. RewriteRule ^[a-z0-9_-]+/?(page([0-9]+)/)?$ /viewforum.php?start=$2 [QSA,L,NC] is correct. What is the message is saying, is it a topic or a forum that does not exist ? I says: The chosen forum does not exist.
by tybi
Sun Jan 13, 2008 4:26 pm
 
Forum: phpBB Forum
Topic: Problem with the pagination
Replies: 17
Views: 17909

Looks like a small bug in the .htaccess generator, will fix. Replace : RewriteRule ^[a-z0-9_-]+/?(page([0-9]+)/)?$ /viewforum.php?start=$2 [QSA,L,NC] With : RewriteRule ^[a-z0-9_-]+/?(page([0-9]+)/)?$ /viewforum.php?start=$3 [QSA,L,NC] And it should be ok. ++ Done it...
by tybi
Wed Jan 09, 2008 3:19 pm
 
Forum: phpBB Forum
Topic: Problem with the pagination
Replies: 17
Views: 17909

Here it is: # Lines That should already be in your .htacess <Files "config.php"> Order Allow,Deny Deny from All </Files> <Files "common.php"> Order Allow,Deny Deny from All </Files> # You may need to un-comment the following line # Options +FollowSymlinks # REMEBER YOU ONLY NEED ...
by tybi
Wed Jan 09, 2008 2:26 pm
 
Forum: phpBB Forum
Topic: Problem with the pagination
Replies: 17
Views: 17909

Problem with the pagination

Hi, I hope this is my last post regarding pagination :lol: . Please, check out this link: http://forum.seochat.sk/seo-optimalizacia-pre-vyhladavace/page25/ It is the pagination of topics, the post pagination works fine. Also I checked the htaccess and I have it updated. Could you give me a hint wher...
by tybi
Wed Jan 09, 2008 10:49 am
 
Forum: phpBB Forum
Topic: Problem with the pagination
Replies: 17
Views: 17909

Thanks dcz, ur the best :lol:
by tybi
Sun Jan 06, 2008 5:25 pm
 
Forum: phpBB Forum
Topic: Member pages not showing
Replies: 4
Views: 1281

No, the htaccess is actual... See what I have in there: # Lines That should already be in your .htacess <Files "config.php"> Order Allow,Deny Deny from All </Files> <Files "common.php"> Order Allow,Deny Deny from All </Files> # You may need to un-comment the following line # Opti...
by tybi
Sun Jan 06, 2008 4:39 pm
 
Forum: phpBB Forum
Topic: Member pages not showing
Replies: 4
Views: 1281

Member pages not showing

After installing the premod, the member pages don't show up. Nor for guests, nor for logged in members.

The text says: The requested forum does not exist.
Please see an example: http://forum.seochat.sk/member71/

Thanks in advance.
by tybi
Sun Jan 06, 2008 3:31 pm
 
Forum: phpBB Forum
Topic: Member pages not showing
Replies: 4
Views: 1281
Next

Return to advanced search