Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 201
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 180
Total: 180

Author Topic: Changes in the template  (Read 16735 times)

0 Members and 1 Guest are viewing this topic.

Offline vkot

  • Full Member
  • ***
  • Posts: 136
    • View Profile
Changes in the template
« on: September 16, 2008, 03:54:00 am »
1) Can we have the member's avatar and No. of posts under the member's name on the listing page? Like it is shown for the member that makes a comment.

2) The link "View More Pictures" should be shown only when there are more pictures than the ones shown in the listing page, and not always.

3) It would be better to change the table layout in the listing page: Now the member's name etc. reserve a whole column until the end of the listing, space that could be used for the Description (to make it have the whole table width).

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Changes in the template
« Reply #1 on: September 16, 2008, 09:51:29 pm »
1. Can do that. Did that recently for Gallery Pro
2. Good idea.
3. A description column? Could be added but some descriptions could be very large.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline vkot

  • Full Member
  • ***
  • Posts: 136
    • View Profile
Re: Changes in the template
« Reply #2 on: September 17, 2008, 03:26:18 am »
To show you what I mean in 3), look at the attachment.
The members name, "member since:", and "send message" reserve the column (shown in red) until the end of the listing, which is a waste of space. That column should expand only up to the green line where the "Buy now" button ends, so that the Description text can expand to the right and use the whole width of the table.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Changes in the template
« Reply #3 on: September 17, 2008, 07:58:18 am »
There is actually more in that space. If you install the SMF Trader System allows you see the user's feedback score and leave feedback.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline vkot

  • Full Member
  • ***
  • Posts: 136
    • View Profile
Re: Changes in the template
« Reply #4 on: September 19, 2008, 12:41:13 am »
Similar to 2) is this:

There is no need to show "0 bids" (which links to an empty page), when the listing has only "buy now" price and is not an auction.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Changes in the template
« Reply #5 on: September 26, 2008, 09:21:26 pm »
1. Done for 1.2.10
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline vkot

  • Full Member
  • ***
  • Posts: 136
    • View Profile
Re: Changes in the template
« Reply #6 on: October 02, 2008, 03:45:57 am »
Nice, I saw that you put all the profile details for the members that comment listings. But what I was primarly thinking in my suggestion 1), was the avatar & profile details of the seller, when viewing his listing.

Also, another suggestion on things that don't need to be shown, is a zero price in the list of recent listings (index.php?action=classifieds;sa=listall;type=recent), for listings that belong to a category that has no prices. Now, what I see is: $0.00 (which also is not my default currency)

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Changes in the template
« Reply #7 on: November 15, 2008, 02:25:21 pm »
Quote
is a zero price in the list of recent listings (index.php?action=classifieds;sa=listall;type=recent), for listings that belong to a category that has no prices. Now, what I see is: $0.00
Fixed this issue for 1.2.13
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline vkot

  • Full Member
  • ***
  • Posts: 136
    • View Profile
Re: Changes in the template
« Reply #8 on: February 06, 2009, 01:08:41 am »
Τhe avatar & profile details of the seller, when viewing his listing, is important!
And it's not difficult to do it, just use the code you used for the commenter.

Offline vkot

  • Full Member
  • ***
  • Posts: 136
    • View Profile
Re: Changes in the template
« Reply #9 on: May 04, 2009, 05:27:14 am »
Some simple changes to make smf classifieds a little more practical:

- When clicking the link/button to delete a listing, put a javascript confirm box and not load a new confirmation page (which can be slow and heavy (it loads the forum header))
- When the deletion gets confirmed, return to the previous page, where we were (and not to the first page of the index of the deleted listing's category)
- Number 1) of the first post of this thread.

Offline vkot

  • Full Member
  • ***
  • Posts: 136
    • View Profile
Re: Changes in the template
« Reply #10 on: June 12, 2009, 05:47:22 am »
Continuing my requests, I'm asking for a link "More listings from this member" or "Show all of this member's listings" under the member's name in every listing of this member, and also in his profile page in SMF.
This link should be shown in a listing page only if the member has more listings, and in the profile page only if the member has at least 1 listing.

Offline vkot

  • Full Member
  • ***
  • Posts: 136
    • View Profile
Re: Changes in the template
« Reply #11 on: July 24, 2009, 01:54:52 am »
The "Show all of this member's listings" link can be a simple sql search like
Code: [Select]
SELECT ID_LISTING, title FROM class_listing WHERE ID_MEMBER = xxxxxadded after this code:
Code: [Select]
// Basic Seller information
echo $txt['class_form_nembername']  . ' <a href="',$scripturl,'?action=profile;u=',$context['class_listing']['ID_MEMBER'],'">', $context['class_listing']['realName'] . '</a><br />';
echo $txt['class_form_nembersince'] .' ' . timeformat($context['class_listing']['dateRegistered']) . '<br /><br />';
echo '<a href="',$scripturl,'?action=pm;sa=send;u=',$context['class_listing']['ID_MEMBER'],'">',$txt['class_form_sendmessage'] . '</a><br />';

If I had the time maybe I could make a hack for this in my own way, but I really think that this function should be there for all the people that are using SMF Classifieds, so SMFHacks should code it.
(Maybe it would be a good idea to have the list of the member's listings shown after every member's listing, and not in a link.)

Also, with this function, we can see if someone puts the same listing more than once (some users use this "tecnique" to have their listing appearing in the "new listings" more times)

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Changes in the template
« Reply #12 on: February 15, 2010, 10:48:37 pm »
Continuing my requests, I'm asking for a link "More listings from this member" or "Show all of this member's listings" under the member's name in every listing of this member, and also in his profile page in SMF.
This link should be shown in a listing page only if the member has more listings, and in the profile page only if the member has at least 1 listing.
Added show member's listings link
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline vkot

  • Full Member
  • ***
  • Posts: 136
    • View Profile
Re: Changes in the template
« Reply #13 on: April 26, 2010, 12:50:30 pm »
Quote
+Added integration on the main board index with the classifieds system

The classifieds' categories are showing OK on my board index, but they cannot be collapsed like the forum's categories. Can you add a collapse button? (I'm using SMF 2.0 RC3)

Also, let me remind you the request No.1 in the first post of this thread.

Offline vkot

  • Full Member
  • ***
  • Posts: 136
    • View Profile
Re: Changes in the template
« Reply #14 on: October 26, 2011, 06:32:10 am »
What about my request No.1 of the first post of this thread?
It's not critical, but it is helpful so that the viewer can realize instantly who put up the ad. You know, viewers easily associate avatars with persons (especially if the avatar is unique and the person is a frequent user)

 

Related Topics

  Subject / Started by Replies Last post
8 Replies
9491 Views
Last post April 21, 2007, 11:33:32 am
by commander_data
1 Replies
3778 Views
Last post July 21, 2009, 12:14:39 pm
by SMFHacks
2 Replies
7356 Views
Last post January 25, 2010, 09:55:46 pm
by lakestclair
14 Replies
11081 Views
Last post October 02, 2010, 10:53:15 am
by SMFHacks
3 Replies
4281 Views
Last post November 23, 2010, 04:14:20 pm
by SMFHacks

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal