Closed (fixed)
Project:
Advanced Forum
Version:
7.x-2.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2013 at 02:00 UTC
Updated:
11 Feb 2013 at 02:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
troky commentedTry this patch and report back.
Comment #2
pjmcghee commented[root@pj-hp advanced_forum]# curl http://drupal.org/files/af71913170_1.patch | git apply
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 11441 100 11441 0 0 16030 0 --:--:-- --:--:-- --:--:-- 23541
error: No changes
[root@pj-hp advanced_forum]#
i confirmed also that I am on the 7.x.2.0 code and not the dev code. Thanks for your quick reply on this. i appreciate it!
Comment #3
troky commentedYou have error in patch url... it should be http://drupal.org/files/af7_1913170_1.patch
If you have problems applying it on 2.0 do it manually, it's not big patch.
Comment #4
pjmcghee commentedfirst, i am sorry for the completely dunderheaded mistake before. I'm relatively new to drupal and i have only installed one other patch before. so, i apologize. plus, it was rather early and I hadn't had coffee yet... ;-)
i did get an the following error - i assume this is what you meant by "if you have problems...." so i'll try it manually and get back to you. thanks for the help.
[root@pj-hp advanced_forum]# curl http://drupal.org/files/af7_1913170_1.patch | git apply
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1307 100 1307 0 0 4457 0 --:--:-- --:--:-- --:--:-- 12447
error: patch failed: includes/theme.inc:367
error: includes/theme.inc: patch does not apply
[root@pj-hp advanced_forum]#
Comment #5
pjmcghee commentedI hate to ask for this and I did try, but I am having trouble installing the patch manually. i'm just not familiar with what needs to be replaced and what needs to be added. when i replaced the code that I thought was relevant with the code in the patch i broke the entire site and had to roll back to the previous saved theme.inc. i know that I am doing something wrong. can you assist? thanks and sorry for my ignorance!
Comment #6
troky commentededit /includes/theme.inc b/includes/theme.inc and change:
to:
... around line 367
Comment #7
pjmcghee commentedThank you, kind sir for your help. The issue was there needed to be four curly brackets at the end of the code. I didn't count properly and the code did not work because I only put in three. I trusted my aptana code editor to help me on this but nothing showed as an error. I appreciate your help and I appreciate learning the hard way. that is usually the best!
Take care and have a good day!