If you find a place that not markup VB Default only No MODS or a bug.
Let me know Here
Table of Contents:
** = If you are going to use Fonts or Prefixes then these edit apply (Note If you use the Cache don't do this)
Cache Instructions
- Activity Stream
- Blog
- Calendar Birthdays
- ** Currently Active Users ** NEW Edit 2.0.3
- ** Last 24 hours **
- ** Location: Viewing User Profile **
- ** Members who have read this thread **
- Search
- UserCP
- Widgets & Forum Blocks
Activity Stream Edits
Go to file path vb/activitystream/view/perm/ and edit the base.php file.
Search for.
Add this below that on blank or new line.
Now go to file path vb/activitystream/view/perm/blog/ and edit the comment.php and entry.php file.
Search for.
Add this Above that on blank or new line.
Blog Edits
Go to your forum root and edit the blog.php and blog_subscription.php file.
Search for.
Add this above that on blank or new line.
Now go to file path includes/ and edit the class_profileblock_blog.php file.
Search for.
Add this above that on blank or new line.
Calendar Birthdays Edits
Go to your forum root and edit the calendar.php file.
Search for. (Note they will be 2 of them)
Add this above Both of them on blank or new line.
Now go to file path includes/ and edit the functions_calendar.php file.
Search for.
Add this above that on blank or new line.
** Currently Active Users Edits **
NEW Edit 2.0.3
Go to your forum root and edit forumdiplay.php and forum.php files.
Note: The forumdisplay_loggedinuser Hook is not in a good location in forumdiplay.php that why i can't use it there was a bug before.
Search for.
Add this Replace with this.
** Last 24 hours Edits **
Go to your forum root and edit the forum.php file.
Search for.
Replace With This.
** Location: Viewing User Profile Edits **
Go to File path includes/ and edit the functions_online.php file.
Search for.
Replace With This.
** Members who have read this thread Edits **
Go to your forum root and edit the showthread.php file.
Search for.
Replace With This.
Search Edits
Search Article Edits
Go to File path packages/vbcms/search/result/ and edit the article.php file.
Search for.
Add this below that on blank or new line.
Search Blog Edits
Go to File path packages/vbblog/search/result/ and edit the blogentry.php file.
Search for.
Replace With This.
Search for.
Add this above that on blank or new line.
Search visitor Message Edits
Go to File path packages/vbforum/search/result/ and edit the visitormessage.php file.
Search for.
Add this above that on blank or new line.
UserCP Edits
Cache Instructions
Cache is in beta stage only use if you have a small forum 10,000 members or less and only updates if the user has a prefix or font
Updating the Font and Prefix cache there are two different ways to achieve this one is a file edit and the other is a cron that run once a hour.
So the file edit will update every time the user updates his "Edit Profile" setting and the cron will take a hour to take effect.
For Cron
Go to AdminCP -> Scheduled Tasks -> Scheduled Task Manager -> and Enabled "e360 - HTML Markup"
For Edit
Go to your forum root and edit the profile.php file.
Search for.
Add this below $userdata->save(); on blank or new line.
Friends & Contacts Edits
Go to your forum root and edit the profile.php file.
Search for. (Note they will be 2 of them)
Add this below that on both on new line.
Widgets & Forum Blocks Edits
Blog Entries Block Edits
Go to File path includes/block/ and edit the blogentries.php file.
Search for.
Add this below that on blank or new line.
CMS Articles Block Edits
Go to File path includes/block/ and edit the cmsarticles.php file.
Search for.
Add this below that on blank or new line.
Forum Threads Block Edits
Go to File path includes/block/ and edit the threads.php file.
Search for.
Add this below that on blank or new line.
Group Discussions Block Edits
Go to File path includes/block/ and edit the sgdiscussions.php file.
Search for.
Add this below that on blank or new line.
Activity Stream Widgets & Block Edits
Note: This is the only Widget i'm doing
Go to File path vb/activitystream/view/perm/album/ and edit the album.php, comment.php and photo.php file.
Search for. (For album.php)
Replace With This. (For album.php)
Search for. (For comment.php)
Replace With This. (For comment.php)
Search for. (For photo.php)
Replace With This. (For photo.php)
Go to File path vb/activitystream/view/perm/blog/ and edit the comment.php and entry.php file.
Search for. (For comment.php)
Replace With This. (For comment.php)
Search for. (For entry.php)
Replace With This. (For entry.php)
Go to File path vb/activitystream/view/perm/calendar/ and edit the event.php file.
Search for. (For event.php)
Replace With This. (For event.php)
Go to File path vb/activitystream/view/perm/cms/ and edit the article.php and comment.php file.
Search for. (For article.php)
Replace With This. (For article.php)
Search for. (For comment.php)
Replace With This. (For comment.php)
Go to File path vb/activitystream/view/perm/forum/ and edit the post.php, thread.php and visitormessage.php file.
Search for. (For post.php)
Replace With This. (For post.php)
Search for. (For thread.php)
Replace With This. (For thread.php)
Search for. (For visitormessage.php)
Replace With This. (For visitormessage.php)
Go to File path vb/activitystream/view/perm/socialgroup/ and edit the discussion.php, group.php, groupmessage.php, photo.php and photocomment.php file.
Search for. (For discussion.php)
Replace With This. (For discussion.php)
Search for. (For group.php)
Replace With This. (For group.php)
Search for. (For groupmessage.php)
Replace With This. (For groupmessage.php)
Search for. (For photo.php)
Replace With This. (For photo.php)
Search for. (For photocomment.php)
Replace With This. (For photocomment.php)