vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - vbFEngine Create your own Mods by vbFreelancers (https://vborg.vbsupport.ru/showthread.php?t=167360)

vbFreelancers 01-10-2008 05:55 PM

Quote:

Originally Posted by ragtek (Post 1419057)
i have some uncached templates on editing and adding items:
# editor_clientscript
# (1)editor_css
# (1)editor_jsoptions_font
# (1)editor_jsoptions_size
# (11)editor_smilie
# (1)editor_smiliebox
# (4)editor_smiliebox_row
# (1)editor_smiliebox_straggler
# (1)newpost_disablesmiliesoption

I've transfered your post by email to Olympic.

steadicamop 01-10-2008 08:06 PM

I have it running well now - just one query, is there any way of adding a break tag after each extra field? There is no gap between each one and it can be tricky to read. Also, when you use a long text box, it doesn't recognise when you press return - you have to use the break tag to start a new line ... is there any way to parse the returns in the long text field?

Jason

jmar 01-10-2008 11:12 PM

Wow! This has high potential. I've looking for something like this for a long time.

When will the commercial license be available?

Johannes

Olympic 01-11-2008 04:21 AM

Quote:

Originally Posted by steadicamop (Post 1419158)
I have it running well now - just one query, is there any way of adding a break tag after each extra field? There is no gap between each one and it can be tricky to read.

Yes, I've also noticed it testing the demo and of course I'll correct it.

Quote:

Originally Posted by steadicamop (Post 1419158)
Also, when you use a long text box, it doesn't recognise when you press return - you have to use the break tag to start a new line ... is there any way to parse the returns in the long text field?

Jason

Yes, I'll convert carriage returns to line breaks.

Chris

Olympic 01-11-2008 04:22 AM

Quote:

Originally Posted by jmar (Post 1419248)
Wow! This has high potential. I've looking for something like this for a long time.

When will the commercial license be available?

Johannes

Hopefully at Jan 15th. It's in Beta testing right now.

Chris

steadicamop 01-11-2008 04:58 AM

Quote:

Originally Posted by Olympic (Post 1419378)
Yes, I've also noticed it testing the demo and of course I'll correct it.



Yes, I'll convert carriage returns to line breaks.

Chris

Thank you very much, when I buy the commercial version, will the upgrade keep all existing data - so anyone who enters details won't have to re-do all the information again?

Thanks once again,

Jason

klaush 01-13-2008 12:21 PM

Thanks for this stuff!

After installing i got the following error when trying to add a profile:

MySQL-Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY displayorder' at line 2

Any idea?

Thanks.

vbFreelancers 01-13-2008 12:43 PM

Quote:

Originally Posted by klaush (Post 1420621)
Thanks for this stuff!

After installing i got the following error when trying to add a profile:

MySQL-Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY displayorder' at line 2

Any idea?

Thanks.

I need the full error message so I can understand where exactly it happen. Display order is using in many tables.

klaush 01-13-2008 12:48 PM

Sorry, here we are:

Invalid SQL:
SELECT id, name FROM vb3_vbfengine_subcategories
WHERE categoryid= ORDER BY displayorder;

MySQL-Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY displayorder' at line 2
Fehler-Nr. : 1064
Datum : Sunday, January 13th 2008 @ 03:41:11 PM
Skript : http://www.xxxxxx/vbfengine.php?do=edititem
Referrer : http://www.xxxxxx/vbfengine.php
IP-Adresse : 217.xxx.xxx.xx

vbFreelancers 01-13-2008 02:33 PM

Quote:

Originally Posted by klaush (Post 1420638)
WHERE categoryid=

Here is the error. You haven't setup categories.

klaush 01-13-2008 02:58 PM

Arrglll..., that´s it! Thanks!

Olympic 01-23-2008 10:13 AM

Seems, that most of the members didn't understood the hidden power of vbFEngine. Even if the article is for the full version, lite has also many of the features, so please read:
http://www.vbulletinfreelancers.com/showthread.php?t=23

Defkalion 01-26-2008 12:23 PM

I need help from my greek fellows. I've installed the mod, but it has two problems concerning greek characters;

1. It doesn't recognize greek letters or words when searching. Search only works with english words.

2. It truncates the characters at the list display. If for example I have the option to show 100 chars from the description of each 'profile' on my list, it shows much less when they are written in greek.


any help with this? :)

Defkalion 01-28-2008 07:56 AM

Ok I sorted it out, this only happens in VB3.7 (maybe something wrong with the charset in 3.7? who knows)

I have another situation.

In vb3.6.8, when setting a profile as premium, it doesn't chang its background to the selected color.. It simply stays the same background. The profile takes the tag "premium" but it doesn't change the color.

Any ideas? (if it helps, in vb3.7 this works ok - which is rather weird).

Defkalion 02-04-2008 12:53 PM

Anyone encountered any problems regarding this option?

In the default VB template, making an item premium changes the color. In a custom template, the color stays the same.

Anyone?

dfe 02-04-2008 01:13 PM

How will this add/mod be "implicated" once we upgrade to the new v3.7 when it is finally released? Will it be compatible?

Lott 02-15-2008 05:53 PM

Do the extra fields in this Hack work in postbit, and threadbit?
At the moment that is what I need it for, but this is a very powerful tool for other functions.

TCE Killa 02-15-2008 11:28 PM

I get this when trying to add a new profile:

Database error in vBulletin 3.6.8:

Invalid SQL:
SELECT id, name FROM HHRCvbfengine_subcategories
WHERE categoryid= ORDER BY displayorder;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY displayorder' at line 2
Error Number : 1064
Date : Friday, February 15th 2008 @ 07:27:45 PM
Script : http://hhglobal.com/forums/vbfengine.php?do=edititem
Referrer : http://hhglobal.com/forums/vbfengine.php
IP Address : 81.154.101.49
Username : TCEKilla
Classname : vb_database

Hope you can help, thanks.

TCE Killa 02-15-2008 11:31 PM

Whoops, sorry, someone else had it to... Working now, thanks alot.

xony 02-22-2008 07:08 PM

Whoops, sorry, someone else had it to... Working now, thanks alot.

cougar networks 02-23-2008 09:12 AM

Great mod with huge potential.

I am trying to set up a business directory. I've set up my categories but I don't see how to set up sub categories?

Where is it?

Matt

Jah-Hools 02-23-2008 07:06 PM

If designing this for business directory use (thats my interest in this + pay per thread classifieds....)

'Country' / State / Town, profile data entry drop down options for user geographic location would be great.

Then a geographic locater - 'nearest to you' search function would be awesome. (international please!, not just USA zip codes!)

A tie in with Google Maps would be the cherry on top!

OK thats my 2c

I have been looking for a business directory software....

Thanks

stwilson 02-24-2008 02:54 PM

Quote:

Originally Posted by cougar networks (Post 1449242)
Great mod with huge potential.

I am trying to set up a business directory. I've set up my categories but I don't see how to set up sub categories?

Where is it?

Matt

Click on the category link, which should pull up a list of categories. Look for the Actions column on the right side of the screen. Click drop-down, select edit sub-categories.:)

Jah-Hools 03-10-2008 12:17 PM

Desperate for alphabetical order in categories..

Jah-Hools 03-10-2008 12:18 PM

Quote:

Originally Posted by Jah-Hools (Post 1449487)
If designing this for business directory use (thats my interest in this + pay per thread classifieds....)

'Country' / State / Town, profile data entry drop down options for user geographic location would be great.

Then a geographic locater - 'nearest to you' search function would be awesome. (international please!, not just USA zip codes!)

A tie in with Google Maps would be the cherry on top!

OK thats my 2c

I have been looking for a business directory software....

Thanks

I think they added this in the paid version just out! :up:

cougar networks 03-10-2008 12:36 PM

Quote:

Originally Posted by stwilson (Post 1449968)
Click on the category link, which should pull up a list of categories. Look for the Actions column on the right side of the screen. Click drop-down, select edit sub-categories.:)

Thanks :)


All times are GMT. The time now is 11:14 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.01391 seconds
  • Memory Usage 1,777KB
  • 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
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (26)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