| 405 | 3 | 4 | View Entry |
Well nothing to say) Title is the king)
Feel free to use it.
DOWNLOAD Dark Yellowish for 2.5.5
Dont' forget to test well.
P.S. New template @ LuvPoint.com this week.
Thanks View Comments & Reply...
| 320 | 0 | 2 | View Entry |
=========================
After spending time to distress myself enough and enough, I come to you for a help.
Objective: Showing up user's real name throughout the site.
Background: In Korea, users will login with an alphabetic userid, and it's ok. By the way, it is more desirable to show his/her Korean name on the screen.
1. With assistance from radioact (http://www.vldpersonals.com/forum/viewtopic.php?id=7125), I was able to do it for the first home page screen (http://www.mbc2u.com//). As he projected, however, it does not work for the rest of pages.
2. So I inserted a new field called "realname" into the table "members" of mysql db, and replaced {member_username} with {member_realname} for unsuccessful result (http://www.mbc2u.com/pictures/). Replacing with {profile_field_realname_value} didn't work neither.
Now: I am totally desperate. I read through online doc, but no avail for my stupid brain. This is my biggest challenge for my project, because people will not happy without Korean name. Would you please help me from where I can crack down this problem. I am willing to spare time to study, so please guide me the right direction. It would be really appreciated should I have any kind of assistance to solve my problem.
Thank you so much for your help in advance. Have a wonderful day!
1 attachment View Comments & Reply...
I assume this is the file (exe?)
http://sourceforge.net/projects/akjsed/
In alternative, I've found: http://code.google.com/p/jwysiwyg/
and 10 others: http://www.queness.com/post/212/10-jquery-and-non-jquery-javascript-rich-text-editors
(what about JS markitup? http://markitup.jaysalvat.com/documentation/)
Also, how difficult is it to use JS special effects? I would like some lightbox popup boxes with a page inside.
Anybody? View Comments & Reply...
Do you see "What are you doing?" question now?
Inspired by godyn's post here and on vldForum I decided to develop it for vldCrowd and for extending my paid services. BTW I helped as I could Godyn with his work.
This mod website needn't me to alter database structure at all.
I'm not sure if dating websites need this feature but if you have community website you certainly need this feature :) and you can get it for $49 as vldCrowd member and for $149 if you are not :D View Comments & Reply...
What Marketing has in Common with vldPersonals
When a member joins your dating site he fills out a profile. To help their profile be recognized by other members, they network their profile by signing guestbooks, creating blogs, uploading a video, commenting on other images, etc. Each time they network, a link is created pointing to their profile.
Marketing your site is the same concept as a member networking their profile on your dating site. You network your site by writing articles and providing a link pointing to your site, you posts in forums with a link in your signature pointing to your site, you comment on blogs with a link pointing to your site, etc. So marketing is really nothing more than networking your site throughout the internet in the same way members of your dating site network their profile in their quest for love.
RSS
One of the better ways to market your site is vldPersonal’s default RSS links. For that matter, some of the mods I had Ramil do for me included RSS for marketing purposes. I’m working with Ramil on a future custom page mod hoping to include RSS in the mod to give me another way to market my site (I plan to use this custom page RSS feature for affiliate marketing).
If you are not familiar with RSS here is a good link explaining RSS: http://en.wikipedia.org/wiki/RSS
Where are the RSS links in vldPersonals? By default the following areas have RSS links:
1. The news on your site has a RSS link. If you are using firefox browser, it is easy to find the RSS link. For example, in firefox, if you click the following link: http://www.filipina-lady.net/news/ you will see in the browser URL window a little orange box that represents the RSS link for this page. If you click the little orange box, you will go to the RSS page and see your RSS link in your browser window. My RSS link for news is: http://www.filipina-lady.net/news/rss/
2. If a member creates a blog, they have their own individual RSS link. I found this quite unique. I thought there would be a RSS link for the Global Blogs but vlad wrote the script so each member’s blog has their own RSS link. For marketing purposes, I use the RSS link of the admin blog only. Here is my RSS link to my blog (admin): http://www.filipina-lady.net/member/1/blog/rss/
3. Events also has their own RSS link but I do not use Events on my site so I can’t show you an example, but if you do use Events, it probably is a good marketing tool.
I’m going to stop here. The above RSS links is plenty for marketing. I know that the individual guestbooks and saved searches have their own RSS link but I don’t consider these two RSS links very effective for marketing.
Besides the above RSS links, I also have a RSS link for blog comments. This is not a default vldPersonals RSS link but came with the Blog Mod that Ramil did for my site. Blog RSS comments and News are probably my two most effective marketing tools.
Ping.FM
Once you know your RSS links, you can use those links to automate your marketing (networking) efforts on other sites. One of the best ways to automate your networking is http://ping.fm/
To automate ping.fm there are several steps involved. Understand that at first it takes a little work to set things up, but once you have every thing setup, updates are done automatically. Besides, if you think the effort to setup the following for marketing your site is a lot of work, than your site is doomed. Believe me, the effort you put into networking your site is ten times more work than it took to setup your site. It never ends and requires your constant attention to maintain your site or to get ahead of your competition.
Follow these steps:
1. First you need to have a twitter account. http://twitter.com/ If you don’t have one, sign up.
2. Once you have a twitter account, you can use twitterfeed to automate your process. http://twitterfeed.com . When you signup for twitterfeed, use the same login details you used for signing up for your twitter account.
Twitterfeed allows you to add your RSS links for updating your social networking accounts to include twitter, facebook and ping.fm. The beauty of ping.fm is that it has several more networking accounts that that will automatically be updated by twitterfeed.
3. If you don’t have a ping.fm account you will have to create one. If you login to your ping.fm account you will see a list of social networking sites that can be automatically updated. Obviously, you will have to make sure you have an account with each of the social networking sites listed at ping.fm.
As I said above, initially there is a lot of work involved in setting up your accounts but once they are setup, updating the accounts is done by the your vldPersonal RSS links.
That’s it. Now every time I update my blog (admin blog), news or a new blog comment is made (Ramil’s mod) the social networking accounts I belong to are automatically updated which helps me network my sites throughout the internet.
Below I show the process in images:
View Comments & Reply...
but if anyone made the old dark_yelowish template compatible with 2.5.5 and is willing to share i`d be so grateful View Comments & Reply...
add file .htaccess in www/cp
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REMOTE_ADDR} !=YOU_IP
RewriteRule ^.* maintain.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule> View Comments & Reply...
I ask you to help me creating complaints top list. Please tell me 3 most popular complaints you get about your website from your site members. Start from most popular. After we found out "worst of the worst" things we'll try to find some workarounds.
Here are my popular contact us requests:
1. How can I delete my profile? (don't think we need care about it too much though :)
2. I forgot my password and/or forgot my username, please help!
3. Why can't I upload my 3600px to 4500px photo!
Honestly, I don't get even those "popular" complaints very often. View Comments & Reply...
| 419 | 3 | 5 | View Entry |
If you are lazy and didn't read that post I'll quote Richard's words so you see what this mod do:
Would it not make more sense to use the date as a trigger to release the news item on that date and keep it hidden from view until then? For instance if I am on holidays for Easter I can already write a Happy Easter message now and not worry about forgetting it later. This way the message is hidden and show up automatically on the date set for Easter.
To acheive that simply open your lib.news.php and ext.news.php and replace all instances of:
active='1'
with:
active='1' AND postdate < '" . time(). "'
Thank you Richard :)
UPD from Idealists
Also need to edit /includes/hp/hp.sitemap.php find the first active='1' (which should be in the News section of the sitemap) and replace it with:
active='1' AND postdate < '" . time(). "' View Comments & Reply...









Latest Comments
Looking for Developer - VLD Site Mods and Fixes - Paid Job
about 10 hours ago
Looking for Developer - VLD Site Mods and Fixes - Paid Job
about 19 hours ago
Looking for Developer - VLD Site Mods and Fixes - Paid Job
about 20 hours ago