Forum Replies Created
-
In reply to: Admin Template problem after Upgrade
Alright. I was able to fix it. On admin-header.php I changed:
<link rel=”stylesheet” href=”<?php bb_uri(‘bb-admin/style-rtl.css’
to
<link rel=”stylesheet” href=”<?php bb_uri(‘/bb-admin/style-rtl.css’
I added the “/” before bb-admin. I don’t have a clue why that was giving me trouble but thanks a lot gerik, you definitely got me thinking in the right direction! Thank you!
In reply to: Admin Template problem after Upgradeyeah. i can view it on the source.
In reply to: Admin Template problem after UpgradeHey gerik. I checked and all permissions are set to 755 as they should. Plus, I’m really not having problems with my templates, just the administration end. Do you have a clue what might be wrong?
In reply to: Redirection to new bbPress board?Any clue on what the RewriteCond code for this would be? I’ve been trying to look this up but haven’t found anything yet.
In reply to: Redirection to new bbPress board?What would the RewriteCond be in this case?
In reply to: Redirection to new bbPress board?Thanks Chris and Ipstenu for your reply. I will give it a try and report back!
In reply to: Redirection to new bbPress board?Hello Ipstenu, thanks for your response. Sorry, I should have mentioned that the new bbpress board is actually on the same folder as the previous phpbb one (/forum), however, I get people coming from google trying to find phpbb pages like:
/forum/viewtopic.php?p=66sid=c72c343df3c37339b4d5094a1296566d
,but the new pages now look more like: forum/topic.php?id=38 on bbpress.
I was wondering if there’s a code I can add so people coming from google at least can be redirected to the forum’s index, right now they’re getting a 404 (sorry, I said 401 previously) because the old page can’t be found.
At least until google indexes everything again.
Thanks.
In reply to: Member’s ID issue after conversionOh man, I wish everything in life was this simple. It worked perfectly. I was able to change the value back down to what it should be, no problems whatsoever. I did some testing too and everything seems to be working ok.
Thanks john!
In reply to: Member’s ID issue after conversionThanks for your response man. There are only three users as of now affected by this issue. I would have no problem deleting them and resetting the ID as you mentioned. Is this a simple thing to do, how do I do it?
I know how to access phpMyAdmin, and I can see the ID table:
Field: ID
Type: bigint(20)
Attributes: Unsigned
Null: No
Extra: auto_increment
In reply to: Member’s ID issue after conversionI know you guys do not support the script I used for converting my board to bbpress, but I just want to know if this ID issue is something I should worry about or if it’s not a big deal?
Thanks.