View Full Version : [Suggest Category] Mod
David
09-14-2005, 04:20 PM
A big thanks to Dan for this mod. We'll be testing it, and then integrate it into future releases.
Description: Allows surfers to suggest categories / subcategories. Suggested categories / subcategories are inactive until webmaster approves them via phpLD Admin - webmaster receives email confirmation when suggestions submitted.
Demo: {redirected link removed}
(click on 'Suggest Category' menu link)
Download: http://www.monster-submit.com/phpld/
To download this and other VS mods, please go here : VS phpLD Mods (http://www.monster-submit.com/phpld/)
VSDan
09-14-2005, 05:11 PM
Thanks David! About this mod, when a category is suggested, it is added to the SQL database - but as inactive. Admin needs to activate (or delete) via admin. Future enhancement includes having the mod send an email when a category suggested. One phpld problem I discovered is that inactive categories along with active categories are displayed in the pull down category list for submit.php and suggest.php. Maybe have 2 category arrays (user and admin), where user category array only stores active categories?
Regards,
Dan
Virtual Solutions
monster-submit.com
ksbhati
10-05-2005, 10:04 PM
Hi !
Nice MOD, I just have one suggestion. It would be nice to include the Description field also in the Suggest Category Page so that Admin does not have to key in the description. Of course Admin can always edit the description from the Admin section before approving the Category if description is inappropriate :) .
Best regards,
Karni
tstaut
10-08-2005, 01:48 AM
I got it to autoaccept by going into the "categories" table in PHPMyAdmin and changing "STATUS" default from 1 to "2".
It worked.
:)
Content visible to registered users only.
kickass
10-08-2005, 04:37 PM
Wow, I was just thinking I really needed this mod for SeekLocally, and -- Voila! here it is!
This is great!
I, for one, would prefer to monitor which categories are getting added, since I'm using this script for very specialized directories, so will leave it as it is, but the email notification to be sent out when the category is added would be VERY cool. I hope that's done soon so I can add it in time for the SeekLocally launch.
tstaut
10-09-2005, 10:39 PM
OK here's a problem I've having with this- if you suggest a category, and it gets approved with no URL title, the URL is all wrong and it just redirects to the home page.
I was thinking that having the description field in mysql auto-increment to a number would fix it, but phpmyadmin is telling me only one field per table can auto-increment and the link # owns that already.
Any ideas?
Content visible to registered users only.
Im also running into this same error.
VSDan
10-26-2005, 04:46 AM
Try v1.10 of the mod. Fixes title_url issue, and allows person to provide description.
vkaryl
10-26-2005, 04:51 AM
Thanks Dan. Kinda been waiting for this last tweak-fix....
oneant
10-26-2005, 05:04 AM
hi nice mod. thank you for sharing this.
just one little question. is it possible for the admin to approve the submitted categories before posting it goes live?
i am submitting categories as anonymous and it gets automatically added to the directory.
VSDan
10-26-2005, 05:16 AM
Content visible to registered users only.
I believe that is an existing phpLD issue, that occurs even if add new category via admin. I cannot recall my edits, but you need to edit main.php by adding WHERE STATUS=2 to some of the SQL statements.
Content visible to registered users only.
Just tested it out and it seems to be working fine! Thanks.
bobby9101
11-04-2005, 08:43 PM
sorry for being a n00b
but when i opened it i found that it was never called.
should i add
Content visible to registered users only.
in the top_bar.tpl file?
VSDan
11-05-2005, 11:07 PM
Not a problem, explained in attached readme file. However, you have it right =)
bobby9101
11-06-2005, 07:04 PM
yeah, the first time i got it it didnt have a readme so i downladed again and it worked
Nictech
12-09-2005, 12:59 AM
Has anyone found a way to have the suggest category show the category it was clicked from instead of [Top] in the Parent box?
This works in submit link so it should work in suggest. Right? Thoughts?
VSDan
12-09-2005, 01:18 AM
Try this. Open suggest.php and find:
Content visible to registered users only.
and afterwards add:
Content visible to registered users only.
Nictech
12-09-2005, 02:06 AM
Bingo!
Thanks VSDan, works perfectly.
vdan...nice little mod!
It was working fine in the original template, but when I switched templates it put the input box to the right of the header.
you can view it here. The template maker suggested I ask you first.
{old test url removed}
Thanks for any help.
Kevin
VSDan
12-09-2005, 06:29 AM
Hi Kevin:
I had a look at your site, and do not see a problem. Am I missing something?
Content visible to registered users only.
Directly after the "{" ???
Content visible to registered users only.
I just looked at it in IE after you posted and it looks almost fine...not centered but under the header bar.
In Firefox, it's on the right side of the top header bar.
VSDan
12-09-2005, 07:34 AM
Like:
Content visible to registered users only.
VSDan
12-09-2005, 07:36 AM
All I can say is to fiddle with the suggest.tpl template to make it look right.
Content visible to registered users only.
didn't do anything different.
VSDan
12-09-2005, 06:35 PM
Content visible to registered users only.
These lines would not alter the template display. These lines cause the referred from category to be selected in the [Parent Category] list -before, it was only root category by default. Is this the confusion?
I'm saying it didn't have the required effect after I inserted it.
The top category still shows as the default no matter which category it's pulled from. (with or without the code installed above)
here's how it looks:
Content visible to registered users only.
VSDan
12-09-2005, 09:24 PM
Works for me when I visited your site. I used the same out-of-the-box code used in submit.php to grab category - which checks referer. It may be that your browser and/or firewall is not passing referer. What happens when you go to a subcategory, and click on [Submit Link] button? Is that category selected in the list?
ok...maybe that's it...I tried it in both IE and Firefox and it is the same...root category on top.
and yes... using submit link it still shows "Top" as the parent category.
"UPDATE" I opened the page up with my laptop and it reflects the parent category as it should.
I am running Norton on my desktop but not on my laptop and wasn't aware of this passing referrer you mentioned. Sorry for the confusion, and thanks for the help.
Kevin
VSDan
12-09-2005, 09:33 PM
As I thought. Probably issue with your firewall - you need to reduce privacy settings so that referer is passed by browser.
VSDan
01-06-2006, 08:59 PM
[Suggest Category] mod updated as v1.20 - fixes some issues, and includes enhancements.
Feydakin
01-08-2006, 04:27 PM
What enhancements?? Is it worth swapping out the old for this this code??
Steve
VSDan
01-08-2006, 06:10 PM
- Enhancement is that no parent category list displays, just the category you arrived from. Reduces [Suggest Category] page size for some directories with large number of categories and subcategories.
- Fixes bug where ID not captured by suggest.php on some servers - so [Suggest Category] form and email not populated.
- Arrays unset after execution to reduce server memory load. Not critical unless the mod is called frequently (which should not be the case).
If you are not having any problems, then no need to upgrade.
Not a big deal mate, but for the next version can you change
Content visible to registered users only.
to
Content visible to registered users only.
so it shows the site name in the topbar the same as the submit link, Latest Links and Top Hits. It currently shows as "Home" and looks odd compared to the rest of the links.
Bob :)
Don't want to sound picky but...
Content visible to registered users only.
could you add that or something similar to the .tpl for it as well. It currently is showing no title in the header here.
esiason14
01-19-2006, 08:04 PM
Hi,
Just starting using this mod. Its great...however when a category is suggested, its goes live right away. I would like to be able to review the suggestions first. Is there a way to set the status to 1 rather than 2?
VSDan
01-19-2006, 08:49 PM
Content visible to registered users only.
Which version did you install?
esiason14
01-19-2006, 08:52 PM
Just installed last night, the latest one posted on January 6...v1.20
http://www.phplinkdirectory.com/forum/viewtopic.php?p=8360#8360
VSDan
01-19-2006, 08:59 PM
Content visible to registered users only.
Shouldn't happen. Okay, I've revised suggest.php, and updated the ZIP file. Now it explicitly sets STATUS to 1. But first, can you check your SQL database, and tell me what STATUS is set as for a suggested category queque at the moment - you might have to add one if none exist in queque awaiting approval. Might be pre-existing problem with phpLD - seem I recall this, where I had to modify (I believe) index.php to not show yet-to-be-approved categories.
esiason14
01-19-2006, 09:06 PM
Ok, just updated the files with the latest zip and its working perfectly...The status is now set to one for suggested categories.
Prior to upgrading it was setting it to 2..??
Thanks a lot for the quick response..much appreciated
VSDan
01-19-2006, 09:11 PM
Good stuff, and you're welcome =)
kruzyk
01-19-2006, 11:27 PM
Hi,
I have some problem here...
When I click on SUGGEST button I see:
Content visible to registered users only.
But I see this suggest category in AP/ Directory/ Approve Categories.
What this mean? I do all with instruction.
Can someone help me, please?
Kevuk2k
01-22-2006, 04:26 PM
Content visible to registered users only.
Hi Dan, Excellent mod, I've run right through the three versions and always come up with this particular error in the admin side when I deny the category.
Content visible to registered users only.
What did I do wrong? I thought I followed your guidlines to the letter.
Respect,
Kev
Kevuk2k
01-22-2006, 05:11 PM
Content visible to registered users only.
Hi there, apart from the problem I encountered below I too would like to thank you for this excellent mod. I also have a suggestion or two to make it even better as I suspect when you respond to my question on the error I have it will be something to do with my side?
What I noticed is when you succesfully submit, and yes, the cat specific instead of the tree was a smart move! :) The succesful suggestion then redirects you back to the page you submitted from with a little pop up box saying something like 'Congratulations you have succesfully submitted a category suggestion which will be reveiwed shortly". then perhaps either have a 'Please close box' or have the box close in say 3 seconds. That would be real classy and something most others if any of them don't have out there. Lets all make this script the best the world has and is ever likely to see!
Respect to you.
Kevin
VSDan
01-22-2006, 06:04 PM
Kevuk2k:
Your phpLD admin error when you deny a category, is related to phpLD admin, and not mod-related. I get same error.
VSDan
01-22-2006, 07:30 PM
Content visible to registered users only.
Done - along with your other suggestion. You are right, these lines should have been there, but for some reason, were absent. They have been added, and ZIP file updated - did the same for another mod which also was missing those lines. Thanks for the heads up!
Kevuk2k
01-23-2006, 04:06 AM
Best to talk to David to see if the issue will be fixed in v3.0.
amanoffewwords
01-28-2006, 09:48 PM
Work very well for me - 1st time in fact. Thanks! :D
VSDan
01-30-2006, 07:17 AM
[Suggest Category] Mod v1.30
Changes:
Improved security by adding check for email injection (sql injection was never an issue).
Upgrade:
1. You only need to replace suggest.php.
2. Define your email address in [LINE 14] of suggest.php by setting $email variable. For example:
$email = 'directory@yourdomain.com';
amanoffewwords
01-30-2006, 01:23 PM
Thanks Dan, loaded v1.30 and all is well
searchpurple
02-03-2006, 09:13 PM
Everytime I try to edit the top_tpl template to add the "Suggest Category" link, all of the ">>" and "|" in the top menubar turn into question marks. What is going on?
searchpurple
02-04-2006, 06:15 PM
Content visible to registered users only.
anyone?
VSDan
02-04-2006, 09:11 PM
Good question, and one I wish I had a good answer for. I had to change chevron to >>. I'm going to look into this on Monday to see if I can find a solution for this issue.
Kevuk2k
02-04-2006, 09:42 PM
Content visible to registered users only.
anyone?[/quote]
This is just a guess but it could be your editor? I'm thinking this as I write html and see that often codes that are written in frontpage when downloaded to my own frontpage version are messed up and automatically decrypted. Try Word as your editor or if its that you already use, then try simple 'text' as your editor. I'm fairly certain that this is the problem, if not, then edit offline and then re-upload, this should rectify for definate! :?
Let me know as there is no real reason your syntaxt should alter.
VSDan
02-04-2006, 09:56 PM
That's not it unfortunately. Does not matter how chevron character is displayed - whether as » or » This has not been issue with other templates before.
searchpurple
02-06-2006, 10:29 PM
Did we find a fix yet?
searchpurple
02-07-2006, 10:50 PM
I am loosing many links at this point because I cannot get this script up. Please see my post above, but basically, when I edit the top bar template, the "|" and ">>" turn into question marks "?".
I need help, desperately and quickly
VSDan
02-07-2006, 11:08 PM
Can you post your top_bar.tpl file.
searchpurple
02-07-2006, 11:29 PM
Content visible to registered users only.
searchpurple
02-07-2006, 11:35 PM
I added the code to the template and uploaded it, so now you can see it first hand: {non working link removed}
here is the code
Content visible to registered users only.
VSDan
02-07-2006, 11:38 PM
Try changing » to »
searchpurple
02-08-2006, 12:30 AM
The problem was the spaces between everything. I tried making the spaces "" , but that didnt work either. I just got rid of the spaces and now it works.
BrunoDesign
02-14-2006, 01:45 PM
For those, who weren't able to add the description through the form i have the solution. You have to add in the suggest.php on line 51 before
Content visible to registered users only.
following code
Content visible to registered users only.
so it will look like this
Content visible to registered users only.
From now on the description will be added.
camilo940
02-23-2006, 06:19 PM
Error: No Parent ID passed Here is the error I keep getting. On version 1 I was getting the parent ID to show up. but on the Version 3 I cannot get Parent ID to show on the page. Can someone give me some help please?
VSDan
02-23-2006, 10:16 PM
Content visible to registered users only.
Did you update your suggest.tpl file as well? BTW, better version coming out soon - uses better method to get ID rather than via referer which is prone to issues.
camilo940
02-24-2006, 03:54 PM
Well I changed my FTP program. and uploaded the files again and it worked... I just have one problem.. It adds the category to pending on submit but i get a error:1 as soon as I hit submit. I believe it has something to do with the email functions because I dont get an email notification. I believe I need to make changes so I can use SMTP but I dont know where to add or make the changes. I tried searching on other forum categories with no luck.
camilo940
02-24-2006, 04:13 PM
thank YOu guys.. I got it... changed some things for phpmailer
shzor
02-28-2006, 07:28 PM
plz tell me how i can install that mod in my site?
WebGomer
03-23-2006, 08:43 PM
Ok... I must be overlooking something. :oops: I cannot find the current version for this. All I see is the download for V 1.0. Can someone point me in the right direction here?
Thanks a bunch!
Optimit
03-23-2006, 08:52 PM
This one works.
http://www.phplinkdirectory.com/forum/viewtopic.php?t=725
You can see it working on 3.03 at the link in my signature
VSDan
03-23-2006, 09:16 PM
That's an old version. I have deleted it. Go here for link for current versions of all my mods:
http://www.phplinkdirectory.com/forum/viewtopic.php?t=1695
WebGomer
03-23-2006, 09:44 PM
Content visible to registered users only.
That's what I needed :D
Be sending some donations your way soon!
Brad
VSDan
03-23-2006, 10:03 PM
Hi Brad:
Thanks, and you're welcome =)
Optimit
04-26-2006, 01:45 PM
Hiya Dan,
I would be willing to pay some extra to have this mod updated to use on version 3.04.
Optimit
04-26-2006, 05:54 PM
Here is the error goiven when used with 3.04
Content visible to registered users only.
bobby9101
04-26-2006, 05:59 PM
Hey,
I did what optimit did... you can see it here: http://www.bloggeries.com/suggest.php
Where he has the dropdown... how can I get the dropdown to display the category it was visited from? :wink:
Optimit
04-26-2006, 07:14 PM
Bobby, I believe the newer version of Dan's suggest Category mod already do that.
bobby9101
04-26-2006, 08:11 PM
I am running 1.30 (the latest version)
and yes it does show which category the user visited from... however you cannot change the category, i would like the drop down list with the ability to select a different category however have it display the one that the visitor visited from. (similar to the submit link page)
VSDan
04-26-2006, 08:30 PM
The reason I coded it like this is because many people were having problems due to the large number of categories they had. I'll add a feature where you can can have either.
As far as error with 3.04, I still have to upgrade to 3.04. Once I do that, I'll test and make any changes so that the mod is portable to 3.04.
I have other priorities right now, but I'll see about coding 1.40 in the next few weeks.
Optimit
04-26-2006, 09:14 PM
Thanks Dan!
I am throwing some money your way for upgrading it. LOL,
It is one of the only mods I use, but I think it is almost a "Must have", and I really like having it.
eli03
05-13-2006, 03:59 PM
edited. already find the way to make the suggest work for 3.04 .
Optimit
05-13-2006, 05:29 PM
If you would not mind sharing, I know it would help others.
eli03
05-13-2006, 10:21 PM
sample working script found here: http://www.seoreign.com/directory/directories/
suggest.php
1. How to remove the capcha error, here's how:
Try to search for this function under the suggest.php and disable or remove it.
Content visible to registered users only.
2. look for the ff line
Content visible to registered users only.
Content visible to registered users only.
Content visible to registered users only.
since the smarty validator is upgraded, the function changed also. so we have to follow the new function/pattern:
function on SmartyValidate.class.php
Content visible to registered users only.
Now the correct function is now the ff(we just need to remove the first 'false'):
Content visible to registered users only.
Content visible to registered users only.
Content visible to registered users only.
that's it.
does my explanation clear ? probably not (not good in explaining thing), just copy this suggest.php . LOL
Content visible to registered users only.
look for this line $email = 'halimaw@halimaw.com'; <-- changed this to your prefered email address.
zebrahost
05-28-2006, 12:20 PM
The category tree is not showing up. Please advise.
Thanks.
Content visible to registered users only.
you are using 3.05?
Optimit
05-28-2006, 02:01 PM
Content visible to registered users only.
Hehe, was about to ask the same question.....
Content visible to registered users only.
i think im going to start coming down on people who don't read the rules for getting help, in that the first thing asked, is 'version' and i even made it huge red letters. ;)
aspidov
05-30-2006, 01:05 PM
So, how can I make this work with 3.05, becasue right now it doesnt? it returns "Error : No Parent ID passed"
zebrahost
05-30-2006, 03:38 PM
Content visible to registered users only.
Yes. Now put away that chainsaw.
You know guys... in all seriousness, this *IS* a VSDan MOD.
And being so, I feel it is not right for me to post the fix. However, I think what you guys should do, is be much more appreciative with the MODs that VSDan provides, and head on over to his site and make a small donation.
Not only will $5 get you access to ALLLLL of these MODs, but it will also get you access to FUTURE UPGRADES!!! <--- extremely important.
just my .02, and suggestion to not be such cheap bastards!
Rob
zebrahost
05-30-2006, 07:38 PM
Content visible to registered users only.
I am a member so I guess I'll head over there and see if I can find the fix there.
zebrahost
05-30-2006, 07:47 PM
Well I went over to VS Dan's and found the following:
"ALL mods include free technical support for the lifetime of the mods via the phpLD Support Forum (http://www.phplinkdirectory.com/forum/)"
Anyone know where 1st Lt. Milo Minderbinder hangs out these days?
did you log into the panel?
http://www.monster-submit.com/phpld
VSDan
05-30-2006, 10:16 PM
To those having issues with the [Suggest Category] Mod, which version of phpLD and the mod are you using?
dargre
05-31-2006, 06:01 PM
Mod is working for me properly, but I wish to have Suggest Category under SubmitLink Page (under SELECT CATEGORY combo-box).
And now, what should I pass to retrieve correct Cat_Tree on SuggestCategory page?
VSDan
05-31-2006, 10:12 PM
Content visible to registered users only.
This I'm not going to do. Requires editing phpLD core file (submit.php). These sort of edits are lost in phpLD upgrades, which requires mod upgrades for each phpLD upgrade.
Content visible to registered users only.
I do not follow. Can you elaborate, or provide URL.
dcristo
06-01-2006, 03:08 AM
Must have mod definately adding it to my to do list.
Thanks for sharing!
dargre
06-01-2006, 03:44 AM
Content visible to registered users only.
VSDan, first of all thnaks for all your mods. I donated you with pleasure.
I tried to post some data to SuggestCategory, didn't work, so I'll wait for new version of mode.
Your mods are great, but I have problems with this one. Look at my LinkForever.net (footer).
SUGGEST CATEGORY shows on top bar only when you enter to one of main categories (not on homepage,submit etc).
But when I go to SUGGEST webpage there is no CAT_TREE. Have you any idea what to do? I use PLD 3.04.
VSDan
06-01-2006, 04:00 AM
I see problem now - mod readme file has an error (I've updated the ZIP file). Link should be as follows:
<a href="{$smarty.const.DOC_ROOT}/suggest.php?path={$catpath}">{l}Suggest Category{/l}</a>
dargre
06-01-2006, 04:14 AM
Still doesnt work: $catpath gives null in hyperlink
VSDan
06-01-2006, 05:00 AM
My bad - doing too many things at the same time, and it's getting the best of me. In the same TPL file (e.g., top_bar.tpl) that you have the [Suggest Category] link, add the following before the link:
Content visible to registered users only.
dcristo
06-01-2006, 05:48 AM
Content visible to registered users only.
I am using 3.04 on http://www.allwebscape.com/ but I can't get the directory tree to show up on the suggest.php
I have tried using the code provided in the download, and the other code suggested by another member, no luck.
dcristo
06-01-2006, 06:51 AM
I got it going pls disregard my message.
VSDan
06-01-2006, 07:31 AM
Good stuff =) I've have released v1.50 of the [Suggest Category] mod (for phpLD 3.04+). The new version handles category listing like older versions of the mod. Again, you see default category tree that surfer can select category from to suggest new category for - like you select category to submit link. I think that this may resolve some issues that some people have been having with v1.40 and 3.04+ phpLD.
aspidov
06-01-2006, 08:16 AM
I am gonna go for a quick smoke, download your updated version, install it and see if it works on v3.05 ;) thanks!
aspidov
06-01-2006, 08:56 AM
Alright, so here we go. This is on the latest phpld version. Everything works on suggest.php, and i do get an email, but! What I am trying to do is to add "Web Design" under "Computers and Internet". Once the suggestions is made, when i go to my admin panel to activate the suggested category... it doesnt activate nor I can make a new category manualy! I tried rebuilding the cache, but that did not help.
dcristo
06-01-2006, 09:26 AM
Content visible to registered users only.
You know what dude. Interesting you should say that. I just assumed it worked (seeing the pending category in the approve categories menu - with v1.40 mind you) and I experienced the exact same problem! I would approve the link but the category wasnt physically present. Do this. Edit the actual category, then approve it from there. It works, well it did for me. I cant be I actually debugged it :) haha
dcristo
06-01-2006, 09:41 AM
I spoke too soon :( It worked the first time, but its not working for me anymore, even after rebuilding the cache and the new categories showing as approved.
droolingmnky
06-01-2006, 09:42 AM
just upgraded, submitted two categories. Approved then rebuilt just fine.
Oh and I have a little 'fix' I hate not getting all the submitted information.
This will include the description when some one submits the form
FIND:
Content visible to registered users only.
ADD AFTER:
Content visible to registered users only.
Really simple easy to do but just a fix for an annoyance of mine.
aspidov
06-01-2006, 10:18 AM
The manual part is actualy working now, just cant approve the pending directories.
dcristo
06-01-2006, 10:30 AM
Aha, upgrading from v1.40 to v1.50 sorted it out.
There were issues in 1.4 where if the category name had a "&" in the name, if you tried suggesting a category it would say no category existed.
Glad to see 1.5 use the drop down menu instead.
dargre
06-01-2006, 12:47 PM
Content visible to registered users only.
Yes, now it's working for me. So why don't pass catpath value to SUBMIT LINK page and then add SUBMIT CATRGORY under categories combo?
Must try this. Am I thinking correct?
Brandon Sheley
06-26-2006, 08:09 PM
is this mod available to use who paid for 3.0 support ? if so, where is the link
or does it still cost more $ ? :(
and will this work on 3.0.4 ?
thank you
dcristo
06-26-2006, 08:33 PM
Content visible to registered users only.
Yes it works with 3.04.
You have to pay the mod developer $5 for access to all of his mods.
Brandon Sheley
06-26-2006, 08:59 PM
Content visible to registered users only.
thats BS !
this should be available to those who paid for 3.0 access ;)
can someone confirm that we have to pay to see the code changes to add this option of "suggest a category" ?
i don't have a problem with payin for anything.. but out of all the mods listed on this page
http://www.monster-submit.com/fmain.shtml
all i want is suggest a cat.
KartKorner
06-26-2006, 09:05 PM
It is available in the 3.0 Supporters Forum (Mods Forum) for Free. Personally I don't think its BS to spend 5 whoppin dollars on someones hard work for you to make more money with these enhanced features. I spent the 5 dollars for one mod and would do it for each mod if he priced it that way. To get 20+ mods for 5 bucks is just insane and way cool!
dcristo
06-26-2006, 09:13 PM
Don't get worked up at me.
What's $5 for all those mods!
kentuckyslone
06-26-2006, 10:02 PM
There is no question that it is worth $5 even if you only needed one of the mods. But I would also only be interested in the suggest category mod out of that list. I plan to throw in my 5 bucks soon.
Brandon Sheley
06-26-2006, 10:48 PM
thx KartKorner, I'll have to look again..
and if u all read, i said i didn't have a problem with spending $!
just that I was under the impressing that paying for support forums would get u support and mods ;) as it apparently has, if this is in the mod section,, this was the first thread that came up when i searched " submit category"
I was wondering, do those who have paid $10.00 to get access to the supporters forum, have free access to this, if not, what's the purpose of paying for the supporters forum, I thought it was to have access to mods, etc, but there's not many mods in the supports forum.
Cheers.
Loz
Content visible to registered users only.
dcristo
08-05-2006, 04:31 PM
You pay for support in the forum (version 3) not mods.
Content visible to registered users only.
That's not what it says on the web site.
I don't even have access to the page rank updater either... Was I supposed to apply for that?
Loz
[/SIZE]
Optimit
08-05-2006, 04:46 PM
Content visible to registered users only.
The page rank updater IS available for free in the supporters forum. Just try searching for it.
As for mods. There are a few there, but not many (YET). David and Boby have been spending their time creating a script and upgrading it to be the great script that it is. I doubt they have had much time to sit around and make mods for it to hand out for free, although I would imagine that one day they will.
there are a few people that have made mods and have them available for free. Others have chosen to offer them, but for a small fee ($5), which is pretty darn cheap considering all of the support Dan gives for his mods.
Hi, I have searched, but the site requires that I have a password to gain access to it.
http://www.phplinkdirectory.com/forum/showpost.php?p=27961&postcount=1
It also says on the site that the mods were moved to the new site.
Content visible to registered users only.[/SIZE]
Loz
LittleEarner
08-06-2006, 11:42 AM
I've tried the mod with V3.0.6 but got problems as the parent category is not shown when in the current directory. I can't see the problem. Any idea what I need to fix?
Thanks!
I receive this error
Content visible to registered users only.
I have done exactly as suggested within the readme. Any ideas?
VSDan
10-02-2006, 05:05 PM
Content visible to registered users only.
Sounds like you are using wrong version of the mod for the version of phpLD you are running. What version of phpLD are you using, and what version of the [Suggest Category] mod?
frapegliko
12-02-2006, 12:55 AM
dont works on 3.1.0 Version
Validation Code Error
VSDan
12-02-2006, 03:22 AM
Content visible to registered users only.
You will get that error with any of my mods that use captcha with phpLD v3.10. I will be updating the mods over the next week or so, so compatible with 3.10. This mod will be first.
VSDan
12-02-2006, 04:50 AM
The [Suggest Category] mod has been updated - now version 2.00. You can now use the same version for all versions of phpLD (e.g., 2.x, 3.x including 3.10).
onefix
12-02-2006, 01:50 PM
I am still having problems with the "visual confirmation [security code]" not displaying correctly after upgrading to 3.10 and updating category mod to v2.0. I have followed the instructions given. Any ideas? many regards gav
http://www.cohabiting.co.uk/suggest.php
VSDan
12-02-2006, 08:32 PM
Content visible to registered users only.
Did you define $version as 3.10 in suggest.php?
onefix
12-02-2006, 08:37 PM
Content visible to registered users only.
yep.
Content visible to registered users only.
VSDan
12-02-2006, 08:43 PM
My bad, I see problem. In suggest.php, change:
Content visible to registered users only.[/COLOR][/FONT]
Content visible to registered users only.[/COLOR][/FONT]
onefix
12-02-2006, 09:05 PM
Content visible to registered users only.
Spot on works like a charm... would the same work for contact.php mod or shall I just wait for your update?
thanks gav
VSDan
12-02-2006, 09:08 PM
Content visible to registered users only.
Excellent =) And, no. I'll be doing the [Contact Listing] and [Contact Us] mods next. These will be ready tomorrow.
nebuLa
12-24-2006, 07:26 AM
I get the following error. I edited everything as required.
Content visible to registered users only.
I'm using phpLD 2.1
VSDan
12-24-2006, 09:04 AM
Delete the disable_browser_cache() line.
nebuLa
12-24-2006, 05:23 PM
OK, did that and got...
Fatal error: Call to undefined function: get_regular_categs_tree() in /home/xxxx/public_html/suggest.php on line 187
I deleted that line
$categs = get_regular_categs_tree(0);
Now Parent: shows blank with no cats in the dropdown. I'll put that line back in for now :-)
nebuLa
12-26-2006, 11:08 PM
Content visible to registered users only.
Anyone have any idea what may be wrong? TIA
VSDan
12-27-2006, 03:35 AM
Hi:
Try changing:
Content visible to registered users only.
to:
Content visible to registered users only.
nebuLa
12-28-2006, 02:31 AM
Content visible to registered users only.
Thanks, that fixed it :-)
tytyguy
02-02-2007, 11:04 PM
hello, i get this error when i installed.... "No [Webmaster Email Address] defined"
you can see it here http://www.solo-girlz.com/suggest.php
VSDan
02-02-2007, 11:13 PM
Content visible to registered users only.
The mod pulls admin (webmaster) email address from PLD_USER table in the phpLD database - specifically, ID=1 (and only if LEVEL=1). This should be your default admin account when you install phpLD. What is your data (get via phpMyAdmin) for first row in the PLD_USER table?
tytyguy
02-03-2007, 12:38 AM
im not too good with my sql but when i go to
PLD-USER and browse to email, my email is there
not sure exactly what i do.
VSDan
02-03-2007, 12:43 AM
Content visible to registered users only.
Can you send me access to your phpMyAdmin? If so, you can send to dan at monster-submit dot com
VSDan
02-03-2007, 06:07 AM
Issue in v3.00 of the mod with some earlier versions of phpLD. Resolved. Just download mod from phpLD_Vault, and replace existing mod PHP andf TPL files with new ones.
tytyguy
02-03-2007, 06:39 AM
with the new file, i get this.. error
Fatal error: Call to a member function on a non-object in /home/tytyguy/public_html/solo-girlz/include/functions.php on line 105
VSDan
02-03-2007, 08:08 AM
What version of phpLD are you running?
eddie43302
02-04-2007, 07:41 AM
i get this error on the suggest.php page when i installed this today on phpld version 3.06
Go to my directory at www.directlinks.org (http://www.directlinks.org) to see it under add category.
Warning: Smarty error: unable to read resource: "admin/messages.tpl" in /home/content/e/d/d/edited/html/libs/smarty/Smarty.class.php on line 1095
VSDan
02-04-2007, 07:54 AM
Content visible to registered users only.
When did you download the mod? I updated the mod late last night to address this issue.
VSDan
02-04-2007, 07:55 AM
All future support requests for this mod and other phpLD_Vault mods can be made here:
http://www.monster-submit.com/phpld/members/forum/
eddie43302
02-04-2007, 07:55 AM
Just downloaded 20 minutes ago
xxlnet
02-24-2007, 12:46 AM
i get an error if i want suggest a category to TOP (sample as maincategory) No required [ID] passed .any idear how i can fix this?
VSDan
02-24-2007, 03:50 AM
Do you have an URL where I can see this error?
Fastian
03-09-2007, 12:03 PM
As of your Read me file
Content visible to registered users only.
Unluckily for me, the template I am going to use for now has its "menu" in its header.tpl file. So, is there a way around that I can use the ID tag??
The submit option is also in header.tpl and works just fine.
I am using PHPLD v 2.1 for now.
VSDan
03-09-2007, 05:57 PM
Try using {category.ID} instead of {cat.ID}. All other and future support requests for this mod and other phpLD Vault mods should be made here:
http://www.monster-submit.com/phpld/members/forum/
Fastian
03-09-2007, 06:14 PM
Content visible to registered users only.
Ok Dan :)
No more msgs here...
BTW, I used this (Copied from looking into Submit call)
Content visible to registered users only.
And it works just fine :)
Looks like I have stared learning PHPLD :D
VSDan
03-09-2007, 06:33 PM
Good stuff =)
direalm
05-10-2007, 01:12 PM
Ok i installed everything in where i was told by "read me" but still get the following error:
Warning: Smarty error: unable to read resource: "suggest.tpl" in /home/direalm/direalm.com/html/libs/smarty/Smarty.class.php on line 1095
What should I do?
shadav
05-10-2007, 01:31 PM
you have phpLD3.2 right?
make sure that the file suggest.tpl is uploaded to your template > (template name) folder and that it is chmod to 755 (read, write, execute to the owner and read, execute to Group and Public)
direalm
05-10-2007, 01:38 PM
oops, uploaded the suggest.tlp file to template foldder. Will try to fix now. Thank You
Content visible to registered users only.
Eddited: Now working fine, Thank You!
e-paradise
09-26-2007, 02:09 AM
nice mod! thanks I found it here :)
hazardouspunch
01-18-2008, 02:09 PM
it is quite expensive.I'd rather make my own mod. but thanks for letting us know:)
shadav
01-18-2008, 10:42 PM
expensive? you do realize that that price is for all of his mods and any future mods?
arteaga624
04-02-2008, 06:20 PM
I have this mod, but the captcha doesn't work properly. The image does not display.
James
04-02-2008, 06:24 PM
Please contact the mod provider :)
shadav
04-02-2008, 10:31 PM
just a side note, :D you do need to contact the mod provider ;) but does the captcha work on your directory at all? ask your host if they allow GD
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.