Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43293
Total Topics: 7522
Most Online Today: 96
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 105
Total: 105

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - exit

Pages: [1] 2
1
Support / bug on template change
« on: May 20, 2018, 01:21:59 pm »
I changed my template and the badges settings disappeared from the admin.

Any thoughts?

2
Support / badge system messing with other mods
« on: May 06, 2018, 04:09:06 pm »
So, just installed badge mod. It messed up with the alerts mod from the competition... :D

Basically it replaced the members name on the alerts mod. :/

[ Guests cannot view attachments ]

3
Support / custom menu detecting the current action
« on: February 04, 2018, 12:34:04 pm »
So, I'm trying to build a menu, not using smf menus. Basically I'm trying to get the active action, but with no luck. What am I doing wrong?

Code: [Select]
<li>
<a class="' , $current_action == 'SPortal' ? 'active' : 'not-active' , '" href="' , $scripturl , '">Home</a>
</li>
<li>
<a class="' , $current_action == 'classifieds' ? 'active' : 'not-active' , '"href="' , $scripturl , '?action=classifieds">Marketplace</a>
</li>

In this example, I'm trying to get the current actions for simpleportal and for the classifieds mod.

4
Support / trader + classifieds
« on: October 23, 2016, 10:32:59 am »
I have this option checked:

Trader System feedback only after winning a listing/auction


And I'm only using the "buy it now button" not auctions.

I've two errors:
1 - The feedback link appears to everyone, should be just to the member who won the list
2 - when I try to give feedback I get this message after the feedback submit "You must select a Classifieds listing that you have bid on or created to leave feedback for this user."

Any idea?

5
Support / ssi block random + featured
« on: October 16, 2016, 11:47:47 am »
Is it possible to define two types? Random and featured.

thanks

6
Support / category img if there is no pictures
« on: October 02, 2016, 12:05:16 pm »
I'm adding the $row['ID_CAT'] to get he category ID, but I'm missing something and it's not retrieving the category ID, any ideas?


Code: [Select]
if (!empty($row['primaryID_PICTURE']))
{

echo '<a href="', $scripturl, '?action=classifieds;sa=view;id=', $row['ID_LISTING'], '"><img src="', $modSettings['class_url'], $row['thumbfilename'], '" alt="" /></a>';

}
else
{


echo '<a href="', $scripturl, '?action=classifieds;sa=view;id=', $row['ID_LISTING'], '"><img src="' . $modSettings['class_url'] . 'catimgs/' . $row['ID_CAT'] . '.png" /></a>';
}

7
Support / suggestion picture upload
« on: July 02, 2015, 03:30:08 am »
I would suggest that the picture upload and picture edition needs to be part of the ad insertion process and not just managed in other page, also another improvement would be to always have a picture by default as the main one, instead of manually having to choose one of the pictures.

My suggestions to improve the picture upload ratio, I notice that my users don't upload many pictures because they don't really get the current entire process.

8
Support / Early support for smf 2.1
« on: June 28, 2015, 12:37:08 pm »
I was playing with this and trying to install on smf 2.1

I imagine that the mod would work, even if the new templates system is different... but I can't pass the installation :/

VB did you tried your mods on 2.1 already?

9
Support / What to do in this case
« on: February 12, 2014, 01:02:58 pm »
I have a category that can have a service or a product at the same time.

So, how can I have a price for "buy now" and another just to indicate the price without ending the listing?

10
Support / custom modification
« on: April 25, 2012, 12:40:00 pm »
I'm trying to adapt the boardindex categories to my custom theme, and I'm not able to get user avatar from the classifieds...

What is wrong in this code

Code: [Select]
<a href="',$scripturl,'?action=miniprofile;u='.$board['ID_MEMBER'].'" rel="width:560,height:260" id="mb'.$board['id'].'" class="mb">
<img alt=""  class="avyframe" style="width: 50px;height: 50px;border-radius:3px;" src="' . (!empty($avvy[$board['ID_MEMBER']]) ? $avvy[$board['ID_MEMBER']] : $settings['images_url'].'/TPguest.png') . '" />
</a>

Thanks

11
Site Discussion / Question regarding wysiwyg
« on: March 01, 2012, 02:03:32 pm »
Hi,

Why there aren't any mods for a wysiwyg editor in smf? I see for exemple, that in ezportal u have it in the pages, but not for the topics/posts in the forum... I see also xenforo using tinymce for their editor and ipb using ckeditor.

When I search in smf foruns for an answer, I see there are issues regarding smf security... But what is the real problem? Why aren't there any solutions to this issue?

I ask this, because in my opinion bbcode is to "boring/outdated" to be a real solution.

Thanks,

12
Feature Requests / statistics?
« on: February 09, 2012, 03:36:31 pm »
I'm thiking if its possible, to have some statistics in the frontpage.

Some cool ones like:
- listings added
- number os bids
- sales (in money)

What do u guys think?

13
Feature Requests / boardindex categories
« on: February 03, 2012, 08:45:50 am »
Option to define where the classifieds appear in the boardindex. The position inside the bords loop...

too hard?

14
Support / pagination recent listings
« on: November 19, 2011, 02:23:10 pm »
Hi,

I'm trying to make classifieds look like this mod for ipb:
http://dev.millne.com/classifieds/

Can u help me to make the recent listings with pagination?

Or is there other solution? Because I don't like to have the forum look & feel in the classifieds section. Classifieds are about the fresh products inserted.

Thanks

15
Feature Requests / follow list/bids
« on: December 30, 2010, 11:41:59 am »
My users are asking an option to follow the lists auctions, bids, etc. I know if a user make a bid, a pm is sent to him when someone make another bid. But my users are asking a option to have a button/link to "follow" the bids, so they can decide when to bid and be aware the action.

Is this possible?

Pages: [1] 2

+- Recent Topics

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

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

Powered by EzPortal