eoinzy - Posts

Return to advanced search

Re: [SEO URL] Board3 portal

Theres a new v106 portal out now. I have updated and the SEO has stopped working for the URLs only. The usernames and forum names still seem to work OK! I used the "105 to 106" guide that came with v106 and all it said was to change 2 lines. I changed them in my fully working 105 portal an...
by eoinzy
Tue Sep 28, 2010 9:58 pm
 
Forum: phpBB SEO TooLKit
Topic: [SEO URL] Board3 portal
Replies: 62
Views: 10088

Re: [SEO URL] Board3 portal

I upgraded from the pre-mod 305 to the pre-mod 307-PL1. I had to reinstall all my mods, like the portal, and the arcade. They all seem to be working fine so far with the changes in this thread. I'm gonna add a couple more mods soon, but I always make the changes on my live site so this time i'm gonn...
by eoinzy
Mon Jun 28, 2010 6:06 am
 
Forum: phpBB SEO TooLKit
Topic: [SEO URL] Board3 portal
Replies: 62
Views: 10088

Re: [SEO URL] Board3 portal

oops sorry. should work now.
by eoinzy
Sun Jun 27, 2010 4:43 am
 
Forum: phpBB SEO TooLKit
Topic: [SEO URL] Board3 portal
Replies: 62
Views: 10088

Re: [SEO URL] Board3 portal

Did the upgrade. Works fine on my board with no mods, other than the seo pre-mod. see here: phpBB307-PL1 with Seo Premod and portal mod I'm gonna add some other mods soon like arcade and sudoku but what I'm worried about is the Topic in Text hover, which needs modification to portal.php itself. I'll...
by eoinzy
Mon Jun 14, 2010 6:56 am
 
Forum: phpBB SEO TooLKit
Topic: [SEO URL] Board3 portal
Replies: 62
Views: 10088

Re: [SEO URL] Board3 portal

Hi,

Is there any update on this? Does portal 105 work with phpBB307-pl1?

I'm considering upgrading my forum and portal so just wondering.

thanks.
by eoinzy
Fri May 28, 2010 7:34 am
 
Forum: phpBB SEO TooLKit
Topic: [SEO URL] Board3 portal
Replies: 62
Views: 10088

General discussion forum

Dingo Stew Hi guys, This is my little pet project. Its more of a hobby for myself more than anything else. I created it to practice running a website and to learn some SEO. I've added the phpbb-seo premod, as well as a few other mods, inlcuding the arcade and a portal. I've pretty much kept all the...
by eoinzy
Wed Mar 10, 2010 3:19 am
 
Forum: Members Sites
Topic: General discussion forum
Replies: 1
Views: 923

Re: [SEO URL] Board3 portal

OK, I know what i done. That piece of code edit where u have the SQL statement and u change a list of "t.xxx" value to jsut "Select *". Thats where i went wrong. I assumed the whole list there was every item in the SQL statement, not just the "t" values so i removed all...
by eoinzy
Sun Jul 05, 2009 4:04 am
 
Forum: phpBB SEO TooLKit
Topic: [SEO URL] Board3 portal
Replies: 62
Views: 10088

Re: [SEO URL] Board3 portal

What was the difference between that and the original code, so we can see what part is causing the issues?
by eoinzy
Mon Jun 22, 2009 10:52 am
 
Forum: phpBB SEO TooLKit
Topic: [SEO URL] Board3 portal
Replies: 62
Views: 10088

Re: [SEO URL] Board3 portal

from ./phpBB3/portal/includes/functions.php $sql_array = array( 'SELECT' => 't.forum_id, t.topic_id, t.topic_last_post_id, t.topic_last_post_time, t.topic_time, t.topic_title, t.topic_attachment, t.topic_views, t.poll_title, t.topic_replies, t.topic_replies_real, t.topic_poster, t.topic_type, t.topi...
by eoinzy
Sat Jun 20, 2009 2:23 pm
 
Forum: phpBB SEO TooLKit
Topic: [SEO URL] Board3 portal
Replies: 62
Views: 10088

Re: [SEO URL] Board3 portal

Open : portal/includes/functions.php Find : 'SELECT' => 't.forum_id, t.topic_id, t.topic_last_post_id, t.topic_last_post_time, t.topic_time, t.topic_title, t.topic_attachment, t.topic_views, t.poll_title, t.topic_replies, t.topic_replies_real, t.topic_poster, t.topic_type, t.topic_status, t.topic_l...
by eoinzy
Sat Jun 20, 2009 6:26 am
 
Forum: phpBB SEO TooLKit
Topic: [SEO URL] Board3 portal
Replies: 62
Views: 10088

Re: [SEO URL] Board3 portal

ye sorry, I have a few mods.

MY line 189 is below:

Code: Select all
   $sql_array = array(
             'SELECT' => 't.*,
         
:189      'FROM' => array(
         TOPICS_TABLE => 't',),
      
      'LEFT_JOIN' => array(
         array(
            'FROM' => array(USERS_TABLE => 'u'),
            'ON' => $user_link,
by eoinzy
Sat Jun 20, 2009 4:07 am
 
Forum: phpBB SEO TooLKit
Topic: [SEO URL] Board3 portal
Replies: 62
Views: 10088

Re: [SEO URL] Board3 portal

hmm, im getting:

Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/mysite/public_html/phpBB3/portal/includes/functions.php on line 189
by eoinzy
Thu Jun 18, 2009 10:41 am
 
Forum: phpBB SEO TooLKit
Topic: [SEO URL] Board3 portal
Replies: 62
Views: 10088

Re: Board3 Portal again

so both of the code snippets are for recent.php? EDIT: I have a big problem! I tried the edits above and nothing happens! The URLs are actually rewritten, but instead of the correct format, ie .../phpBB3/hello-world-t234.html, they are being rewritten as ...phpBB3/hellow-world.html without the topic...
by eoinzy
Tue Jun 16, 2009 3:44 am
 
Forum: Advanced SEO URL
Topic: Board3 Portal again
Replies: 54
Views: 2969

Re: Board3 Portal again

Ye, going by my experience, the edits seem to be different. My site works perfect except for the portal. The urls are like phpbb3/topic-name.html, where they should be phpbb3/topic-name-t324.html. I'm getting lots of "Forum not found" errors. Possibly related to the recent.php block. I mig...
by eoinzy
Sun Jun 14, 2009 7:01 am
 
Forum: Advanced SEO URL
Topic: Board3 Portal again
Replies: 54
Views: 2969

Re: Board3 Portal again

So is there going to be another walk through for this? Im finding it kinda hard to follow through all the posts here. :oops:
by eoinzy
Sun Jun 14, 2009 6:30 am
 
Forum: Advanced SEO URL
Topic: Board3 Portal again
Replies: 54
Views: 2969
Next

Return to advanced search