Cant install quick reply.

windsor

Up-and-Coming Sensation
Joined
Mar 16, 2008
Messages
309
Reaction score
0
FP$
333
I cant install the quick reply mod.
i get to a bit when it says:
Open: styles/prosilver/template/viewtopic_body.html

I cant find the text:
<!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->
.

It doesnt seem to be in the file. What do i do?
 
You style is subsilver based so you use the subsilver instructions to add it to the style.
 
it may be because of whitespace issues or the find function you are using isn't powerful or 'smart' enough

you could try to search for '{postrow.POST_AUTHOR_FULL}' (without quotes) and manually look to see if it is what you need to find

if it isn't in there then you could download a new copy of the file
 
Where can i find the subsilver instructions?
They didnt come with the zip file :S
There subsilver2 instruction. Shall i use those?
 
I mean subsilver2 ones keep forgetting they renamed it. They should work.
 
Ok cool. Im such an idiot. I just tried it again with the wrong instructions 😡 lol

Edit: ok i started the subsilver2 instructions but on the first instruction is says:
Open: styles/subsilver2/template/viewforum_body.html
Find
Tip: This may be a partial find and not the whole line.

Code: Select All
<!-- INCLUDE breadcrumbs.html -->

I cant find
<!-- INCLUDE breadcrumbs.html -->
in the file by using ctrl + f.
So what do i do now?
 
Fowler said:
Can you post the contents of your viewtopic_body.html file?
Not Viewtopic.php but viewtopic_body.html which is the template you are searching.
 
Ok. Ive tried it with both instructions but it doesnt work.
Im not surprised it doesnt work seeing im a noob at phpbb3 ect.

If someones really nice out there and could add it, it would be awesome!
 
Have you tried refreshing the the styles files? After you're sure you've edited everything, go to ACP > Styles and under 'Style Components' on the right, click each link and choose to Refresh whichever theme you edited. As always, Backup the database before you do this.
 
Refreshing the templates only affects the DB if your templates are stored in the DB although in most cases they are stored on the file system.
 
That is most definitly a proSilver based style, and usually (unless you have recompile stale style components enabled) you'll need to refresh the template files in the styles tab for proSilver based styles before any changes will appear.
 
Just was making sure in case the user had been editing with the Phpbb editor.
 
Back
Top Bottom