vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Mary's Classifieds (https://vborg.vbsupport.ru/showthread.php?t=267194)

Christos Teriakis 10-20-2011 04:27 PM

Quote:

Originally Posted by sadiq6210 (Post 2259349)
I was asking about you ^_^
Any news about the width of the table?

Appreciate your support :)

I apologize but this feature will be only in the PRO version, for 2 main reasons:
  1. The datagrid itself, with the custom modifications (because this was a custom modification), it costed me more than $400. As you can understand to give my work for free, is ok, but to pay for giving something for free, its out of logic.
  2. Adding so many features in the FREE version (compare the first one that I got from Mary, with the latest here), only 4-5 features left to have in addition in the PRO version, and as you can understand, only very few members are ready to pay for it.
  3. I was expecting to have some money in exchange selling the copyright removal. For 3 months now, only one paid for it. Honestly (I'm not talking in person), do you believe that from around 150 installations only 1 has removed the copyright?:D There are users here, who got support, and whose site I visited (they've them in their signature), and I found my copyright removed. That's no fair.
Chris

bigtree 10-20-2011 05:34 PM

Could it be that something was changed in the code from vbulletin 4.1.4 to 4.1.5? I am on 4.1.5 pl 1

I am planning on upgrading to 4.1.7 once the guinea pigs get done with it and the first patch is released. Maybe lets see how that goes for us then?

Something is clearly incorrect with either your patch above or the code for vb 4.1.5 .

Love this Classified! Very impressive.

Cheers!

JimL 10-20-2011 06:31 PM

Any ideas about this?

Quote:

Originally Posted by JimL (Post 2258935)
I'm having some trouble, usergroup permissions doesn't seem to work for additional usergroups (only primary). Is this intended or is it something wrong with our setup?

ie: a user with primary usergroup "registered user" and additonal usergroup "administrators" will use the usergroup permissions from "registered user".

If this is how it is intended, how can we change it to include additional usergroups as well?

edit: hm. seems like that was part-true.

Administrators are allowed to moderate / edit ads. But the variables controlling number of concurrent ads plus photos and files in each ad is from the primary usergroup only.


So if I have a setup like this

Then the usergroup administrators CAN moderate, but they can only have 2 ads.

Running VB4.1.7


JimL 10-20-2011 07:25 PM

Just tried a completely new install of vbulletin 4.1.7 + Classifieds 5.1.7 and I can't get the fields defining max * to work correctly.

example:
registered users max days = 30
admin users max days = 45

user set as primary usergroup registered users and additional usergroup admin
max days = 30

user set as primary usergroup admin and additional usergroup registered users
max days = 45

this is kind of critical as our users get automatically upgraded to additonal usergroup "members" when paying in our store, and we want them to have elevated rights in this extension.

bigtree 10-20-2011 08:40 PM

On a side note: Its the internet and most want something for nothing, and usually get it somewhere. The full story however, nothing great and stable is for free. And who in their right mind can work for nothing? Everyone deserves to be paid for working.
As long as this has support, I will definitely be supporting you on this back.

Looking forward to seeing this work on 4.1.7 as this is a major bug fix version.

sadiq6210 10-20-2011 09:17 PM

Quote:

Originally Posted by ChrisTERiS (Post 2259417)
I apologize but this feature will be only in the PRO version, for 2 main reasons:
  1. The datagrid itself, with the custom modifications (because this was a custom modification), it costed me more than $400. As you can understand to give my work for free, is ok, but to pay for giving something for free, its out of logic.
  2. Adding so many features in the FREE version (compare the first one that I got from Mary, with the latest here), only 4-5 features left to have in addition in the PRO version, and as you can understand, only very few members are ready to pay for it.
  3. I was expecting to have some money in exchange selling the copyright removal. For 3 months now, only one paid for it. Honestly (I'm not talking in person), do you believe that from around 150 installations only 1 has removed the copyright?:D There are users here, who got support, and whose site I visited (they've them in their signature), and I found my copyright removed. That's no fair.
Chris

I am totally agree with you Chris.
I am looking to use this mod as e-bookshop in our official university forum, still I don't know will we use it or not, I am just trying to make it as what we need in a test forum (not online) especially we are using RTL/ARABIC language so I want to make sure before install it. If we take decision to use it, then, you can consider me as a second person who will remove the copyright.

Until now we are facing some difficulties in RTL, charset, style, align, and remove or modify some features.

But about the table width.
I am not sure if you understood what I mean. see the screenshot

https://vborg.vbsupport.ru/attachmen...0&d=1318779275

Have a look to the "question mark" area, I thought this is a bug. Is it a feature to increase the width of the table to 100%. The table width should be 100% and no need for this blank area. Is it bug or a feature to remove this blank area?

At the end of the day, I respect your effort Chris, It is not fair from me to discuss this with you. You are offering this mod for free with awesome support and we all appreciate that, so no need to apologize, no need for any clarifications. You are consuming your time to deliver a good mod for us and it is fair to get benefits from it. I just want to make sure the you understood what I mean when I wrote about (table width) in my previous post. Is it really a feature to make the table 100% width?

BTW, English is not my language, I am sorry if there is and mistakes :)

Thanks & Regards

JimL 10-20-2011 10:20 PM

Change browsegrid width to 100%

admincp - styles & templates - yourtemplate - microclassifieds templates - microclassifieds_browsegrid

find
HTML Code:

<table cellspacing="0" cellpadding="0" border="0">
replace with
HTML Code:

<table cellspacing="0" cellpadding="0" border="0" style="width:100%;">

JimL 10-20-2011 10:27 PM

bug in string microclassifieds_no_more

Code:

<p align="justify">You're trying to add a new ad, or to activate an old one, but this is not permitting
from your usergroup's settings. Please contact administrator to ask how you can upgrade,
or deactivate, delete, mark as sold another Ad to free up your space.</p>
<p>Goto <a href="classifieds.php?do=myitems"><b>My Classifieds</b></p>

Should be:
Code:

<p align="justify">You're trying to add a new ad, or to activate an old one, but this is not permitting
from your usergroup's settings. Please contact administrator to ask how you can upgrade,
or deactivate, delete, mark as sold another Ad to free up your space.</p>
<p>Goto <a href="usercp_classifieds.php?do=myitems"><b>My Classifieds</b></p>


duketxboy 10-21-2011 01:40 AM

Quote:

Originally Posted by ChrisTERiS (Post 2259417)
I apologize but this feature will be only in the PRO version, for 2 main reasons:
  1. The datagrid itself, with the custom modifications (because this was a custom modification), it costed me more than $400. As you can understand to give my work for free, is ok, but to pay for giving something for free, its out of logic.
  2. Adding so many features in the FREE version (compare the first one that I got from Mary, with the latest here), only 4-5 features left to have in addition in the PRO version, and as you can understand, only very few members are ready to pay for it.
  3. I was expecting to have some money in exchange selling the copyright removal. For 3 months now, only one paid for it. Honestly (I'm not talking in person), do you believe that from around 150 installations only 1 has removed the copyright?:D There are users here, who got support, and whose site I visited (they've them in their signature), and I found my copyright removed. That's no fair.
Chris

with you on that chris the recession is bad & timeless hours working on this should be paid for this weekend ill have a chance to check out the pro version to see if im interested

sadiq6210 10-21-2011 05:56 AM

Quote:

Originally Posted by JimL (Post 2259555)
Change browsegrid width to 100%

admincp - styles & templates - yourtemplate - microclassifieds templates - microclassifieds_browsegrid

find
HTML Code:

<table cellspacing="0" cellpadding="0" border="0">
replace with
HTML Code:

<table cellspacing="0" cellpadding="0" border="0" style="width:100%;">

Working as a charm

Thanks Jim


All times are GMT. The time now is 04:25 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02542 seconds
  • Memory Usage 1,769KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete