Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1814

phpBB Custom Coding • Re: Google Search Console: lots of pages not indexed

$
0
0
However, upon testing, each topic page now shows those usernames as the first line in a string across the top of each topic,
I guess I should of made this clear. It was just a test to see if the data you need is available in overall_header.html. Remove it if it's live board. For testing and development install XAMPP:

https://www.phpbb.com/support/docs/en/3 ... eb-server/

Just so it's 100% clear the following is not working example. <!-- BEGIN postrow --> is a loop and will loop through every post. The template variables available like post text, date, author etc. can be found in viewtopic,php around line 2028, e.g. {postrow.POST_DATE_RFC3339} is post date you would want to use.

Code:

<!-- IF S_VIEWTOPIC-->// Non repeated code <!-- BEGIN postrow -->//repeated code"author": {"@type": "Person","name": "{postrow.POST_AUTHOR_FULL}"}<!-- END postrow -->// More non repeated code<!-- ENDIF -->

Statistics: Posted by thecoalman — Sun Dec 15, 2024 1:42 am



Viewing all articles
Browse latest Browse all 1814

Trending Articles