Hi all drupal people.
I use User Relationships and everything is working fine:
I am searching how to theme the table that show sent - received and pending requests, in order to have responsive table for these sections.
with firebug I only find there is no dedicated class or id for those elements: they are wrapped into "content content" div and tehy only are marqued as "table" - "td"- "tr" and so on...I don't know how to customize only tese table with these general parameters...If I try to theme them I will finish to theme all tables in the website :(
In the table "" I have a class called: " .user-relationships-listing-table" so I can theme directly and only this table..but how can I do with others?
I searched on the web but only found documentation for UR 6....and it doesn't work for 7 ver. ...I searched for a t/l.php file into UR module directory, but I didnt't found nothing!
Does anyone can give me a tip?
thanks

Comments

ace11’s picture

I'm looking for this too.

eletomm’s picture

Hi!
I searched all over all the files inside the folder User relationship module....
in following file: "sites/all/modules/user_relationships/user_relationships_ui/user_relationships_ui.pages.inc" at line n°147 a '#' was missing when defining attributes for var $output
I insert this mark # and now with firebug I can see that in pending request list(as received and sent) I see the class "user-relationships-pending-listing-table" .

Yippee!now I can customize the css of this table!!!

HOw can I do to let the developer correct this missing little thing?

thanks all for support !!
hoping this will help someone!!!

mrf’s picture

Category: support » bug

The best way to let the developer know is to submit a patch. https://drupal.org/patch/submit has good instructions.

Then you can move this issue to 'Needs Review'.

If that seems too daunting I'm sure someone else can look at your change and throw together a quick patch, but having patches on issues makes these even minor changes much easier for the devs to review.