![]() |
Quote:
|
Quote:
|
Quote:
Awesome!!! Thanks for compiling this list... only question I have now is: Is there a way to un-Feature an article once it's been featured? |
Any official update to this hack?
(Bugs fixes and new features) Or it being forgotten by the author? :( |
Quote:
|
I contacted John recently and offered to coordinate an effort to generate some funding for upgrades and he didn't bite, so I assume it's more a time factor for him than money. This hack has a lot of potential. Hopefully one day he'll be able to get back to it :).
|
Hello...
Samir did u remember me?:) I have a question, maybe u have already solved: How can i make this hack, to when i write a new article, to can upload more than one images in the same time? I had put in my VB Option, to have 5 for example uploads of attachments, but it didnt "Worked" for V3 Articles...Anybody knows anything about that? Thanks a lot:) |
Yes, I remember. :)
I haven't been working too much with articles after I played with it on my test server. There are just too many issues to install it on my live server right now. But I know that the attachment system used by the articles hack is different than vb's built-in system and that's why a lot of the attachment related problems exist. The only way that you can upload mulitple images is to change the articles code to allow it. Unfortunately, I don't even know where to look. :( Sorry I couldn't be of more help. |
Unable to add cookies, header already sent. <---- that is the error I get with this script.
|
Anyone figured out how to get this hack to allow adsense code in the articles?
I want to allow my users to ad adsense ads to the article aor have it auto submit ads in the article body. |
Great Mod!
Just one question, if someone would be willing to help me. . . I am looking to order the articles in order of title, as opposed to id # . . . could someone possibly help me figure out where I would need the ORDER BY title ASC line to go please . . . thanks! Thanks In Advance |
Quote:
For that matter, what type of code does Adsense use? is it not just HTML? If so, then you should be able to just allow HTML in the articles and then users could submit the code if they chose to. |
Quote:
|
Good hack, but it is very buggy and standalone is not a good idea. I unistall and wait for next release. THANKS A LOT!!!!
Some Bugs found: - If you [ Feature This Article ] you can not undo. - When I attach an image I can only see a X where image must be loaded Thumbnails work fine on my forum. The article thumbnails are not working. - I have just see at your articles site that someone hacked your articles system, maybe there is a way of editing articles without permissions - Last user who made a comment isnt linked to his profile (linkvalue is empty - Questionmarks wont be parsed (it shows the HTML-Code instead) - When editing an article, if you preview the changes and then save it, it saves the original. When you click preview, it enters the original text in the textbox. Some suggestions for the future - set permissions on each category - vbulletin Search system index articles - Integrated with vBulletin Search - Guests can write comments - Printable Version for Articles - New Articles Shown in Bold - Ability to Move Articles to Different Categories - Listing in Who's Online * Viewing Article * Article Title (with link to specific article) - External Javascript feed to show last articles anywhere on the website - A "Byline" field to be displayed next to the article. Too often I will upload an article but it was actually written by somebody else. - integrate this into the forum itself, so that articles automatically become threads and comments are replies |
hey i cant seem to find the place where to post new articles and also is the featured article hack a seperate thing?
.matt |
Quote:
Code:
$article = $DB_site->query_first(" Code:
if ($article['articleuserid'] !== $bbuserinfo['userid']) |
I am having some trouble getting this to work.
Quote:
|
Thnaks a lot Pitman! Now works like a charm.
Do you know how can i unfeatured and article, and how can I let guests write comments? Really thanks!!! smdani |
Quote:
As for the guests to be able to post comments, there are permissions for that, but they don't work. I never noticed that, but if I get time to figure it out, I'll let you know. :) |
It was only showing the comment parts of an article to users with a userid and then taking permissions into account. This should fix it:
In the template article_display, Search for AND Remove: HTML Code:
<if condition="$bbuserinfo['userid'] != 0"> HTML Code:
<div class="vbmenu_popup" id="articletools_menu" style="display:none"> HTML Code:
</if></if> HTML Code:
</if> |
Really really thanks Pit!!!
You looks like the creator of V3Article!! Thanks again! |
Quote:
if (!$permissions['articlepermissions'] & CANFEATURE) which should be if (!($permissions['articlepermissions'] & CANFEATURE)) to work properly (anyone can make an article featured atm). I just spent an hour or so fixing all these permission holes :tired: |
Quote:
There are a few in there that are right though, hopefully he will release a new version soon. :) |
OK for all those who answered my question (or tried to) No you cannot simply insert the Adsense code into the article because:
#1 It's Javascript, so for obvious reasons you don't want users able to submit JavaScript in the article body. #2 It would also take some HTML tweaking that not all users would be familiar with trying to get the articles to show where they want them. Soooo... Since revenue sharing (IMO) will become the new "it" thing for webmasters I decided to allow my members to make money off of articles they write for my site. See an example of how the articles look here Basically what I've done is modified v3articles to insert members' Google Adsense ID into the google code displayed along with their article. Whenever a user writes an article their Adsense ID (an optional custom profile field) is inserted along with their channel ID in case they want to track the performance of their adds on my site. I don't do the 50/50 thing. They make ALL of teh money generated by clicks from their article. I make money with ads on other parts of the site and my own articles. So what do you think? |
Suggestion: Will someone please recompile this download with the bug fixes in place?
I'd do it but I'm busy securing other parts of my site as well. Oh yeah and I'm wondering why I never got an email alert from the AUTHOR notifying me of such a huge vulnerablity? Because of all the bugs that are suddenly popping up I'm thinking of recoding this thing from the ground up using the code for snippets only. |
How do I remove this last part from the vBulletin Options page in the Admin CP after uninstallation;
http://www.floridastreetscene.com/up...zeno/trace.gif It's all the way in the bottom. Thanks. |
Quote:
well why don't you just edit it like the instrucstion ? isn't it very simple ? I don't think John knows this already, if yes he should have given a official fix. or maybe we should email him. |
Will thos work on 3.0.3?
|
Quote:
Yes, I am using it with 303 :) |
thanks pingme :)
any side notes? fixes i would need for it? |
Quote:
|
Quote:
why did u uninstall it? what bugs ect was there that it was so unbareable? |
Quote:
|
but than i loose many featurs of the hack... did u use 3.0.3 btw?
|
Quote:
Great idea... |
Quote:
you think that someone is able to re-release the package that only John can ? no, no one can, mate |
Quote:
|
Quote:
WRONG, if it's only if (!$permissions['articlepermissions'] & CANFEATURE) then this is totally incorrect, it is never going to work, it MUST be: if (!($permissions['articlepermissions'] & CANFEATURE)) I've spent half a day to fix all issues by myself and fortunately yet disappointedly I found alot of bugs. It looks like this hack was coded very carelessly and uncompleted. and I wonder why this could be a HoTM (!?!) this is a fix done by me, I don't know if there're still any but without these any board installed this can terribly be hacked I believe. |
Quote:
One problem though. I can't find this at all: Code:
FIND IN article_display: Code:
<if condition="(($article['articleuserid'] == $bbuserinfo['userid']) AND ($permissions['articlepermissions'] & CANEDOWNART)) OR ($permissions['articlepermissions'] & CANEDOTHART) PS: Thanks for updating us with a more secure script. |
Code:
Database error in vBulletin 3.0.3: getting error when trying to edit a comment... any ideas pleasE? |
All times are GMT. The time now is 07:44 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|