Support Forums

Module - Seller Store

This is a discussion on Module - Seller Store within the Modules / Plugins / Modifications forums, part of the Developer Forums category; Originally Posted by michael Hi Mike Just wondering how you're Super Sellers module is coming along? Did you come across ...


Go Back   68 Classifieds Forums > Developer Forums > Modules / Plugins / Modifications

Reply
 
Thread Tools Display Modes
Old 06-05-2009, 10:40 AM   #61
Developer & Moderator
 
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 2,308
Rep Power: 69
Mike-N-Tosh is just really nice Mike-N-Tosh is just really nice
Default

Quote:
Originally Posted by michael
Hi Mike

Just wondering how you're Super Sellers module is coming along? Did you come across my thread from a few days ago - http://www.68classifieds.com/forums/...able-urls.html - wondered if that might be a possibility?

Michael
It is coming along slowly, but surely. I did make note of your post and I do think that is a great idea. I don't know whether or not I'll be able to do it. I want to first get my functionality to work correctly. Once I do that, I'll look at adding that, but I'm NOT making any promises.
__________________
Mike-N-Tosh
IndianaPC.org - A community website (v3.1.10 Developer - heavily modified & used as the CMS)
Sandbox [localhost(v3.1.10, v4.0.9, 4.1.10,4.2,5.0)] for development and customization
Visit My blog: reviews, tips, tricks, tutorials and my store with Templates, Mods & Docs
Web Hosting | Web Design & Development | 68 Classifieds Customizations
I am not a 68C employee, just a user and try to help out
Mike-N-Tosh is offline   Reply With Quote
Old 06-05-2009, 10:48 AM   #62
Just get on with it!
 
 
Join Date: Jan 2007
Location: Milton Keynes, England
Posts: 483
Rep Power: 33
michael is just really nice michael is just really nice
Default

Fair enough, thanks for replying.
__________________
M Michael
V4.2.3 Developer - Sigma Template


"All truths are easy to understand once they are discovered; the point is to discover them" - Galileo Galilei (1564 - 1642)
michael is offline   Reply With Quote
Old 07-14-2009, 07:48 AM   #63
Customer
 
MrGForce's Avatar
 
Join Date: May 2009
Posts: 241
Rep Power: 14
MrGForce is on a distinguished road
Default

Any further updates on the Super Seller Module?

Just asking.
__________________
MrGForce

Currently running 68Classifieds v4.1.5 Developer Edition ... Purple Template
MrGForce is offline   Reply With Quote
Old 07-30-2009, 10:25 AM   #64
Customer
 
Join Date: Jul 2009
Posts: 7
Rep Power: 0
GaryGrant is on a distinguished road
Default

Hi Mike,

I too would be interested in the Super Seller mod.

We are just in the dev stages of our new site. I have a few beta sellers on board and they all have the same concern. No spaces in the username. For example, one Lambton Ford just registered this morning and are disappointed that they can only be seen as LambtonFord. I agree that this looks odd. Is there any way around it?
GaryGrant is offline   Reply With Quote
Old 08-10-2009, 09:03 AM   #65
Just get on with it!
 
 
Join Date: Jan 2007
Location: Milton Keynes, England
Posts: 483
Rep Power: 33
michael is just really nice michael is just really nice
Default

How's the Super Seller mod coming along Mike?
__________________
M Michael
V4.2.3 Developer - Sigma Template


"All truths are easy to understand once they are discovered; the point is to discover them" - Galileo Galilei (1564 - 1642)
michael is offline   Reply With Quote
Old 08-10-2009, 11:39 AM   #66
Developer & Moderator
 
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 2,308
Rep Power: 69
Mike-N-Tosh is just really nice Mike-N-Tosh is just really nice
Default

The Super Sellers Module development has been put on a temporary hold as I have been very busy with a slew of other items that take priority over this development.

I will of course post any changes in the status of this project.
__________________
Mike-N-Tosh
IndianaPC.org - A community website (v3.1.10 Developer - heavily modified & used as the CMS)
Sandbox [localhost(v3.1.10, v4.0.9, 4.1.10,4.2,5.0)] for development and customization
Visit My blog: reviews, tips, tricks, tutorials and my store with Templates, Mods & Docs
Web Hosting | Web Design & Development | 68 Classifieds Customizations
I am not a 68C employee, just a user and try to help out
Mike-N-Tosh is offline   Reply With Quote
Old 11-09-2009, 03:08 PM   #67
Junior Member
 
Join Date: Nov 2009
Posts: 6
Rep Power: 0
vcallaway is on a distinguished road
Default

I'm hoping this will be a simple answer.

It looks like the docs are somewhat outdated for use with 4.1.3. I want to restrict who gets the "My Store" link.

I'm new at this so bear with me.

It looks like the link is generated from the function "ss_link" in the hooks.php file. If I understand correctly than this is where I could limit this from being on the menu?

Can someone show me how to limit this menu item to a specific group?
vcallaway is offline   Reply With Quote
Old 11-09-2009, 03:28 PM   #68
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,489
Rep Power: 135
Eric Barnes is just really nice Eric Barnes is just really nice
Default

In your case open the hooks.php and comment out that line:
Code:
// return '<li><a href="modules.php?mod=seller_store">My Store</a></li>';
Then manually add the link in your template:
Code:
{if $smarty.session.userlevel==6 || $smarty.session.userlevel==1}
<li><a href="modules.php?mod=seller_store">My Store</a></li>
{/if}
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 11-09-2009, 04:04 PM   #69
Junior Member
 
Join Date: Nov 2009
Posts: 6
Rep Power: 0
vcallaway is on a distinguished road
Default

Perfect!

Works like a champ.
vcallaway is offline   Reply With Quote
Old 12-02-2009, 05:11 PM   #70
Customer
 
Join Date: Oct 2009
Posts: 202
Rep Power: 12
guillopuig is on a distinguished road
Default

Quote:
Originally Posted by Eric Barnes
v4 Seller Store Module

Instructions

Download the zip file and upload it to your modules directory. Next visit administration -> manage modules -> regenerate.
I cant seem to find this. Where is it? or hoe do I install?


Quote:
Manual Template Changes

To install this mod add the following link some where in a template file:

Code:

<a href="modules.php?mod=seller_store">My Store</a>


What template are you talking about here?


Thanks.
__________________
4.1.6 Designer ----> soon to be Developer
guillopuig is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Seller Store goose Technical Support 3 08-15-2007 11:08 PM
Is there any fix to this Seller Store for V4 RC3 ? Syafi Technical Support 0 06-14-2007 12:03 PM
Seller Store ? Unregistered Pre Sales Questions 2 02-06-2007 08:47 AM


All times are GMT -4. The time now is 08:09 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0