Hi there

I am trying to find where to edit the Top Users page, the URL looks like .../stories/topusers

I want to change the heading of a few pieces of the layout.

Thank you!

Comments

chx’s picture

Well, in general the handbook has a theming section. Aside from that, I have no idea what you are talking of. It might help if you would reveal which module renders that page. And choosing all Drupal versions also helps us identifying your problem, so keeping it top secret is a superb choice.
--
The news is Now Public | Drupal development: making the world better, one patch at a time. | A bedroom without a teddy is like a face without a smile.

--
Drupal development: making the world better, one patch at a time. | A bedroom without a teddy is like a face without a smile.

Caleb G2’s picture

you're referring to exactly, but here's a hint about Drupal in general - that page is being dynamically generated from a query which exists inside one of the files you've installed - meaning there really is no "page" per se. Unless there is an interface to change the stuff you want to cvia the administer/block menu (unlikely), you'll need to edit some code within those files (probably the easiest choice), make a new module to facilitate the editing capabilities you're looking for (considerably harder), or find an existing contributed module which already exists (possible, but may or may not be out there).

=====
Turnkey hosting for pre-configured Drupal installations
Custom Drupal development: HigherVisibilityWebsites

EntrepNZ’s picture

Hi there

I got someone else to make the website and they haven't responded to emails for a while so I thought I'd ask here. I assumed top users was a standard feature of drupal or something.

Here's the page - http://www.bestofwarcraft.com/stories/topusers

Thanks

Caleb G2’s picture

if that is a "view" or an add-on module which is generating that. Same thing I said above applies in a round about way though. This is not a static "page". It is being dynamically thrown together somewhere. Figure out where and then edit appropriately it the thing to do.

=====
Turnkey hosting for pre-configured Drupal installations
Custom Drupal development: HigherVisibilityWebsites